Searched refs:MAX_REQUEST_QUEUE_SIZE (Results 1 – 2 of 2) sorted by relevance
20 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()
103 #define MAX_REQUEST_QUEUE_SIZE 4096 macro