Searched refs:n_qs (Results 1 – 1 of 1) sorted by relevance
7779 AscGetNumOfFreeQueue(ASC_DVC_VAR *asc_dvc, uchar target_ix, uchar n_qs) in AscGetNumOfFreeQueue() argument7792 if (n_qs == 1) { in AscGetNumOfFreeQueue()7799 if ((uint) (cur_used_qs + n_qs) <= (uint) asc_dvc->max_total_qng) { in AscGetNumOfFreeQueue()7807 if (n_qs > 1) { in AscGetNumOfFreeQueue()7808 if ((n_qs > asc_dvc->last_q_shortage) in AscGetNumOfFreeQueue()7809 && (n_qs <= (asc_dvc->max_total_qng - ASC_MIN_FREE_Q))) { in AscGetNumOfFreeQueue()7810 asc_dvc->last_q_shortage = n_qs; in AscGetNumOfFreeQueue()