Symbol: xnf_buf_t
usr/src/uts/common/xen/io/xnf.c
1020
kmem_zalloc(sizeof (xnf_buf_t *) * NET_RX_RING_SIZE, KM_SLEEP);
usr/src/uts/common/xen/io/xnf.c
1072
sizeof (xnf_buf_t), 0,
usr/src/uts/common/xen/io/xnf.c
1517
static xnf_buf_t *
usr/src/uts/common/xen/io/xnf.c
1520
xnf_buf_t *bd;
usr/src/uts/common/xen/io/xnf.c
2188
xnf_rxbuf_hang(xnf_t *xnfp, xnf_buf_t *bdesc)
usr/src/uts/common/xen/io/xnf.c
2284
xnf_buf_t *bdesc;
usr/src/uts/common/xen/io/xnf.c
2363
xnf_buf_t *nbuf = NULL;
usr/src/uts/common/xen/io/xnf.c
259
static xnf_buf_t *xnf_buf_get(xnf_t *, int, boolean_t);
usr/src/uts/common/xen/io/xnf.c
260
static void xnf_buf_put(xnf_t *, xnf_buf_t *, boolean_t);
usr/src/uts/common/xen/io/xnf.c
261
static void xnf_buf_refresh(xnf_buf_t *);
usr/src/uts/common/xen/io/xnf.c
262
static void xnf_buf_recycle(xnf_buf_t *);
usr/src/uts/common/xen/io/xnf.c
2658
xnf_buf_t *bp;
usr/src/uts/common/xen/io/xnf.c
2712
xnf_buf_t *bdesc = buf;
usr/src/uts/common/xen/io/xnf.c
273
static void xnf_rxbuf_hang(xnf_t *, xnf_buf_t *);
usr/src/uts/common/xen/io/xnf.c
2767
xnf_buf_t *bdesc = buf;
usr/src/uts/common/xen/io/xnf.c
2777
static xnf_buf_t *
usr/src/uts/common/xen/io/xnf.c
2781
xnf_buf_t *bufp;
usr/src/uts/common/xen/io/xnf.c
2814
xnf_buf_put(xnf_t *xnfp, xnf_buf_t *bufp, boolean_t readonly)
usr/src/uts/common/xen/io/xnf.c
2832
xnf_buf_refresh(xnf_buf_t *bdesc)
usr/src/uts/common/xen/io/xnf.c
2843
xnf_buf_recycle(xnf_buf_t *bdesc)
usr/src/uts/common/xen/io/xnf.c
625
xnf_buf_t **bdescp;
usr/src/uts/common/xen/io/xnf.c
743
xnf_buf_t *bdesc;
usr/src/uts/common/xen/io/xnf.h
109
xnf_buf_t *tx_bdesc; /* Look-aside buffer, if used. */
usr/src/uts/common/xen/io/xnf.h
205
xnf_buf_t **xnf_rx_pkt_info;