Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_nix.c269 txsch = &nix_hw->txsch[lvl]; in is_valid_txschq()
1853 txsch = &nix_hw->txsch[lvl]; in nix_check_txschq_alloc_req()
2011 txsch = &nix_hw->txsch[lvl]; in rvu_mbox_handler_nix_txsch_alloc()
2136 txsch = &nix_hw->txsch[lvl]; in nix_txschq_free()
2155 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL1]; in nix_txschq_free()
2165 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_SMQ]; in nix_txschq_free()
2180 txsch = &nix_hw->txsch[lvl]; in nix_txschq_free()
2224 txsch = &nix_hw->txsch[lvl]; in nix_txschq_free_one()
2463 txsch = &nix_hw->txsch[req->lvl]; in rvu_mbox_handler_nix_txschq_cfg()
3112 txsch = &nix_hw->txsch[lvl]; in nix_setup_txschq()
[all …]
A Drvu.c1904 struct nix_txsch *txsch; in rvu_mbox_handler_free_rsrc_cnt() local
1947 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_SMQ]; in rvu_mbox_handler_free_rsrc_cnt()
1949 rvu_rsrc_free_count(&txsch->schq); in rvu_mbox_handler_free_rsrc_cnt()
1951 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL4]; in rvu_mbox_handler_free_rsrc_cnt()
1953 rvu_rsrc_free_count(&txsch->schq); in rvu_mbox_handler_free_rsrc_cnt()
1955 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL3]; in rvu_mbox_handler_free_rsrc_cnt()
1959 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL2]; in rvu_mbox_handler_free_rsrc_cnt()
1967 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_SMQ]; in rvu_mbox_handler_free_rsrc_cnt()
1971 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL4]; in rvu_mbox_handler_free_rsrc_cnt()
1975 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL3]; in rvu_mbox_handler_free_rsrc_cnt()
[all …]
A Drvu_devlink.c1376 struct nix_txsch *txsch; in rvu_af_dl_dwrr_mtu_validate() local
1396 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_SMQ]; in rvu_af_dl_dwrr_mtu_validate()
1397 if (rvu_rsrc_free_count(&txsch->schq) != txsch->schq.max) { in rvu_af_dl_dwrr_mtu_validate()
A Drvu.h321 struct nix_txsch txsch[NIX_TXSCH_LVL_CNT]; /* Tx schedulers */ member

Completed in 67 milliseconds