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];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()292 (MAX_REQUEST_QUEUE_SIZE - 1)); in cc_do_send_request()299 (MAX_REQUEST_QUEUE_SIZE - 1); in cc_do_send_request()615 *tail = (*tail + 1) & (MAX_REQUEST_QUEUE_SIZE - 1); in proc_completions()
109 #define MAX_REQUEST_QUEUE_SIZE 4096 macro