Searched refs:MAX_TXSCHQ_PER_FUNC (Results 1 – 2 of 2) sorted by relevance
1271 if (req->schq[i] > MAX_TXSCHQ_PER_FUNC) in nix_tm_alloc_txschq()1272 req->schq[i] = MAX_TXSCHQ_PER_FUNC; in nix_tm_alloc_txschq()1275 if (req->schq_contig[i] > MAX_TXSCHQ_PER_FUNC) in nix_tm_alloc_txschq()1276 req->schq_contig[i] = MAX_TXSCHQ_PER_FUNC; in nix_tm_alloc_txschq()
908 #define MAX_TXSCHQ_PER_FUNC 128 macro923 uint16_t __io schq_contig_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];924 uint16_t __io schq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];