Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dahci.c1126 static void process_ncq_command(AHCIState *s, int port, const uint8_t *cmd_fis, in process_ncq_command() argument
1130 const NCQFrame *ncq_fis = (NCQFrame *)cmd_fis; in process_ncq_command()
1229 uint8_t slot, const uint8_t *cmd_fis) in handle_reg_h2d_fis() argument
1236 if (cmd_fis[1] & 0x0F) { in handle_reg_h2d_fis()
1237 trace_handle_reg_h2d_fis_pmp(s, port, cmd_fis[1], in handle_reg_h2d_fis()
1238 cmd_fis[2], cmd_fis[3]); in handle_reg_h2d_fis()
1242 if (cmd_fis[1] & 0x70) { in handle_reg_h2d_fis()
1243 trace_handle_reg_h2d_fis_res(s, port, cmd_fis[1], in handle_reg_h2d_fis()
1244 cmd_fis[2], cmd_fis[3]); in handle_reg_h2d_fis()
1248 if (!(cmd_fis[1] & SATA_FIS_REG_H2D_UPDATE_COMMAND_REGISTER)) { in handle_reg_h2d_fis()
[all …]
H A Dtrace-events110 …, uint8_t b0, uint8_t b1, uint8_t b2) "ahci(%p)[%d]: unhandled FIS type. cmd_fis: 0x%02x-%02x-%02x"