Searched defs:ahci_channel (Results 1 – 1 of 1) sorted by relevance
67 struct ahci_channel { struct68 struct ata_channel ata_channel; /* generic part */69 bus_space_handle_t ahcic_scontrol;70 bus_space_handle_t ahcic_sstatus;71 bus_space_handle_t ahcic_serror;73 struct ahci_r_fis *ahcic_rfis; /* received FIS */74 bus_addr_t ahcic_bus_rfis;75 struct ahci_cmd_header *ahcic_cmdh; /* command headers */76 bus_addr_t ahcic_bus_cmdh;78 bus_dmamap_t ahcic_cmd_tbld;[all …]