Home
last modified time | relevance | path

Searched refs:NIX_TXSCH_LVL_TL2 (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_reg.c35 {NIX_TXSCH_LVL_TL2, 2, 0xFFFF, {{0x0E00, 0x0EE0}, {0x1700, 0x17C8} } },
H A Dcommon.h138 NIX_TXSCH_LVL_TL2 = 0x3, enumerator
H A Drvu_switch.c19 &nix_hw->txsch[NIX_TXSCH_LVL_TL2], enable); in rvu_switch_enable_lbk_link()
H A Drvu_nix.c1768 case NIX_TXSCH_LVL_TL2: in handle_txschq_shaper_update()
1843 case NIX_TXSCH_LVL_TL2: in nix_reset_tx_schedule()
1888 case NIX_TXSCH_LVL_TL2: in nix_reset_tx_shaping()
1943 NIX_TXSCH_LVL_TL3 : NIX_TXSCH_LVL_TL2; in nix_reset_tx_linkcfg()
1968 case NIX_TXSCH_LVL_TL2: in nix_clear_tx_xoff()
2240 NIX_TXSCH_LVL_TL3 : NIX_TXSCH_LVL_TL2; in rvu_mbox_handler_nix_txsch_alloc()
2268 } else if (lvl == NIX_TXSCH_LVL_TL2) { in nix_smq_flush_fill_ctx()
2311 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL2]; in nix_smq_flush_enadis_xoff()
2312 tl2_schq = smq_flush_ctx->smq_tree_ctx[NIX_TXSCH_LVL_TL2].schq; in nix_smq_flush_enadis_xoff()
2399 NIX_TXSCH_LVL_TL3 : NIX_TXSCH_LVL_TL2; in nix_smq_flush()
[all …]
H A Drvu.c1942 rsp->schq[NIX_TXSCH_LVL_TL2] = 1; in rvu_mbox_handler_free_rsrc_cnt()
1949 rsp->schq_nix1[NIX_TXSCH_LVL_TL2] = 1; in rvu_mbox_handler_free_rsrc_cnt()
1964 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL2]; in rvu_mbox_handler_free_rsrc_cnt()
1965 rsp->schq[NIX_TXSCH_LVL_TL2] = in rvu_mbox_handler_free_rsrc_cnt()
1984 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL2]; in rvu_mbox_handler_free_rsrc_cnt()
1985 rsp->schq_nix1[NIX_TXSCH_LVL_TL2] = in rvu_mbox_handler_free_rsrc_cnt()
H A Drvu_debugfs.c1800 & 0x01 ? NIX_TXSCH_LVL_TL3 : NIX_TXSCH_LVL_TL2; in print_tm_topo()
1816 if (lvl == NIX_TXSCH_LVL_TL2) { in print_tm_topo()
1838 & 0x01 ? NIX_TXSCH_LVL_TL3 : NIX_TXSCH_LVL_TL2; in print_tm_topo()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.c63 } else if (node->level == NIX_TXSCH_LVL_TL2) { in otx2_qos_get_regaddr()
167 } else if (level == NIX_TXSCH_LVL_TL2) { in __otx2_qos_txschq_cfg()
216 else if (parent->level == NIX_TXSCH_LVL_TL2) in otx2_qos_txschq_set_parent_topology()
413 node->level = NIX_TXSCH_LVL_TL2; in otx2_qos_alloc_root()
H A Dotx2_common.c656 parent = schq_list[NIX_TXSCH_LVL_TL2][prio]; in otx2_txschq_config()
670 } else if (lvl == NIX_TXSCH_LVL_TL2) { in otx2_txschq_config()