Lines Matching refs:q_free_slots
24 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()
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()
317 if (req_mgr_h->q_free_slots < total_seq_len) { in cc_do_send_request()
323 req_mgr_h->q_free_slots = 0; in cc_do_send_request()
326 req_mgr_h->q_free_slots -= total_seq_len; in cc_do_send_request()
525 req_mgr_h->q_free_slots = in send_request_init()