Symbol: NIX_TXSCH_LVL_CNT
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
1130
u16 schq_contig[NIX_TXSCH_LVL_CNT]; /* No of contiguous queues */
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
1131
u16 schq[NIX_TXSCH_LVL_CNT]; /* No of non-contiguous queues */
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
1137
u16 schq_contig[NIX_TXSCH_LVL_CNT];
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
1138
u16 schq[NIX_TXSCH_LVL_CNT];
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
1140
u16 schq_contig_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
1141
u16 schq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
532
u16 schq[NIX_TXSCH_LVL_CNT];
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
539
u16 schq_nix1[NIX_TXSCH_LVL_CNT];
drivers/net/ethernet/marvell/octeontx2/af/rvu.h
363
struct nix_smq_tree_ctx smq_tree_ctx[NIX_TXSCH_LVL_CNT];
drivers/net/ethernet/marvell/octeontx2/af/rvu.h
399
struct nix_txsch txsch[NIX_TXSCH_LVL_CNT]; /* Tx schedulers */
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
1973
for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++) {
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
2301
for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++) {
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
2308
for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++) {
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
2596
for (lvl = NIX_TXSCH_LVL_MDQ; lvl < NIX_TXSCH_LVL_CNT; lvl++) {
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
2635
for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++) {
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
2915
if (req->lvl >= NIX_TXSCH_LVL_CNT ||
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
3815
for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++) {
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
5194
for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++) {
drivers/net/ethernet/marvell/octeontx2/af/rvu_reg.c
29
static struct hw_reg_map txsch_reg_map[NIX_TXSCH_LVL_CNT] = {
drivers/net/ethernet/marvell/octeontx2/af/rvu_reg.c
49
if (regblk >= NIX_TXSCH_LVL_CNT)
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
773
for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++)
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
791
for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++) {
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
837
for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++) {
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
845
for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++) {
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
221
u8 txschq_cnt[NIX_TXSCH_LVL_CNT];
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
223
u16 txschq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
571
u16 pfc_schq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
drivers/net/ethernet/marvell/octeontx2/nic/otx2_dcbnl.c
44
for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++) {
drivers/net/ethernet/marvell/octeontx2/nic/otx2_dcbnl.c
97
for (; lvl < NIX_TXSCH_LVL_CNT; lvl++)
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
1687
for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++) {
drivers/net/ethernet/marvell/octeontx2/nic/qos.c
653
for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++) {
drivers/net/ethernet/marvell/octeontx2/nic/qos.c
672
for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++) {
drivers/net/ethernet/marvell/octeontx2/nic/qos.c
679
for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++) {
drivers/net/ethernet/marvell/octeontx2/nic/qos.c
699
for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++) {
drivers/net/ethernet/marvell/octeontx2/nic/qos.c
913
for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++) {
drivers/net/ethernet/marvell/octeontx2/nic/qos.c
920
for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++) {
drivers/net/ethernet/marvell/octeontx2/nic/qos.h
32
u16 schq[NIX_TXSCH_LVL_CNT];
drivers/net/ethernet/marvell/octeontx2/nic/qos.h
33
u16 schq_contig[NIX_TXSCH_LVL_CNT];
drivers/net/ethernet/marvell/octeontx2/nic/qos.h
34
int static_node_pos[NIX_TXSCH_LVL_CNT];
drivers/net/ethernet/marvell/octeontx2/nic/qos.h
35
int dwrr_node_pos[NIX_TXSCH_LVL_CNT];
drivers/net/ethernet/marvell/octeontx2/nic/qos.h
36
u16 schq_contig_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
drivers/net/ethernet/marvell/octeontx2/nic/qos.h
37
u16 schq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];
drivers/net/ethernet/marvell/octeontx2/nic/qos.h
38
bool schq_index_used[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC];