Lines Matching refs:tx_credits
4652 u64 tx_credits, cfg; in nix_link_config() local
4706 tx_credits = (lmac_fifo_len - lmac_max_frs) / 16; in nix_link_config()
4708 cfg = (tx_credits << 12) | (0x1FF << 2) | BIT_ULL(1); in nix_link_config()
4712 nix_hw->tx_credits[link] = tx_credits; in nix_link_config()
4721 tx_credits = rvu_get_lbk_link_credits(rvu, lbk_max_frs); in nix_link_config()
4722 nix_hw->tx_credits[link] = tx_credits; in nix_link_config()
4724 tx_credits = (tx_credits << 12) | (0x1FF << 2) | BIT_ULL(1); in nix_link_config()
4726 NIX_AF_TX_LINKX_NORM_CREDIT(link), tx_credits); in nix_link_config()
5005 nix_hw->tx_credits = kcalloc(hw->cgx_links + hw->lbk_links, in rvu_nix_block_init()
5007 if (!nix_hw->tx_credits) in rvu_nix_block_init()
5067 kfree(nix_hw->tx_credits); in rvu_nix_block_freemem()