Searched refs:AHCICmdHdr (Results 1 – 2 of 2) sorted by relevance
279 typedef struct AHCICmdHdr { struct285 } QEMU_PACKED AHCICmdHdr; argument296 AHCICmdHdr *cmdh;322 AHCICmdHdr *cur_cmd;
937 AHCICmdHdr *cmd, int64_t limit, uint64_t offset) in ahci_populate_sglist()1164 ncq_tfs->cmdh = &((AHCICmdHdr *)ad->lst)[slot]; in process_ncq_command()1219 static AHCICmdHdr *get_cmd_header(AHCIState *s, uint8_t port, uint8_t slot) in get_cmd_header()1225 return s->dev[port].lst ? &((AHCICmdHdr *)s->dev[port].lst)[slot] : NULL; in get_cmd_header()1232 AHCICmdHdr *cmd = get_cmd_header(s, port, slot); in handle_reg_h2d_fis()1346 AHCICmdHdr *cmd; in handle_cmd()