Searched refs:high_credit (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dstmmac.h148 u32 high_credit; member in struct:stmmac_txq_cfg
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_core.c271 u32 high_credit, u32 low_credit, u32 queue)
280 pr_debug("\thigh_credit: 0x%08x\n", high_credit);
303 value |= high_credit & MTL_HIGH_CRED_HC_MASK;
268 dwmac4_config_cbs(struct stmmac_priv *priv, struct mac_device_info *hw, u32 send_slope, u32 idle_slope, u32 high_credit, u32 low_credit, u32 queue) argument
H A Dstmmac_platform.c261 if (of_property_read_u32(q_node, "snps,high_credit",
262 &plat->tx_queues_cfg[queue].high_credit))
263 plat->tx_queues_cfg[queue].high_credit = 0x0;
H A Dstmmac_tc.c408 priv->plat->tx_queues_cfg[queue].high_credit = value & GENMASK(31, 0);
416 priv->plat->tx_queues_cfg[queue].high_credit,
H A Ddwxgmac2_core.c273 u32 high_credit, u32 low_credit, u32 queue)
280 writel(high_credit, ioaddr + XGMAC_MTL_TCx_HICREDIT(queue));
270 dwxgmac2_config_cbs(struct stmmac_priv *priv, struct mac_device_info *hw, u32 send_slope, u32 idle_slope, u32 high_credit, u32 low_credit, u32 queue) argument
H A Dhwif.h338 u32 send_slope, u32 idle_slope, u32 high_credit,
H A Dstmmac_main.c3195 priv->plat->tx_queues_cfg[queue].high_credit,

Completed in 145 milliseconds