Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_nix.c305 txsch = &nix_hw->txsch[lvl]; in is_valid_txschq()
2098 txsch = &nix_hw->txsch[lvl]; in nix_check_txschq_alloc_req()
2257 txsch = &nix_hw->txsch[lvl]; in rvu_mbox_handler_nix_txsch_alloc()
2377 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL2]; in nix_smq_flush_enadis_xoff()
2545 txsch = &nix_hw->txsch[lvl]; in nix_txschq_free()
2575 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_SMQ]; in nix_txschq_free()
2590 txsch = &nix_hw->txsch[lvl]; in nix_txschq_free()
2633 txsch = &nix_hw->txsch[lvl]; in nix_txschq_free_one()
2878 txsch = &nix_hw->txsch[req->lvl]; in rvu_mbox_handler_nix_txschq_cfg()
3761 txsch = &nix_hw->txsch[lvl]; in nix_setup_txschq()
[all …]
A Drvu.c1912 struct nix_txsch *txsch; in rvu_mbox_handler_free_rsrc_cnt() local
1955 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_SMQ]; in rvu_mbox_handler_free_rsrc_cnt()
1957 rvu_rsrc_free_count(&txsch->schq); in rvu_mbox_handler_free_rsrc_cnt()
1959 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL4]; in rvu_mbox_handler_free_rsrc_cnt()
1961 rvu_rsrc_free_count(&txsch->schq); in rvu_mbox_handler_free_rsrc_cnt()
1963 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL3]; in rvu_mbox_handler_free_rsrc_cnt()
1967 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL2]; in rvu_mbox_handler_free_rsrc_cnt()
1975 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_SMQ]; in rvu_mbox_handler_free_rsrc_cnt()
1979 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL4]; in rvu_mbox_handler_free_rsrc_cnt()
1983 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL3]; in rvu_mbox_handler_free_rsrc_cnt()
[all …]
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()
A Drvu_switch.c19 &nix_hw->txsch[NIX_TXSCH_LVL_TL2], enable); in rvu_switch_enable_lbk_link()
A Drvu.h398 struct nix_txsch txsch[NIX_TXSCH_LVL_CNT]; /* Tx schedulers */ member
1011 struct nix_txsch *txsch, bool enable);
A Drvu_debugfs.c1949 struct nix_txsch *txsch; in rvu_dbg_nix_tm_topo_display() local
1965 txsch = &nix_hw->txsch[lvl]; in rvu_dbg_nix_tm_topo_display()
1966 for (schq = 0; schq < txsch->schq.max; schq++) { in rvu_dbg_nix_tm_topo_display()
1967 if (TXSCH_MAP_FUNC(txsch->pfvf_map[schq]) == pcifunc) in rvu_dbg_nix_tm_topo_display()

Completed in 36 milliseconds