req_queue_head 21 drivers/crypto/ccree/cc_request_mgr.c u32 req_queue_head; req_queue_head 235 drivers/crypto/ccree/cc_request_mgr.c if (((req_mgr_h->req_queue_head + 1) & (MAX_REQUEST_QUEUE_SIZE - 1)) == req_queue_head 238 drivers/crypto/ccree/cc_request_mgr.c req_mgr_h->req_queue_head, MAX_REQUEST_QUEUE_SIZE); req_queue_head 262 drivers/crypto/ccree/cc_request_mgr.c req_mgr_h->req_queue_head, MAX_REQUEST_QUEUE_SIZE, req_queue_head 289 drivers/crypto/ccree/cc_request_mgr.c used_sw_slots = ((req_mgr_h->req_queue_head - req_queue_head 296 drivers/crypto/ccree/cc_request_mgr.c req_mgr_h->req_queue[req_mgr_h->req_queue_head] = *cc_req; req_queue_head 297 drivers/crypto/ccree/cc_request_mgr.c req_mgr_h->req_queue_head = (req_mgr_h->req_queue_head + 1) & req_queue_head 301 drivers/crypto/ccree/cc_request_mgr.c dev_dbg(dev, "Enqueue request head=%u\n", req_mgr_h->req_queue_head); req_queue_head 579 drivers/crypto/ccree/cc_request_mgr.c unsigned int *head = &request_mgr_handle->req_queue_head;