Searched refs:NIX_TXSCH_LVL_TL4 (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_reg.c | 31 {NIX_TXSCH_LVL_TL4, 3, 0xFFFF, {{0x0B00, 0x0B08}, {0x0B10, 0x0B18},
|
D | common.h | 136 NIX_TXSCH_LVL_TL4 = 0x1, enumerator
|
D | rvu.c | 1940 rsp->schq[NIX_TXSCH_LVL_TL4] = 1; in rvu_mbox_handler_free_rsrc_cnt() 1947 rsp->schq_nix1[NIX_TXSCH_LVL_TL4] = 1; in rvu_mbox_handler_free_rsrc_cnt() 1956 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL4]; in rvu_mbox_handler_free_rsrc_cnt() 1957 rsp->schq[NIX_TXSCH_LVL_TL4] = in rvu_mbox_handler_free_rsrc_cnt() 1976 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL4]; in rvu_mbox_handler_free_rsrc_cnt() 1977 rsp->schq_nix1[NIX_TXSCH_LVL_TL4] = in rvu_mbox_handler_free_rsrc_cnt()
|
D | rvu_nix.c | 1782 case NIX_TXSCH_LVL_TL4: in handle_txschq_shaper_update() 1851 case NIX_TXSCH_LVL_TL4: in nix_reset_tx_schedule() 1896 case NIX_TXSCH_LVL_TL4: in nix_reset_tx_shaping() 1939 if (lvl == NIX_TXSCH_LVL_TL4) in nix_reset_tx_linkcfg() 1974 case NIX_TXSCH_LVL_TL4: in nix_clear_tx_xoff() 2276 } else if (lvl == NIX_TXSCH_LVL_TL4) { in nix_smq_flush_fill_ctx() 2637 !is_valid_txschq(rvu, blkaddr, NIX_TXSCH_LVL_TL4, pcifunc, parent)) in is_txschq_hierarchy_valid() 2685 case NIX_TXSCH_LVL_TL4: in is_txschq_shaping_valid() 3699 case NIX_TXSCH_LVL_TL4: in nix_setup_txschq()
|
D | rvu_debugfs.c | 1746 if (lvl == NIX_TXSCH_LVL_TL4) { in print_tm_topo()
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | qos.c | 53 } else if (node->level == NIX_TXSCH_LVL_TL4) { in otx2_qos_get_regaddr() 156 } else if (level == NIX_TXSCH_LVL_TL4) { in __otx2_qos_txschq_cfg() 212 if (parent->level == NIX_TXSCH_LVL_TL4) in otx2_qos_txschq_set_parent_topology()
|
D | otx2_tc.c | 158 txschq = hw->txschq_list[NIX_TXSCH_LVL_TL4][0]; in otx2_set_matchall_egress_rate() 167 req->lvl = NIX_TXSCH_LVL_TL4; in otx2_set_matchall_egress_rate()
|
D | otx2_common.c | 641 parent = schq_list[NIX_TXSCH_LVL_TL4][prio]; in otx2_txschq_config() 648 } else if (lvl == NIX_TXSCH_LVL_TL4) { in otx2_txschq_config()
|