Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_ahci.c178 struct ahci_cmd_hdr { struct
666 struct ahci_cmd_hdr *hdr; in ahci_handle_rw()
672 hdr = (struct ahci_cmd_hdr *)(p->cmd_lst + slot * AHCI_CL_SIZE); in ahci_handle_rw()
784 struct ahci_cmd_hdr *hdr; in read_prdt()
790 hdr = (struct ahci_cmd_hdr *)(p->cmd_lst + slot * AHCI_CL_SIZE); in read_prdt()
899 struct ahci_cmd_hdr *hdr; in write_prdt()
905 hdr = (struct ahci_cmd_hdr *)(p->cmd_lst + slot * AHCI_CL_SIZE); in write_prdt()
939 struct ahci_cmd_hdr *hdr; in ahci_handle_read_log()
944 hdr = (struct ahci_cmd_hdr *)(p->cmd_lst + slot * AHCI_CL_SIZE); in ahci_handle_read_log()
980 struct ahci_cmd_hdr *hdr; in handle_identify()
[all …]