Searched refs:ASC_MIN_FREE_Q (Results 1 – 1 of 1) sorted by relevance
1475 #define ASC_MIN_FREE_Q ASC_MIN_REMAIN_Q macro1476 #define ASC_MIN_TOTAL_QNG ((ASC_MAX_SG_QUEUE)+(ASC_MIN_FREE_Q))11427 (uint) ASC_MIN_FREE_Q; in AscGetNumOfFreeQueue()11430 (uint) ASC_MIN_FREE_Q; in AscGetNumOfFreeQueue()11441 … if ((n_qs > asc_dvc->last_q_shortage) && (n_qs <= (asc_dvc->max_total_qng - ASC_MIN_FREE_Q))) { in AscGetNumOfFreeQueue()