Searched refs:NIX_TXSCH_LVL_TL2 (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_reg.c | 35 {NIX_TXSCH_LVL_TL2, 2, 0xFFFF, {{0x0E00, 0x0EE0}, {0x1700, 0x17C8} } },
|
D | common.h | 138 NIX_TXSCH_LVL_TL2 = 0x3, enumerator
|
D | rvu.c | 1852 rsp->schq[NIX_TXSCH_LVL_TL2] = 1; in rvu_mbox_handler_free_rsrc_cnt() 1859 rsp->schq_nix1[NIX_TXSCH_LVL_TL2] = 1; in rvu_mbox_handler_free_rsrc_cnt() 1874 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL2]; in rvu_mbox_handler_free_rsrc_cnt() 1875 rsp->schq[NIX_TXSCH_LVL_TL2] = in rvu_mbox_handler_free_rsrc_cnt() 1894 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL2]; in rvu_mbox_handler_free_rsrc_cnt() 1895 rsp->schq_nix1[NIX_TXSCH_LVL_TL2] = in rvu_mbox_handler_free_rsrc_cnt()
|
D | rvu_nix.c | 1641 case NIX_TXSCH_LVL_TL2: in handle_txschq_shaper_update() 1725 case NIX_TXSCH_LVL_TL2: in nix_reset_tx_shaping() 1780 NIX_TXSCH_LVL_TL3 : NIX_TXSCH_LVL_TL2; in nix_reset_tx_linkcfg() 1805 case NIX_TXSCH_LVL_TL2: in nix_clear_tx_xoff() 2075 NIX_TXSCH_LVL_TL3 : NIX_TXSCH_LVL_TL2; in rvu_mbox_handler_nix_txsch_alloc() 2309 !is_valid_txschq(rvu, blkaddr, NIX_TXSCH_LVL_TL2, pcifunc, parent)) in is_txschq_hierarchy_valid() 2337 case NIX_TXSCH_LVL_TL2: in is_txschq_shaping_valid() 2548 &nix_hw->txsch[NIX_TXSCH_LVL_TL2]); in rvu_mbox_handler_nix_txschq_cfg() 3134 case NIX_TXSCH_LVL_TL2: in nix_setup_txschq()
|
/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_common.c | 629 parent = hw->txschq_list[NIX_TXSCH_LVL_TL2][0]; in otx2_txschq_config() 641 } else if (lvl == NIX_TXSCH_LVL_TL2) { in otx2_txschq_config()
|