Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccree/
Dcc_request_mgr.c200 unsigned int total_seq_len) in cc_queues_status() argument
216 if (req_mgr_h->q_free_slots >= total_seq_len) 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()
261 unsigned int total_seq_len = len; /*initial sequence length*/ in cc_do_send_request() local
284 total_seq_len += iv_seq_len; in cc_do_send_request()
316 total_seq_len++; in cc_do_send_request()
319 if (req_mgr_h->q_free_slots < total_seq_len) { in cc_do_send_request()
328 req_mgr_h->q_free_slots -= total_seq_len; in cc_do_send_request()
[all …]