Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/ccree/
H A Dcc_request_mgr.c226 unsigned int total_seq_len) in cc_queues_status() argument
242 if (req_mgr_h->q_free_slots >= total_seq_len) in cc_queues_status()
252 if (req_mgr_h->q_free_slots >= total_seq_len) { in cc_queues_status()
258 req_mgr_h->q_free_slots, total_seq_len); in cc_queues_status()
263 req_mgr_h->q_free_slots, total_seq_len); in cc_queues_status()
285 unsigned int total_seq_len = len; /*initial sequence length*/ in cc_do_send_request() local
314 total_seq_len++; in cc_do_send_request()
317 if (req_mgr_h->q_free_slots < total_seq_len) { in cc_do_send_request()
326 req_mgr_h->q_free_slots -= total_seq_len; in cc_do_send_request()
505 unsigned int total_seq_len = len; /*initial sequence length*/ in send_request_init() local
[all …]