Symbol: xnf_txbuf_t
usr/src/uts/common/xen/io/xnf.c
1081
sizeof (xnf_txbuf_t), 0,
usr/src/uts/common/xen/io/xnf.c
1296
xnf_txbuf_t *txp;
usr/src/uts/common/xen/io/xnf.c
1438
xnf_txbuf_t *txp;
usr/src/uts/common/xen/io/xnf.c
1658
xnf_tx_push_packet(xnf_t *xnfp, xnf_txbuf_t *head)
usr/src/uts/common/xen/io/xnf.c
1673
for (xnf_txbuf_t *txp = head; txp != NULL; txp = txp->tx_next) {
usr/src/uts/common/xen/io/xnf.c
1724
static xnf_txbuf_t *
usr/src/uts/common/xen/io/xnf.c
1727
xnf_txbuf_t *txp;
usr/src/uts/common/xen/io/xnf.c
1748
static xnf_txbuf_t *
usr/src/uts/common/xen/io/xnf.c
1751
xnf_txbuf_t *head = NULL;
usr/src/uts/common/xen/io/xnf.c
1752
xnf_txbuf_t *tail = NULL;
usr/src/uts/common/xen/io/xnf.c
1761
xnf_txbuf_t *txp;
usr/src/uts/common/xen/io/xnf.c
1851
xnf_tx_setup_offload(xnf_t *xnfp, xnf_txbuf_t *head,
usr/src/uts/common/xen/io/xnf.c
1892
xnf_txbuf_t *head;
usr/src/uts/common/xen/io/xnf.c
2696
xnf_txbuf_t *txp = tidp->txbuf;
usr/src/uts/common/xen/io/xnf.c
2854
xnf_txbuf_t *txp = buf;
usr/src/uts/common/xen/io/xnf.c
2873
xnf_txbuf_t *txp = buf;
usr/src/uts/common/xen/io/xnf.c
482
xnf_data_txbuf_free(xnf_t *xnfp, xnf_txbuf_t *txp)
usr/src/uts/common/xen/io/xnf.c
530
xnf_data_txbuf_free_chain(xnf_t *xnfp, xnf_txbuf_t *txp)
usr/src/uts/common/xen/io/xnf.c
543
xnf_txbuf_t *prev;
usr/src/uts/common/xen/io/xnf.c
550
static xnf_txbuf_t *
usr/src/uts/common/xen/io/xnf.c
553
xnf_txbuf_t *txp;
usr/src/uts/common/xen/io/xnf.c
664
xnf_txbuf_t *txp = tidp->txbuf;
usr/src/uts/common/xen/io/xnf.h
128
xnf_txbuf_t *txbuf; /* Buffer details. */