Searched refs:NIX_TXSCH_LVL_TL2 (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/ |
A D | rvu_reg.c | 35 {NIX_TXSCH_LVL_TL2, 2, 0xFFFF, {{0x0E00, 0x0EE0}, {0x1700, 0x17B0} } },
|
A D | common.h | 138 NIX_TXSCH_LVL_TL2 = 0x3, enumerator
|
A D | rvu.c | 1937 rsp->schq[NIX_TXSCH_LVL_TL2] = 1; in rvu_mbox_handler_free_rsrc_cnt() 1944 rsp->schq_nix1[NIX_TXSCH_LVL_TL2] = 1; in rvu_mbox_handler_free_rsrc_cnt() 1959 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL2]; in rvu_mbox_handler_free_rsrc_cnt() 1960 rsp->schq[NIX_TXSCH_LVL_TL2] = in rvu_mbox_handler_free_rsrc_cnt() 1979 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL2]; in rvu_mbox_handler_free_rsrc_cnt() 1980 rsp->schq_nix1[NIX_TXSCH_LVL_TL2] = in rvu_mbox_handler_free_rsrc_cnt()
|
A D | rvu_nix.c | 1625 case NIX_TXSCH_LVL_TL2: in handle_txschq_shaper_update() 1709 case NIX_TXSCH_LVL_TL2: in nix_reset_tx_shaping() 1764 NIX_TXSCH_LVL_TL3 : NIX_TXSCH_LVL_TL2; in nix_reset_tx_linkcfg() 1789 case NIX_TXSCH_LVL_TL2: in nix_clear_tx_xoff() 2058 NIX_TXSCH_LVL_TL3 : NIX_TXSCH_LVL_TL2; in rvu_mbox_handler_nix_txsch_alloc() 2299 !is_valid_txschq(rvu, blkaddr, NIX_TXSCH_LVL_TL2, pcifunc, parent)) in is_txschq_hierarchy_valid() 2327 case NIX_TXSCH_LVL_TL2: in is_txschq_shaping_valid() 2538 &nix_hw->txsch[NIX_TXSCH_LVL_TL2]); in rvu_mbox_handler_nix_txschq_cfg() 3124 case NIX_TXSCH_LVL_TL2: in nix_setup_txschq()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/ |
A D | otx2_common.c | 636 parent = schq_list[NIX_TXSCH_LVL_TL2][prio]; in otx2_txschq_config() 650 } else if (lvl == NIX_TXSCH_LVL_TL2) { in otx2_txschq_config()
|
Completed in 20 milliseconds