Searched refs:txsch (Results 1 – 4 of 4) sorted by relevance
268 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 …]
1876 struct nix_txsch *txsch; in rvu_mbox_handler_free_rsrc_cnt() local1919 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 …]
1375 struct nix_txsch *txsch; in rvu_af_dl_dwrr_mtu_validate() local1395 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()
313 struct nix_txsch txsch[NIX_TXSCH_LVL_CNT]; /* Tx schedulers */ member
Completed in 27 milliseconds