Home
last modified time | relevance | path

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

/freebsd/sys/dev/sge/
H A Dif_sge.c817 &cd->sge_tx_tag); in sge_dma_alloc()
824 error = bus_dmamem_alloc(cd->sge_tx_tag, (void **)&ld->sge_tx_ring, in sge_dma_alloc()
832 error = bus_dmamap_load(cd->sge_tx_tag, cd->sge_tx_dmamap, in sge_dma_alloc()
923 if (cd->sge_tx_tag != NULL) { in sge_dma_free()
925 bus_dmamap_unload(cd->sge_tx_tag, cd->sge_tx_dmamap); in sge_dma_free()
927 bus_dmamem_free(cd->sge_tx_tag, ld->sge_tx_ring, in sge_dma_free()
931 bus_dma_tag_destroy(cd->sge_tx_tag); in sge_dma_free()
932 cd->sge_tx_tag = NULL; in sge_dma_free()
984 bus_dmamap_sync(cd->sge_tx_tag, cd->sge_tx_dmamap, in sge_list_tx_init()
1241 bus_dmamap_sync(cd->sge_tx_tag, cd->sge_tx_dmamap, in sge_txeof()
[all …]
H A Dif_sgereg.h318 bus_dma_tag_t sge_tx_tag; member