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

/linux-master/drivers/crypto/ccree/
H A Dcc_request_mgr.c24 u32 q_free_slots; member in struct:cc_req_mgr_handle
242 if (req_mgr_h->q_free_slots >= total_seq_len)
247 req_mgr_h->q_free_slots =
249 if (req_mgr_h->q_free_slots < req_mgr_h->min_free_hw_slots)
250 req_mgr_h->min_free_hw_slots = req_mgr_h->q_free_slots;
252 if (req_mgr_h->q_free_slots >= total_seq_len) {
257 dev_dbg(dev, "HW FIFO is full. q_free_slots=%d total_seq_len=%d\n",
258 req_mgr_h->q_free_slots, total_seq_len);
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",
263 req_mgr_h->q_free_slots, total_seq_le
[all...]

Completed in 203 milliseconds