Home
last modified time | relevance | path

Searched refs:MAX_TXSCHQ_PER_FUNC (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.h36 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];
H A Dotx2_common.h217 u16 txschq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
520 u16 pfc_schq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
H A Dotx2_common.c626 u16 (*schq_list)[MAX_TXSCHQ_PER_FUNC]; in otx2_txschq_config()
853 for (schq = 0; schq < MAX_TXSCHQ_PER_FUNC; schq++) in otx2_txschq_stop()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h999 #define MAX_TXSCHQ_PER_FUNC 128 macro
1014 u16 schq_contig_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
1015 u16 schq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
H A Drvu_nix.c2124 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()