Searched refs:data_dmap (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/hyperv/storvsc/ |
H A D | hv_storvsc_drv_freebsd.c | 195 bus_dmamap_t data_dmap; member 977 &reqp->data_dmap); in storvsc_init_requests() 990 bus_dmamap_destroy(sc->storvsc_req_dtag, reqp->data_dmap); in storvsc_init_requests() 1205 bus_dmamap_destroy(sc->storvsc_req_dtag, reqp->data_dmap); in storvsc_attach() 1264 bus_dmamap_destroy(sc->storvsc_req_dtag, reqp->data_dmap); in storvsc_detach() 1551 dmap_saved = reqp->data_dmap; in storvsc_action() 1557 reqp->data_dmap = dmap_saved; in storvsc_action() 1866 reqp->data_dmap, op); in storvsc_xferbuf_prepare() 1954 reqp->data_dmap, ccb, storvsc_xferbuf_prepare, reqp, in create_storvsc_request() 2137 reqp->data_dmap, op); in storvsc_io_done() [all …]
|
/freebsd/sys/dev/hyperv/netvsc/ |
H A D | if_hn.c | 218 bus_dmamap_t data_dmap; member 2660 error = bus_dmamap_load_mbuf_sg(txr->hn_tx_data_dtag, txd->data_dmap, in hn_txdesc_dmamap_load() 2673 txd->data_dmap, m, segs, nsegs, BUS_DMA_NOWAIT); in hn_txdesc_dmamap_load() 2676 bus_dmamap_sync(txr->hn_tx_data_dtag, txd->data_dmap, in hn_txdesc_dmamap_load() 2730 txd->data_dmap, BUS_DMASYNC_POSTWRITE); in hn_txdesc_put() 2732 txd->data_dmap); in hn_txdesc_put() 5301 &txd->data_dmap); in hn_tx_ring_create() 5377 bus_dmamap_destroy(txr->hn_tx_data_dtag, txd->data_dmap); in hn_txdesc_dmamap_destroy()
|