Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_nix.c268 txsch = &nix_hw->txsch[lvl]; in is_valid_txschq()
1846 txsch = &nix_hw->txsch[lvl]; in nix_check_txschq_alloc_req()
2004 txsch = &nix_hw->txsch[lvl]; in rvu_mbox_handler_nix_txsch_alloc()
2122 txsch = &nix_hw->txsch[lvl]; in nix_txschq_free()
2141 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL1]; in nix_txschq_free()
2151 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_SMQ]; in nix_txschq_free()
2166 txsch = &nix_hw->txsch[lvl]; in nix_txschq_free()
2210 txsch = &nix_hw->txsch[lvl]; in nix_txschq_free_one()
2449 txsch = &nix_hw->txsch[req->lvl]; in rvu_mbox_handler_nix_txschq_cfg()
3098 txsch = &nix_hw->txsch[lvl]; in nix_setup_txschq()
[all …]
A Drvu.c1876 struct nix_txsch *txsch; in rvu_mbox_handler_free_rsrc_cnt() local
1919 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_SMQ]; in rvu_mbox_handler_free_rsrc_cnt()
1921 rvu_rsrc_free_count(&txsch->schq); in rvu_mbox_handler_free_rsrc_cnt()
1923 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL4]; in rvu_mbox_handler_free_rsrc_cnt()
1925 rvu_rsrc_free_count(&txsch->schq); in rvu_mbox_handler_free_rsrc_cnt()
1927 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL3]; in rvu_mbox_handler_free_rsrc_cnt()
1931 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL2]; in rvu_mbox_handler_free_rsrc_cnt()
1939 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_SMQ]; in rvu_mbox_handler_free_rsrc_cnt()
1943 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL4]; in rvu_mbox_handler_free_rsrc_cnt()
1947 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL3]; in rvu_mbox_handler_free_rsrc_cnt()
[all …]
A Drvu_devlink.c1375 struct nix_txsch *txsch; in rvu_af_dl_dwrr_mtu_validate() local
1395 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_SMQ]; in rvu_af_dl_dwrr_mtu_validate()
1396 if (rvu_rsrc_free_count(&txsch->schq) != txsch->schq.max) { in rvu_af_dl_dwrr_mtu_validate()
A Drvu.h313 struct nix_txsch txsch[NIX_TXSCH_LVL_CNT]; /* Tx schedulers */ member

Completed in 27 milliseconds