Searched refs:ahci_command_set_sizes (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ahci.c | 1136 void ahci_command_set_sizes(AHCICommand *cmd, uint64_t xbytes, in ahci_command_set_sizes() function 1170 ahci_command_set_sizes(cmd, xbytes, cmd->prd_size); in ahci_command_set_size() 1175 ahci_command_set_sizes(cmd, cmd->xbytes, prd_size); in ahci_command_set_prd_size() 1181 ahci_command_set_sizes(cmd, xbytes, prd_size); in ahci_command_adjust()
|
H A D | ahci.h | 637 void ahci_command_set_sizes(AHCICommand *cmd, uint64_t xbytes,
|