Searched refs:ADF_MSG_SIZE_TO_BYTES (Results 1 – 2 of 2) sorted by relevance
68 #define ADF_MSG_SIZE_TO_BYTES(SIZE) (SIZE << 5) macro
393 if (desc_size > ADF_MSG_SIZE_TO_BYTES(ADF_MAX_MSG_SIZE)) { in qat_queue_create()