Lines Matching refs:prof

795 	if (priv->prof->tx_pause)  in ethtool_get_ptys_link_ksettings()
798 if (priv->prof->tx_pause ^ priv->prof->rx_pause) in ethtool_get_ptys_link_ksettings()
1094 rx_ppp = (tx_pause || rx_pause) ? 0 : priv->prof->rx_ppp; in mlx4_en_set_pauseparam()
1095 tx_ppp = (tx_pause || rx_pause) ? 0 : priv->prof->tx_ppp; in mlx4_en_set_pauseparam()
1108 priv->prof->tx_pause = tx_pause; in mlx4_en_set_pauseparam()
1109 priv->prof->rx_pause = rx_pause; in mlx4_en_set_pauseparam()
1110 priv->prof->tx_ppp = tx_ppp; in mlx4_en_set_pauseparam()
1111 priv->prof->rx_ppp = rx_ppp; in mlx4_en_set_pauseparam()
1139 pause->tx_pause = priv->prof->tx_pause; in mlx4_en_get_pauseparam()
1140 pause->rx_pause = priv->prof->rx_pause; in mlx4_en_get_pauseparam()
1185 memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile)); in mlx4_en_set_ringparam()
1268 rss_rings = priv->prof->rss_rings ?: n; in mlx4_en_get_rxfh()
1327 priv->prof->rss_rings = rss_rings; in mlx4_en_set_rxfh()
1832 priv->prof->num_up; in mlx4_en_get_channels()
1857 total_tx_count = channel->tx_count * priv->prof->num_up + xdp_count; in mlx4_en_set_channels()
1866 memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile)); in mlx4_en_set_channels()
1868 new_prof.tx_ring_num[TX] = channel->tx_count * priv->prof->num_up; in mlx4_en_set_channels()
1885 up = (priv->prof->num_up == MLX4_EN_NUM_UP_LOW) ? in mlx4_en_set_channels()
1886 0 : priv->prof->num_up; in mlx4_en_set_channels()
2008 *(u32 *)data = priv->prof->inline_thold; in mlx4_en_get_tunable()
2031 priv->prof->inline_thold = val; in mlx4_en_set_tunable()