Lines Matching refs:xnf_t
253 static int xnf_alloc_dma_resources(xnf_t *);
254 static void xnf_release_dma_resources(xnf_t *);
255 static void xnf_release_mblks(xnf_t *);
259 static xnf_buf_t *xnf_buf_get(xnf_t *, int, boolean_t);
261 static void xnf_buf_put(xnf_t *, xnf_buf_t *, boolean_t);
270 static grant_ref_t xnf_gref_get(xnf_t *);
272 static void xnf_gref_put(xnf_t *, grant_ref_t);
275 static xnf_txid_t *xnf_txid_get(xnf_t *);
277 static void xnf_txid_put(xnf_t *, xnf_txid_t *);
280 static void xnf_rxbuf_hang(xnf_t *, xnf_buf_t *);
281 static int xnf_tx_clean_ring(xnf_t *);
284 static boolean_t xnf_kstat_init(xnf_t *);
285 static void xnf_rx_collect(xnf_t *);
408 xnf_gref_get(xnf_t *xnfp) in xnf_gref_get()
438 xnf_gref_put(xnf_t *xnfp, grant_ref_t gref) in xnf_gref_put()
453 xnf_txid_get(xnf_t *xnfp) in xnf_txid_get()
477 xnf_txid_put(xnf_t *xnfp, xnf_txid_t *tidp) in xnf_txid_put()
489 xnf_data_txbuf_free(xnf_t *xnfp, xnf_txbuf_t *txp) in xnf_data_txbuf_free()
537 xnf_data_txbuf_free_chain(xnf_t *xnfp, xnf_txbuf_t *txp) in xnf_data_txbuf_free_chain()
558 xnf_data_txbuf_alloc(xnf_t *xnfp, int flag) in xnf_data_txbuf_alloc()
588 xnf_tx_slots_get(xnf_t *xnfp, int wanted, boolean_t wait) in xnf_tx_slots_get()
625 xnf_setup_rings(xnf_t *xnfp) in xnf_setup_rings()
781 xnf_be_connect(xnf_t *xnfp) in xnf_be_connect()
895 xnf_read_config(xnf_t *xnfp) in xnf_read_config()
987 xnf_t *xnfp; in xnf_attach()
1195 xnf_t *xnfp; /* Our private device info */ in xnf_detach()
1302 xnf_t *xnfp = arg; in xnf_set_multicast()
1424 xnf_tx_clean_ring(xnf_t *xnfp) in xnf_tx_clean_ring()
1525 xnf_tx_get_lookaside(xnf_t *xnfp, mblk_t *mp, size_t *plen) in xnf_tx_get_lookaside()
1665 xnf_tx_push_packet(xnf_t *xnfp, xnf_txbuf_t *head) in xnf_tx_push_packet()
1732 xnf_mblk_copy(xnf_t *xnfp, mblk_t *mp) in xnf_mblk_copy()
1756 xnf_mblk_map(xnf_t *xnfp, mblk_t *mp, int *countp) in xnf_mblk_map()
1858 xnf_tx_setup_offload(xnf_t *xnfp, xnf_txbuf_t *head, in xnf_tx_setup_offload()
1898 xnf_t *xnfp = arg; in xnf_send()
2064 xnf_t *xnfp = (xnf_t *)arg; in xnf_intr()
2162 xnf_t *xnfp = arg; in xnf_start()
2180 xnf_t *xnfp = arg; in xnf_stop()
2195 xnf_rxbuf_hang(xnf_t *xnfp, xnf_buf_t *bdesc) in xnf_rxbuf_hang()
2271 xnf_rx_one_packet(xnf_t *xnfp, RING_IDX prod, RING_IDX *consp, mblk_t **mpp) in xnf_rx_one_packet()
2511 xnf_rx_collect(xnf_t *xnfp) in xnf_rx_collect()
2555 xnf_alloc_dma_resources(xnf_t *xnfp) in xnf_alloc_dma_resources()
2655 xnf_release_dma_resources(xnf_t *xnfp) in xnf_release_dma_resources()
2695 xnf_release_mblks(xnf_t *xnfp) in xnf_release_mblks()
2720 xnf_t *xnfp = arg; in xnf_buf_constructor()
2775 xnf_t *xnfp = arg; in xnf_buf_destructor()
2785 xnf_buf_get(xnf_t *xnfp, int flags, boolean_t readonly) in xnf_buf_get()
2821 xnf_buf_put(xnf_t *xnfp, xnf_buf_t *bufp, boolean_t readonly) in xnf_buf_put()
2852 xnf_t *xnfp = bdesc->xnfp; in xnf_buf_recycle()
2862 xnf_t *xnfp = arg; in xnf_tx_buf_constructor()
2909 xnf_t *xnfp; in xnf_kstat_aux_update()
2944 xnf_kstat_init(xnf_t *xnfp) in xnf_kstat_init()
2980 xnf_t *xnfp = arg; in xnf_stat()
3035 xnf_change_mtu(xnf_t *xnfp, uint32_t mtu) in xnf_change_mtu()
3069 xnf_t *xnfp = data; in xnf_getprop()
3087 xnf_t *xnfp = data; in xnf_setprop()
3121 xnf_t *xnfp = arg; in xnf_getcapab()
3177 xnf_t *xnfp = ddi_get_driver_private(dip); in oe_state_change()