Home
last modified time | relevance | path

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

/freebsd/sys/dev/sge/
H A Dif_sge.c790 &cd->sge_rx_dmamap); in sge_dma_alloc()
796 error = bus_dmamap_load(cd->sge_rx_tag, cd->sge_rx_dmamap, in sge_dma_alloc()
911 bus_dmamap_unload(cd->sge_rx_tag, cd->sge_rx_dmamap); in sge_dma_free()
914 cd->sge_rx_dmamap); in sge_dma_free()
1033 bus_dmamap_sync(cd->sge_rx_tag, cd->sge_rx_dmamap, in sge_list_rx_init()
1145 bus_dmamap_sync(cd->sge_rx_tag, cd->sge_rx_dmamap, in sge_rxeof()
1211 bus_dmamap_sync(cd->sge_rx_tag, cd->sge_rx_dmamap, in sge_rxeof()
H A Dif_sgereg.h319 bus_dmamap_t sge_rx_dmamap; member