Lines Matching defs:ahci_channel
67 struct ahci_channel { struct
68 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;
79 bus_dma_segment_t ahcic_cmd_tbl_seg;
80 int ahcic_cmd_tbl_nseg;
81 struct ahci_cmd_tbl *ahcic_cmd_tbl[AHCI_MAX_CMDS];
82 bus_addr_t ahcic_bus_cmd_tbl[AHCI_MAX_CMDS];
83 bus_dmamap_t ahcic_datad[AHCI_MAX_CMDS];