Home
last modified time | relevance | path

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

/linux/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.h228 u16 txschq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
525 u16 pfc_schq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
H A Dotx2_common.c607 u16 (*schq_list)[MAX_TXSCHQ_PER_FUNC]; in otx2_txschq_config()
810 for (schq = 0; schq < MAX_TXSCHQ_PER_FUNC; schq++) in otx2_txschq_stop()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h986 #define MAX_TXSCHQ_PER_FUNC 128 macro
1001 u16 schq_contig_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
1002 u16 schq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
H A Drvu_nix.c2060 if (free_cnt < req_schq || req->schq[lvl] > MAX_TXSCHQ_PER_FUNC || in nix_check_txschq_alloc_req()
2061 req->schq_contig[lvl] > MAX_TXSCHQ_PER_FUNC) in nix_check_txschq_alloc_req()