Searched refs:MAX_TXSCHQ_PER_FUNC (Results 1 – 5 of 5) 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];
221 u16 txschq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];539 u16 pfc_schq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
617 u16 (*schq_list)[MAX_TXSCHQ_PER_FUNC]; in otx2_txschq_config()844 for (schq = 0; schq < MAX_TXSCHQ_PER_FUNC; schq++) in otx2_txschq_stop()
1017 #define MAX_TXSCHQ_PER_FUNC 128 macro1032 u16 schq_contig_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];1033 u16 schq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
2126 if (free_cnt < req_schq || req->schq[lvl] > MAX_TXSCHQ_PER_FUNC || in nix_check_txschq_alloc_req()2127 req->schq_contig[lvl] > MAX_TXSCHQ_PER_FUNC) in nix_check_txschq_alloc_req()
Completed in 33 milliseconds