Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.h632 void ahci_command_set_flags(AHCICommand *cmd, uint16_t cmdh_flags);
633 void ahci_command_clr_flags(AHCICommand *cmd, uint16_t cmdh_flags);
H A Dahci.c1025 void ahci_command_set_flags(AHCICommand *cmd, uint16_t cmdh_flags) in ahci_command_set_flags() argument
1027 cmd->header.flags |= cmdh_flags; in ahci_command_set_flags()
1030 void ahci_command_clr_flags(AHCICommand *cmd, uint16_t cmdh_flags) in ahci_command_clr_flags() argument
1032 cmd->header.flags &= ~cmdh_flags; in ahci_command_clr_flags()