Searched refs:CMD_TBL_SIZ (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ | ||
H A D | ahci.h | 503 #define CMD_TBL_SIZ(n) ((0x80 + ((n) * sizeof(PRD)) + 0x7F) & ~0x7F) macro |
H A D | ahci.c | 1203 table_size = CMD_TBL_SIZ(prdtl); in ahci_command_commit() |