Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/ccree/
H A Dcc_request_mgr.c20 struct cc_crypto_req req_queue[MAX_REQUEST_QUEUE_SIZE];
235 if (((req_mgr_h->req_queue_head + 1) & (MAX_REQUEST_QUEUE_SIZE - 1)) == in cc_queues_status()
238 req_mgr_h->req_queue_head, MAX_REQUEST_QUEUE_SIZE); in cc_queues_status()
262 req_mgr_h->req_queue_head, MAX_REQUEST_QUEUE_SIZE, in cc_queues_status()
290 (MAX_REQUEST_QUEUE_SIZE - 1)); in cc_do_send_request()
297 (MAX_REQUEST_QUEUE_SIZE - 1); in cc_do_send_request()
598 *tail = (*tail + 1) & (MAX_REQUEST_QUEUE_SIZE - 1); in proc_completions()
H A Dcc_driver.h103 #define MAX_REQUEST_QUEUE_SIZE 4096 macro