Lines Matching refs:tx_credits
4261 u64 tx_credits, cfg; in nix_link_config() local
4315 tx_credits = (lmac_fifo_len - lmac_max_frs) / 16; in nix_link_config()
4317 cfg = (tx_credits << 12) | (0x1FF << 2) | BIT_ULL(1); in nix_link_config()
4321 nix_hw->tx_credits[link] = tx_credits; in nix_link_config()
4330 tx_credits = rvu_get_lbk_link_credits(rvu, lbk_max_frs); in nix_link_config()
4331 nix_hw->tx_credits[link] = tx_credits; in nix_link_config()
4333 tx_credits = (tx_credits << 12) | (0x1FF << 2) | BIT_ULL(1); in nix_link_config()
4335 NIX_AF_TX_LINKX_NORM_CREDIT(link), tx_credits); in nix_link_config()
4610 nix_hw->tx_credits = kcalloc(hw->cgx_links + hw->lbk_links, in rvu_nix_block_init()
4612 if (!nix_hw->tx_credits) in rvu_nix_block_init()
4672 kfree(nix_hw->tx_credits); in rvu_nix_block_freemem()