Home
last modified time | relevance | path

Searched refs:wred (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.h116 u64 wred; /* WRED congestion */ member
H A Ddpaa_ethtool.c63 "qman wred",
292 ern_cnt.wred += percpu_priv->ern_cnt.wred; in dpaa_get_ethtool_stats()
H A Ddpaa_eth.c1382 percpu_priv->ern_cnt.wred++; in count_ern()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.h93 u64 wred; /* WRED congestion */ member
H A Ddpaa_ethtool.c39 "qman wred",
208 ern_cnt.wred += percpu_priv->ern_cnt.wred; in dpaa_get_ethtool_stats()
H A Ddpaa_eth.c1429 percpu_priv->ern_cnt.wred++; in count_ern()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dniu.c3642 u32 misc, wred; in niu_sync_rx_discard_stats() local
3664 wred = nr64(RED_DIS_CNT(rx_channel)); in niu_sync_rx_discard_stats()
3665 if (unlikely((wred & RED_DIS_CNT_COUNT) > limit)) { in niu_sync_rx_discard_stats()
3667 rp->rx_dropped += wred & RED_DIS_CNT_COUNT; in niu_sync_rx_discard_stats()
3669 if (unlikely(wred & RED_DIS_CNT_OFLOW)) in niu_sync_rx_discard_stats()
3674 rx_channel, wred, wred-limit); in niu_sync_rx_discard_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H A Dniu.c3661 u32 misc, wred; in niu_sync_rx_discard_stats() local
3683 wred = nr64(RED_DIS_CNT(rx_channel)); in niu_sync_rx_discard_stats()
3684 if (unlikely((wred & RED_DIS_CNT_COUNT) > limit)) { in niu_sync_rx_discard_stats()
3686 rp->rx_dropped += wred & RED_DIS_CNT_COUNT; in niu_sync_rx_discard_stats()
3688 if (unlikely(wred & RED_DIS_CNT_OFLOW)) in niu_sync_rx_discard_stats()
3693 rx_channel, wred, wred-limit); in niu_sync_rx_discard_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h2030 bool wred, bool ecn) in mlxsw_reg_cwtpm_pack()
2035 mlxsw_reg_cwtpm_ew_set(payload, wred); in mlxsw_reg_cwtpm_pack()
2028 mlxsw_reg_cwtpm_pack(char *payload, u8 local_port, u8 traffic_class, u8 profile, bool wred, bool ecn) mlxsw_reg_cwtpm_pack() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h2480 bool wred, bool ecn) in mlxsw_reg_cwtpm_pack()
2485 mlxsw_reg_cwtpm_ew_set(payload, wred); in mlxsw_reg_cwtpm_pack()
2478 mlxsw_reg_cwtpm_pack(char *payload, u16 local_port, u8 traffic_class, u8 profile, bool wred, bool ecn) mlxsw_reg_cwtpm_pack() argument

Completed in 63 milliseconds