Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_request_mgr.c227 unsigned int total_seq_len) in cc_queues_status()
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()
258 dev_dbg(dev, "HW FIFO is full. q_free_slots=%d total_seq_len=%d\n", in cc_queues_status()
259 req_mgr_h->q_free_slots, total_seq_len); in cc_queues_status()
262 dev_dbg(dev, "HW FIFO full, timeout. req_queue_head=%d sw_fifo_len=%d q_free_slots=%d total_seq_len=%d\n", 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()
225 cc_queues_status(struct cc_drvdata *drvdata, struct cc_req_mgr_handle *req_mgr_h, unsigned int total_seq_len) cc_queues_status() argument
506 unsigned int total_seq_len = len; /*initial sequence length*/ send_request_init() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H A Dcc_request_mgr.c226 unsigned int total_seq_len) in cc_queues_status()
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()
257 dev_dbg(dev, "HW FIFO is full. q_free_slots=%d total_seq_len=%d\n", in cc_queues_status()
258 req_mgr_h->q_free_slots, total_seq_len); in cc_queues_status()
261 dev_dbg(dev, "HW FIFO full, timeout. req_queue_head=%d sw_fifo_len=%d q_free_slots=%d total_seq_len=%d\n", 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()
224 cc_queues_status(struct cc_drvdata *drvdata, struct cc_req_mgr_handle *req_mgr_h, unsigned int total_seq_len) cc_queues_status() argument
505 unsigned int total_seq_len = len; /*initial sequence length*/ send_request_init() local
[all...]

Completed in 2 milliseconds