Lines Matching refs:q_free_slots
24 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()
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()
318 if (req_mgr_h->q_free_slots < total_seq_len) { in cc_do_send_request()
324 req_mgr_h->q_free_slots = 0; in cc_do_send_request()
327 req_mgr_h->q_free_slots -= total_seq_len; in cc_do_send_request()
526 req_mgr_h->q_free_slots = in send_request_init()