Searched refs:rfis (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ahci/ |
H A D | ahci.c | 1114 error = bus_dmamem_alloc(ch->dma.rfis_tag, (void **)&ch->dma.rfis, 0, 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() 1161 bus_dmamem_free(ch->dma.rfis_tag, ch->dma.rfis, ch->dma.rfis_map); in ahci_dmafini() 1163 ch->dma.rfis = NULL; in ahci_dmafini() 1394 u_int8_t *fis = ch->dma.rfis + 0x58; in ahci_ch_intr_main() 1404 u_int8_t *fis = ch->dma.rfis + 0x58; in ahci_ch_intr_main() 1671 uint8_t *fis = ch->dma.rfis + 0x40; in ahci_execute_transaction() 1957 u_int8_t *fis = ch->dma.rfis + 0x40; in ahci_end_transaction()
|
H A D | ahci.h | 374 uint8_t *rfis; /* FIS receive area */ member
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_ahci.c | 142 uint8_t *rfis; member 327 if (p->rfis == NULL || !(p->cmd & AHCI_P_CMD_FRE)) in ahci_write_fis() 354 memcpy(p->rfis + offset, fis, len); in ahci_write_fis() 2165 p->rfis = paddr_guest2host(ahci_ctx(sc), fb, 256); in pci_ahci_port_write() 2679 SNAPSHOT_GUEST2HOST_ADDR_OR_LEAVE(pi->pi_vmctx, port->rfis, 256, in pci_ahci_snapshot()
|