Searched refs:rfis_map (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/ahci/ |
| H A D | ahci.c | 1115 &ch->dma.rfis_map); in ahci_dmainit() 1118 error = bus_dmamap_load(ch->dma.rfis_tag, ch->dma.rfis_map, ch->dma.rfis, in ahci_dmainit() 1121 bus_dmamem_free(ch->dma.rfis_tag, ch->dma.rfis, ch->dma.rfis_map); in ahci_dmainit() 1160 bus_dmamap_unload(ch->dma.rfis_tag, ch->dma.rfis_map); in ahci_dmafini() 1161 bus_dmamem_free(ch->dma.rfis_tag, ch->dma.rfis, ch->dma.rfis_map); in ahci_dmafini() 1716 bus_dmamap_sync(ch->dma.rfis_tag, ch->dma.rfis_map, in ahci_execute_transaction() 1781 ch->dma.rfis_map, BUS_DMASYNC_POSTREAD); in ahci_execute_transaction() 1784 ch->dma.rfis_map, BUS_DMASYNC_PREREAD); in ahci_execute_transaction() 1959 bus_dmamap_sync(ch->dma.rfis_tag, ch->dma.rfis_map, in ahci_end_transaction()
|
| H A D | ahci.h | 373 bus_dmamap_t rfis_map; /* RFIS list DMA map */ member
|