Searched refs:rx_ppp (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/ |
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() 195 rx_pause = !!(rx_ppp || tx_ppp) ? 0 : prof->rx_pause; in mlx4_en_dcbnl_set_all() 196 tx_pause = !!(rx_ppp || tx_ppp) ? 0 : prof->tx_pause; in mlx4_en_dcbnl_set_all() 198 rx_ppp = 0; in mlx4_en_dcbnl_set_all() 206 tx_pause, tx_ppp, rx_pause, rx_ppp)) { in mlx4_en_dcbnl_set_all() [all …]
|
D | mlx4_en.h | 383 u8 rx_ppp; member 670 u8 rx_ppp, u8 rx_pause, 786 u8 rx_ppp, u8 rx_pause,
|
D | en_ethtool.c | 1086 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()
|
D | en_main.c | 167 params->prof[i].rx_ppp = pfcrx; in mlx4_en_get_profile()
|
D | en_netdev.c | 1777 priv->prof->rx_ppp); in mlx4_en_start_port() 3071 u8 rx_ppp, u8 rx_pause, in mlx4_en_update_pfc_stats_bitmap() argument 3081 if (rx_ppp) in mlx4_en_update_pfc_stats_bitmap() 3086 if (rx_pause && !(rx_ppp)) in mlx4_en_update_pfc_stats_bitmap() 3107 u8 rx_ppp, u8 rx_pause, in mlx4_en_set_stats_bitmap() argument 3142 rx_ppp, rx_pause, in mlx4_en_set_stats_bitmap() 3439 prof->rx_pause, prof->rx_ppp); in mlx4_en_init_netdev() 3472 mdev->profile.prof[priv->port].rx_ppp, in mlx4_en_init_netdev()
|