Searched defs:cc_req_mgr_handle (Results 1 – 1 of 1) sorted by relevance
15 struct cc_req_mgr_handle { struct17 unsigned int hw_queue_size; /* HW capability */18 unsigned int min_free_hw_slots;19 unsigned int max_used_sw_slots;20 struct cc_crypto_req req_queue[MAX_REQUEST_QUEUE_SIZE];21 u32 req_queue_head;22 u32 req_queue_tail;23 u32 axi_completed;24 u32 q_free_slots;28 spinlock_t hw_lock;[all …]