Lines Matching refs:new_prof
1150 struct mlx4_en_port_profile new_prof; in mlx4_en_set_ringparam() local
1185 memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile)); in mlx4_en_set_ringparam()
1186 new_prof.tx_ring_size = tx_size; in mlx4_en_set_ringparam()
1187 new_prof.rx_ring_size = rx_size; in mlx4_en_set_ringparam()
1188 err = mlx4_en_try_alloc_resources(priv, tmp, &new_prof, true); in mlx4_en_set_ringparam()
1840 struct mlx4_en_port_profile new_prof; in mlx4_en_set_channels() local
1866 memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile)); in mlx4_en_set_channels()
1867 new_prof.num_tx_rings_p_up = channel->tx_count; in mlx4_en_set_channels()
1868 new_prof.tx_ring_num[TX] = channel->tx_count * priv->prof->num_up; in mlx4_en_set_channels()
1869 new_prof.tx_ring_num[TX_XDP] = xdp_count; in mlx4_en_set_channels()
1870 new_prof.rx_ring_num = channel->rx_count; in mlx4_en_set_channels()
1872 err = mlx4_en_try_alloc_resources(priv, tmp, &new_prof, true); in mlx4_en_set_channels()