Home
last modified time | relevance | path

Searched refs:rx_ppp (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_dcb_nl.c161 u8 tx_pause, tx_ppp, rx_pause, rx_ppp; in mlx4_en_dcbnl_set_all() local
168 rx_ppp = prof->rx_ppp; in mlx4_en_dcbnl_set_all()
177 rx_ppp &= ~tc_mask; in mlx4_en_dcbnl_set_all()
181 rx_ppp |= tc_mask; in mlx4_en_dcbnl_set_all()
185 rx_ppp &= ~tc_mask; in mlx4_en_dcbnl_set_all()
189 rx_ppp |= tc_mask; in mlx4_en_dcbnl_set_all()
198 rx_ppp = 0; in mlx4_en_dcbnl_set_all()
212 prof->rx_ppp = rx_ppp; in mlx4_en_dcbnl_set_all()
417 u32 tx_pause, tx_ppp, rx_pause, rx_ppp; in mlx4_en_dcbnl_ieee_setpfc() local
428 rx_ppp = pfc->pfc_en; in mlx4_en_dcbnl_ieee_setpfc()
[all …]
H A Dmlx4_en.h392 u8 rx_ppp; member
680 u8 rx_ppp, u8 rx_pause,
796 u8 rx_ppp, u8 rx_pause,
H A Den_ethtool.c1086 u8 tx_pause, tx_ppp, rx_pause, rx_ppp; in mlx4_en_set_pauseparam() local
1094 rx_ppp = (tx_pause || rx_pause) ? 0 : priv->prof->rx_ppp; in mlx4_en_set_pauseparam()
1099 tx_pause, tx_ppp, rx_pause, rx_ppp); in mlx4_en_set_pauseparam()
1106 rx_ppp, rx_pause, tx_ppp, tx_pause); in mlx4_en_set_pauseparam()
1111 priv->prof->rx_ppp = rx_ppp; in mlx4_en_set_pauseparam()
H A Den_netdev.c1777 priv->prof->rx_ppp); in mlx4_en_start_port()
3013 u8 rx_ppp, u8 rx_pause, in mlx4_en_update_pfc_stats_bitmap() argument
3023 if (rx_ppp) in mlx4_en_update_pfc_stats_bitmap()
3028 if (rx_pause && !(rx_ppp)) in mlx4_en_update_pfc_stats_bitmap()
3049 u8 rx_ppp, u8 rx_pause, in mlx4_en_set_stats_bitmap() argument
3084 rx_ppp, rx_pause, in mlx4_en_set_stats_bitmap()
3384 prof->rx_pause, prof->rx_ppp); in mlx4_en_init_netdev()
3417 mdev->profile.prof[priv->port].rx_ppp, in mlx4_en_init_netdev()
H A Den_main.c167 params->prof[i].rx_ppp = pfcrx; in mlx4_en_get_profile()