Searched refs:MAX_TXSCHQ_PER_FUNC (Results 1 – 2 of 2) sorted by relevance
36 u16 schq_contig_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];37 u16 schq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];38 bool schq_index_used[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
2124 if (free_cnt < req_schq || req->schq[lvl] > MAX_TXSCHQ_PER_FUNC || in nix_check_txschq_alloc_req()2125 req->schq_contig[lvl] > MAX_TXSCHQ_PER_FUNC) in nix_check_txschq_alloc_req()