Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dahcivar.h67 struct ahci_dmamem *ap_dmamem_rfis; member
H A Dahci.c550 ap->ap_dmamem_rfis = ahci_dmamem_alloc(sc, sizeof(struct ahci_rfis)); in ahci_port_alloc()
551 if (ap->ap_dmamem_rfis == NULL) in ahci_port_alloc()
555 ap->ap_rfis = (struct ahci_rfis *) AHCI_DMA_KVA(ap->ap_dmamem_rfis); in ahci_port_alloc()
556 dva = AHCI_DMA_DVA(ap->ap_dmamem_rfis); in ahci_port_alloc()
754 if (ap->ap_dmamem_rfis) in ahci_port_free()
755 ahci_dmamem_free(sc, ap->ap_dmamem_rfis); in ahci_port_free()
804 ap->ap_rfis = (struct ahci_rfis *) AHCI_DMA_KVA(ap->ap_dmamem_rfis); in ahci_port_init()
805 dva = AHCI_DMA_DVA(ap->ap_dmamem_rfis); in ahci_port_init()
1878 bus_dmamap_sync(sc->sc_dmat, AHCI_DMA_MAP(ap->ap_dmamem_rfis), 0, in ahci_start()
2344 AHCI_DMA_MAP(ap->ap_dmamem_rfis), 0, in ahci_port_intr()