Searched refs:ahci_write_fis_d2h (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_ahci.c | 395 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() 947 ahci_write_fis_d2h(p, slot, cfis, in ahci_handle_read_log() 966 ahci_write_fis_d2h(p, slot, cfis, in ahci_handle_read_log() 974 ahci_write_fis_d2h(p, slot, cfis, ATA_S_DSC | ATA_S_READY); in ahci_handle_read_log() 984 ahci_write_fis_d2h(p, slot, cfis, in handle_identify() 989 ahci_write_fis_d2h(p, slot, cfis, ATA_S_DSC | ATA_S_READY); in handle_identify() 1126 ahci_write_fis_d2h(p, slot, cfis, in handle_atapi_identify() 1131 ahci_write_fis_d2h(p, slot, cfis, ATA_S_DSC | ATA_S_READY); in handle_atapi_identify() 1158 ahci_write_fis_d2h(p, slot, cfis, tfd); in atapi_inquiry() [all …]
|