Home
last modified time | relevance | path

Searched refs:AHCICmdHdr (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/ide/
H A Dahci_internal.h279 typedef struct AHCICmdHdr { struct
285 } QEMU_PACKED AHCICmdHdr; argument
296 AHCICmdHdr *cmdh;
322 AHCICmdHdr *cur_cmd;
H A Dahci.c935 AHCICmdHdr *cmd, int64_t limit, uint64_t offset) in ahci_populate_sglist()
1161 ncq_tfs->cmdh = &((AHCICmdHdr *)ad->lst)[slot]; in process_ncq_command()
1216 static AHCICmdHdr *get_cmd_header(AHCIState *s, uint8_t port, uint8_t slot) in get_cmd_header()
1222 return s->dev[port].lst ? &((AHCICmdHdr *)s->dev[port].lst)[slot] : NULL; in get_cmd_header()
1229 AHCICmdHdr *cmd = get_cmd_header(s, port, slot); in handle_reg_h2d_fis()
1343 AHCICmdHdr *cmd; in handle_cmd()