Searched refs:rx_ppp (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_dcb_nl.c | 161 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 D | mlx4_en.h | 385 u8 rx_ppp; member 673 u8 rx_ppp, u8 rx_pause, 787 u8 rx_ppp, u8 rx_pause,
|
| H A D | en_ethtool.c | 1067 u8 tx_pause, tx_ppp, rx_pause, rx_ppp; in mlx4_en_set_pauseparam() local 1075 rx_ppp = (tx_pause || rx_pause) ? 0 : priv->prof->rx_ppp; in mlx4_en_set_pauseparam() 1080 tx_pause, tx_ppp, rx_pause, rx_ppp); in mlx4_en_set_pauseparam() 1087 rx_ppp, rx_pause, tx_ppp, tx_pause); in mlx4_en_set_pauseparam() 1092 priv->prof->rx_ppp = rx_ppp; in mlx4_en_set_pauseparam()
|
| H A D | en_netdev.c | 1780 priv->prof->rx_ppp); in mlx4_en_start_port() 3017 u8 rx_ppp, u8 rx_pause, in mlx4_en_update_pfc_stats_bitmap() argument 3027 if (rx_ppp) in mlx4_en_update_pfc_stats_bitmap() 3032 if (rx_pause && !(rx_ppp)) in mlx4_en_update_pfc_stats_bitmap() 3053 u8 rx_ppp, u8 rx_pause, in mlx4_en_set_stats_bitmap() argument 3088 rx_ppp, rx_pause, in mlx4_en_set_stats_bitmap() 3460 prof->rx_pause, prof->rx_ppp); in mlx4_en_init_netdev() 3493 mdev->profile.prof[priv->port].rx_ppp, in mlx4_en_init_netdev()
|
| H A D | en_main.c | 167 params->prof[i].rx_ppp = pfcrx; in mlx4_en_get_profile()
|