Home
last modified time | relevance | path

Searched refs:ahci_rfis (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ic/
H A Dahcivar.h66 struct ahci_rfis *ap_rfis;
H A Dahcireg.h262 struct ahci_rfis { struct
H A Dahci.c550 ap->ap_dmamem_rfis = ahci_dmamem_alloc(sc, sizeof(struct ahci_rfis)); in ahci_port_alloc()
555 ap->ap_rfis = (struct ahci_rfis *) AHCI_DMA_KVA(ap->ap_dmamem_rfis); in ahci_port_alloc()
804 ap->ap_rfis = (struct ahci_rfis *) AHCI_DMA_KVA(ap->ap_dmamem_rfis); in ahci_port_init()
1879 sizeof(struct ahci_rfis), BUS_DMASYNC_PREREAD); in ahci_start()
2345 sizeof(struct ahci_rfis), BUS_DMASYNC_POSTREAD); in ahci_port_intr()
3227 struct ahci_rfis rfis; /* 1k aligned, 256 bytes */ in ahci_hibernate_io()