Lines Matching defs:AHCIDevice
308 struct AHCIDevice { struct
309 IDEDMA dma;
310 IDEBus port;
311 int port_no;
312 uint32_t port_state;
313 uint32_t finished;
314 AHCIPortRegs port_regs;
315 struct AHCIState *hba;
316 QEMUBH *check_bh;
317 uint8_t *lst;
318 uint8_t *res_fis;
319 bool done_first_drq;
320 int32_t busy_slot;
321 bool init_d2h_sent;
322 AHCICmdHdr *cur_cmd;
323 NCQTransferState ncq_tfs[AHCI_MAX_CMDS];