Home
last modified time | relevance | path

Searched refs:txsch (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c305 txsch = &nix_hw->txsch[lvl]; in is_valid_txschq()
2096 txsch = &nix_hw->txsch[lvl]; in nix_check_txschq_alloc_req()
2255 txsch = &nix_hw->txsch[lvl]; in rvu_mbox_handler_nix_txsch_alloc()
2375 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL2]; in nix_smq_flush_enadis_xoff()
2543 txsch = &nix_hw->txsch[lvl]; in nix_txschq_free()
2573 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_SMQ]; in nix_txschq_free()
2588 txsch = &nix_hw->txsch[lvl]; in nix_txschq_free()
2631 txsch = &nix_hw->txsch[lvl]; in nix_txschq_free_one()
2876 txsch = &nix_hw->txsch[req->lvl]; in rvu_mbox_handler_nix_txschq_cfg()
3757 txsch = &nix_hw->txsch[lvl]; in nix_setup_txschq()
[all …]
H A Drvu.c1910 struct nix_txsch *txsch; in rvu_mbox_handler_free_rsrc_cnt() local
1953 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_SMQ]; in rvu_mbox_handler_free_rsrc_cnt()
1955 rvu_rsrc_free_count(&txsch->schq); in rvu_mbox_handler_free_rsrc_cnt()
1957 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL4]; in rvu_mbox_handler_free_rsrc_cnt()
1959 rvu_rsrc_free_count(&txsch->schq); in rvu_mbox_handler_free_rsrc_cnt()
1961 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL3]; in rvu_mbox_handler_free_rsrc_cnt()
1965 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL2]; in rvu_mbox_handler_free_rsrc_cnt()
1973 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_SMQ]; in rvu_mbox_handler_free_rsrc_cnt()
1977 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL4]; in rvu_mbox_handler_free_rsrc_cnt()
1981 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL3]; in rvu_mbox_handler_free_rsrc_cnt()
[all …]
H A Drvu_devlink.c1172 struct nix_txsch *txsch; in rvu_af_dl_dwrr_mtu_validate() local
1192 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_SMQ]; in rvu_af_dl_dwrr_mtu_validate()
1193 if (rvu_rsrc_free_count(&txsch->schq) != txsch->schq.max) { in rvu_af_dl_dwrr_mtu_validate()
H A Drvu_switch.c19 &nix_hw->txsch[NIX_TXSCH_LVL_TL2], enable); in rvu_switch_enable_lbk_link()
H A Drvu.h370 struct nix_txsch txsch[NIX_TXSCH_LVL_CNT]; /* Tx schedulers */ member
951 struct nix_txsch *txsch, bool enable);
H A Drvu_debugfs.c1884 struct nix_txsch *txsch; in rvu_dbg_nix_tm_topo_display() local
1900 txsch = &nix_hw->txsch[lvl]; in rvu_dbg_nix_tm_topo_display()
1901 for (schq = 0; schq < txsch->schq.max; schq++) { in rvu_dbg_nix_tm_topo_display()
1902 if (TXSCH_MAP_FUNC(txsch->pfvf_map[schq]) == pcifunc) in rvu_dbg_nix_tm_topo_display()