Home
last modified time | relevance | path

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

/linux/drivers/crypto/ccree/
A Dcc_request_mgr.c227 unsigned int total_seq_len) in cc_queues_status() argument
243 if (req_mgr_h->q_free_slots >= total_seq_len) in cc_queues_status()
253 if (req_mgr_h->q_free_slots >= total_seq_len) { in cc_queues_status()
259 req_mgr_h->q_free_slots, total_seq_len); in cc_queues_status()
264 req_mgr_h->q_free_slots, total_seq_len); in cc_queues_status()
286 unsigned int total_seq_len = len; /*initial sequence length*/ in cc_do_send_request() local
315 total_seq_len++; in cc_do_send_request()
318 if (req_mgr_h->q_free_slots < total_seq_len) { in cc_do_send_request()
327 req_mgr_h->q_free_slots -= total_seq_len; in cc_do_send_request()
506 unsigned int total_seq_len = len; /*initial sequence length*/ in send_request_init() local
[all …]

Completed in 4 milliseconds