Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_request_mgr.c24 u32 q_free_slots; member
243 if (req_mgr_h->q_free_slots >= total_seq_len) in cc_queues_status()
248 req_mgr_h->q_free_slots = in cc_queues_status()
250 if (req_mgr_h->q_free_slots < req_mgr_h->min_free_hw_slots) in cc_queues_status()
251 req_mgr_h->min_free_hw_slots = req_mgr_h->q_free_slots; 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_le in cc_queues_status()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H A Dcc_request_mgr.c24 u32 q_free_slots; member
242 if (req_mgr_h->q_free_slots >= total_seq_len) in cc_queues_status()
247 req_mgr_h->q_free_slots = in cc_queues_status()
249 if (req_mgr_h->q_free_slots < req_mgr_h->min_free_hw_slots) in cc_queues_status()
250 req_mgr_h->min_free_hw_slots = req_mgr_h->q_free_slots; 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_le in cc_queues_status()
[all...]

Completed in 2 milliseconds