Symbol: xnf_t
usr/src/uts/common/xen/io/xnf.c
1188
xnf_t *xnfp; /* Our private device info */
usr/src/uts/common/xen/io/xnf.c
1295
xnf_t *xnfp = arg;
usr/src/uts/common/xen/io/xnf.c
1417
xnf_tx_clean_ring(xnf_t *xnfp)
usr/src/uts/common/xen/io/xnf.c
1518
xnf_tx_get_lookaside(xnf_t *xnfp, mblk_t *mp, size_t *plen)
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
1725
xnf_mblk_copy(xnf_t *xnfp, mblk_t *mp)
usr/src/uts/common/xen/io/xnf.c
1749
xnf_mblk_map(xnf_t *xnfp, mblk_t *mp, int *countp)
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
1891
xnf_t *xnfp = arg;
usr/src/uts/common/xen/io/xnf.c
2057
xnf_t *xnfp = (xnf_t *)arg;
usr/src/uts/common/xen/io/xnf.c
2155
xnf_t *xnfp = arg;
usr/src/uts/common/xen/io/xnf.c
2173
xnf_t *xnfp = arg;
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
2264
xnf_rx_one_packet(xnf_t *xnfp, RING_IDX prod, RING_IDX *consp, mblk_t **mpp)
usr/src/uts/common/xen/io/xnf.c
2504
xnf_rx_collect(xnf_t *xnfp)
usr/src/uts/common/xen/io/xnf.c
253
static int xnf_alloc_dma_resources(xnf_t *);
usr/src/uts/common/xen/io/xnf.c
254
static void xnf_release_dma_resources(xnf_t *);
usr/src/uts/common/xen/io/xnf.c
2548
xnf_alloc_dma_resources(xnf_t *xnfp)
usr/src/uts/common/xen/io/xnf.c
255
static void xnf_release_mblks(xnf_t *);
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
2648
xnf_release_dma_resources(xnf_t *xnfp)
usr/src/uts/common/xen/io/xnf.c
267
static grant_ref_t xnf_gref_get(xnf_t *);
usr/src/uts/common/xen/io/xnf.c
268
static void xnf_gref_put(xnf_t *, grant_ref_t);
usr/src/uts/common/xen/io/xnf.c
2688
xnf_release_mblks(xnf_t *xnfp)
usr/src/uts/common/xen/io/xnf.c
270
static xnf_txid_t *xnf_txid_get(xnf_t *);
usr/src/uts/common/xen/io/xnf.c
271
static void xnf_txid_put(xnf_t *, xnf_txid_t *);
usr/src/uts/common/xen/io/xnf.c
2713
xnf_t *xnfp = arg;
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
274
static int xnf_tx_clean_ring(xnf_t *);
usr/src/uts/common/xen/io/xnf.c
2768
xnf_t *xnfp = arg;
usr/src/uts/common/xen/io/xnf.c
277
static boolean_t xnf_kstat_init(xnf_t *);
usr/src/uts/common/xen/io/xnf.c
2778
xnf_buf_get(xnf_t *xnfp, int flags, boolean_t readonly)
usr/src/uts/common/xen/io/xnf.c
278
static void xnf_rx_collect(xnf_t *);
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
2845
xnf_t *xnfp = bdesc->xnfp;
usr/src/uts/common/xen/io/xnf.c
2855
xnf_t *xnfp = arg;
usr/src/uts/common/xen/io/xnf.c
2902
xnf_t *xnfp;
usr/src/uts/common/xen/io/xnf.c
2937
xnf_kstat_init(xnf_t *xnfp)
usr/src/uts/common/xen/io/xnf.c
2973
xnf_t *xnfp = arg;
usr/src/uts/common/xen/io/xnf.c
3028
xnf_change_mtu(xnf_t *xnfp, uint32_t mtu)
usr/src/uts/common/xen/io/xnf.c
3062
xnf_t *xnfp = data;
usr/src/uts/common/xen/io/xnf.c
3080
xnf_t *xnfp = data;
usr/src/uts/common/xen/io/xnf.c
3114
xnf_t *xnfp = arg;
usr/src/uts/common/xen/io/xnf.c
3170
xnf_t *xnfp = ddi_get_driver_private(dip);
usr/src/uts/common/xen/io/xnf.c
401
xnf_gref_get(xnf_t *xnfp)
usr/src/uts/common/xen/io/xnf.c
431
xnf_gref_put(xnf_t *xnfp, grant_ref_t gref)
usr/src/uts/common/xen/io/xnf.c
446
xnf_txid_get(xnf_t *xnfp)
usr/src/uts/common/xen/io/xnf.c
470
xnf_txid_put(xnf_t *xnfp, xnf_txid_t *tidp)
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
551
xnf_data_txbuf_alloc(xnf_t *xnfp, int flag)
usr/src/uts/common/xen/io/xnf.c
581
xnf_tx_slots_get(xnf_t *xnfp, int wanted, boolean_t wait)
usr/src/uts/common/xen/io/xnf.c
618
xnf_setup_rings(xnf_t *xnfp)
usr/src/uts/common/xen/io/xnf.c
774
xnf_be_connect(xnf_t *xnfp)
usr/src/uts/common/xen/io/xnf.c
888
xnf_read_config(xnf_t *xnfp)
usr/src/uts/common/xen/io/xnf.c
980
xnf_t *xnfp;