Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ahci/
H A Dahci.c1118 &ch->dma.rfis_map); in ahci_dmainit()
1121 error = bus_dmamap_load(ch->dma.rfis_tag, ch->dma.rfis_map, ch->dma.rfis, in ahci_dmainit()
1124 bus_dmamem_free(ch->dma.rfis_tag, ch->dma.rfis, ch->dma.rfis_map); in ahci_dmainit()
1163 bus_dmamap_unload(ch->dma.rfis_tag, ch->dma.rfis_map); in ahci_dmafini()
1164 bus_dmamem_free(ch->dma.rfis_tag, ch->dma.rfis, ch->dma.rfis_map); in ahci_dmafini()
1719 bus_dmamap_sync(ch->dma.rfis_tag, ch->dma.rfis_map, in ahci_execute_transaction()
1784 ch->dma.rfis_map, BUS_DMASYNC_POSTREAD); in ahci_execute_transaction()
1787 ch->dma.rfis_map, BUS_DMASYNC_PREREAD); in ahci_execute_transaction()
1962 bus_dmamap_sync(ch->dma.rfis_tag, ch->dma.rfis_map, in ahci_end_transaction()
H A Dahci.h375 bus_dmamap_t rfis_map; /* RFIS list DMA map */ member