Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_transport_access_macros.h35 #define ADF_MSG_SIZE_TO_BYTES(SIZE) (SIZE << 5) macro
H A Dadf_transport.c99 ADF_MSG_SIZE_TO_BYTES(ring->msg_size)); in adf_send_message()
102 ADF_MSG_SIZE_TO_BYTES(ring->msg_size), in adf_send_message()
123 ADF_MSG_SIZE_TO_BYTES(ring->msg_size), in adf_handle_response()
236 if (msg_size > ADF_MSG_SIZE_TO_BYTES(ADF_MAX_MSG_SIZE)) { in adf_create_ring()