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.c792 &cd->sge_rx_dmamap); in sge_dma_alloc()
798 error = bus_dmamap_load(cd->sge_rx_tag, cd->sge_rx_dmamap, in sge_dma_alloc()
913 bus_dmamap_unload(cd->sge_rx_tag, cd->sge_rx_dmamap); in sge_dma_free()
916 cd->sge_rx_dmamap); in sge_dma_free()
1035 bus_dmamap_sync(cd->sge_rx_tag, cd->sge_rx_dmamap, in sge_list_rx_init()
1147 bus_dmamap_sync(cd->sge_rx_tag, cd->sge_rx_dmamap, in sge_rxeof()
1213 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