• Home
  • Raw
  • Download

Lines Matching refs:prof

792 	if (priv->prof->tx_pause)  in ethtool_get_ptys_link_ksettings()
795 if (priv->prof->tx_pause ^ priv->prof->rx_pause) in ethtool_get_ptys_link_ksettings()
1091 rx_ppp = (tx_pause || rx_pause) ? 0 : priv->prof->rx_ppp; in mlx4_en_set_pauseparam()
1092 tx_ppp = (tx_pause || rx_pause) ? 0 : priv->prof->tx_ppp; in mlx4_en_set_pauseparam()
1105 priv->prof->tx_pause = tx_pause; in mlx4_en_set_pauseparam()
1106 priv->prof->rx_pause = rx_pause; in mlx4_en_set_pauseparam()
1107 priv->prof->tx_ppp = tx_ppp; in mlx4_en_set_pauseparam()
1108 priv->prof->rx_ppp = rx_ppp; in mlx4_en_set_pauseparam()
1136 pause->tx_pause = priv->prof->tx_pause; in mlx4_en_get_pauseparam()
1137 pause->rx_pause = priv->prof->rx_pause; in mlx4_en_get_pauseparam()
1180 memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile)); in mlx4_en_set_ringparam()
1261 rss_rings = priv->prof->rss_rings ?: n; in mlx4_en_get_rxfh()
1320 priv->prof->rss_rings = rss_rings; in mlx4_en_set_rxfh()
1825 priv->prof->num_up; in mlx4_en_get_channels()
1850 total_tx_count = channel->tx_count * priv->prof->num_up + xdp_count; in mlx4_en_set_channels()
1859 memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile)); in mlx4_en_set_channels()
1861 new_prof.tx_ring_num[TX] = channel->tx_count * priv->prof->num_up; in mlx4_en_set_channels()
1878 up = (priv->prof->num_up == MLX4_EN_NUM_UP_LOW) ? in mlx4_en_set_channels()
1879 0 : priv->prof->num_up; in mlx4_en_set_channels()
2001 *(u32 *)data = priv->prof->inline_thold; in mlx4_en_get_tunable()
2024 priv->prof->inline_thold = val; in mlx4_en_set_tunable()