Searched refs:ahci_cmd_hdr (Results 1 – 1 of 1) sorted by relevance
182 struct ahci_cmd_hdr { struct672 struct ahci_cmd_hdr *hdr; in ahci_handle_rw()678 hdr = (struct ahci_cmd_hdr *)(p->cmd_lst + slot * AHCI_CL_SIZE); in ahci_handle_rw()791 struct ahci_cmd_hdr *hdr; in read_prdt()797 hdr = (struct ahci_cmd_hdr *)(p->cmd_lst + slot * AHCI_CL_SIZE); in read_prdt()953 struct ahci_cmd_hdr *hdr; in write_prdt()959 hdr = (struct ahci_cmd_hdr *)(p->cmd_lst + slot * AHCI_CL_SIZE); in write_prdt()993 struct ahci_cmd_hdr *hdr; in ahci_handle_read_log()998 hdr = (struct ahci_cmd_hdr *)(p->cmd_lst + slot * AHCI_CL_SIZE); in ahci_handle_read_log()1034 struct ahci_cmd_hdr *hdr; in handle_identify()[all …]