Home
last modified time | relevance | path

Searched refs:hn_tx_data_dtag (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h145 bus_dma_tag_t hn_tx_data_dtag; member
H A Dif_hn.c2647 error = bus_dmamap_load_mbuf_sg(txr->hn_tx_data_dtag, txd->data_dmap, in hn_txdesc_dmamap_load()
2659 error = bus_dmamap_load_mbuf_sg(txr->hn_tx_data_dtag, in hn_txdesc_dmamap_load()
2663 bus_dmamap_sync(txr->hn_tx_data_dtag, txd->data_dmap, in hn_txdesc_dmamap_load()
2716 bus_dmamap_sync(txr->hn_tx_data_dtag, in hn_txdesc_put()
2718 bus_dmamap_unload(txr->hn_tx_data_dtag, in hn_txdesc_put()
5249 &txr->hn_tx_data_dtag); in hn_tx_ring_create()
5289 error = bus_dmamap_create(txr->hn_tx_data_dtag, 0, in hn_tx_ring_create()
5366 bus_dmamap_destroy(txr->hn_tx_data_dtag, txd->data_dmap); in hn_txdesc_dmamap_destroy()
5408 if (txr->hn_tx_data_dtag != NULL) in hn_tx_ring_destroy()
5409 bus_dma_tag_destroy(txr->hn_tx_data_dtag); in hn_tx_ring_destroy()