Home
last modified time | relevance | path

Searched refs:MAX_REQUEST_QUEUE_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_request_mgr.c20 struct cc_crypto_req req_queue[MAX_REQUEST_QUEUE_SIZE];
236 if (((req_mgr_h->req_queue_head + 1) & (MAX_REQUEST_QUEUE_SIZE - 1)) == in cc_queues_status()
239 req_mgr_h->req_queue_head, MAX_REQUEST_QUEUE_SIZE); in cc_queues_status()
263 req_mgr_h->req_queue_head, MAX_REQUEST_QUEUE_SIZE, in cc_queues_status()
291 (MAX_REQUEST_QUEUE_SIZE - 1)); in cc_do_send_request()
298 (MAX_REQUEST_QUEUE_SIZE - 1); in cc_do_send_request()
599 *tail = (*tail + 1) & (MAX_REQUEST_QUEUE_SIZE - 1); in proc_completions()
H A Dcc_driver.h105 #define MAX_REQUEST_QUEUE_SIZE 4096 macro
/kernel/linux/linux-6.6/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

Completed in 3 milliseconds