Searched refs:ahci_write_fis_d2h (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/usr.sbin/bhyve/ |
| D | pci_ahci.c | 398 ahci_write_fis_d2h(struct ahci_port *p, int slot, uint8_t *cfis, uint32_t tfd) in ahci_write_fis_d2h() function 850 ahci_write_fis_d2h(p, slot, cfis, in ahci_handle_dsm_trim() 946 ahci_write_fis_d2h(p, slot, cfis, in ahci_handle_read_log() 965 ahci_write_fis_d2h(p, slot, cfis, in ahci_handle_read_log() 973 ahci_write_fis_d2h(p, slot, cfis, ATA_S_DSC | ATA_S_READY); in ahci_handle_read_log() 983 ahci_write_fis_d2h(p, slot, cfis, in handle_identify() 988 ahci_write_fis_d2h(p, slot, cfis, ATA_S_DSC | ATA_S_READY); in handle_identify() 1125 ahci_write_fis_d2h(p, slot, cfis, in handle_atapi_identify() 1130 ahci_write_fis_d2h(p, slot, cfis, ATA_S_DSC | ATA_S_READY); in handle_atapi_identify() 1157 ahci_write_fis_d2h(p, slot, cfis, tfd); in atapi_inquiry() [all …]
|