Home
last modified time | relevance | path

Searched refs:q_free_slots (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/crypto/ccree/
Dcc_request_mgr.c24 u32 q_free_slots; member
216 if (req_mgr_h->q_free_slots >= total_seq_len) in cc_queues_status()
221 req_mgr_h->q_free_slots = in cc_queues_status()
223 if (req_mgr_h->q_free_slots < req_mgr_h->min_free_hw_slots) in cc_queues_status()
224 req_mgr_h->min_free_hw_slots = req_mgr_h->q_free_slots; in cc_queues_status()
226 if (req_mgr_h->q_free_slots >= total_seq_len) { in cc_queues_status()
232 req_mgr_h->q_free_slots, total_seq_len); in cc_queues_status()
237 req_mgr_h->q_free_slots, total_seq_len); in cc_queues_status()
319 if (req_mgr_h->q_free_slots < total_seq_len) { in cc_do_send_request()
325 req_mgr_h->q_free_slots = 0; in cc_do_send_request()
[all …]