Home
last modified time | relevance | path

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

/trueos/usr.sbin/bhyve/
HDpci_ahci.c174 struct ahci_cmd_hdr { struct
614 struct ahci_cmd_hdr *hdr; in ahci_handle_rw()
620 hdr = (struct ahci_cmd_hdr *)(p->cmd_lst + slot * AHCI_CL_SIZE); in ahci_handle_rw()
732 struct ahci_cmd_hdr *hdr; in read_prdt()
737 hdr = (struct ahci_cmd_hdr *)(p->cmd_lst + slot * AHCI_CL_SIZE); in read_prdt()
838 struct ahci_cmd_hdr *hdr; in write_prdt()
843 hdr = (struct ahci_cmd_hdr *)(p->cmd_lst + slot * AHCI_CL_SIZE); in write_prdt()
877 struct ahci_cmd_hdr *hdr; in ahci_handle_read_log()
880 hdr = (struct ahci_cmd_hdr *)(p->cmd_lst + slot * AHCI_CL_SIZE); in ahci_handle_read_log()
901 struct ahci_cmd_hdr *hdr; in handle_identify()
[all …]