Searched refs:cfis (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/cmd/bhyve/common/ |
| H A D | pci_ahci.c | 129 uint8_t *cfis; member 217 static void ahci_handle_next_trim(struct ahci_port *p, int slot, uint8_t *cfis, 374 ahci_write_fis_sdb(struct ahci_port *p, int slot, uint8_t *cfis, uint32_t tfd) in ahci_write_fis_sdb() argument 390 memcpy(&p->err_cfis[4], cfis + 4, 16); in ahci_write_fis_sdb() 401 ahci_write_fis_d2h(struct ahci_port *p, int slot, uint8_t *cfis, uint32_t tfd) in ahci_write_fis_d2h() argument 412 fis[4] = cfis[4]; in ahci_write_fis_d2h() 413 fis[5] = cfis[5]; in ahci_write_fis_d2h() 414 fis[6] = cfis[6]; in ahci_write_fis_d2h() 415 fis[7] = cfis[7]; in ahci_write_fis_d2h() 416 fis[8] = cfis[8]; in ahci_write_fis_d2h() [all …]
|