Searched refs:ahci_cmd_hdr (Results 1 – 1 of 1) sorted by relevance
178 struct ahci_cmd_hdr { struct666 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 …]