Searched refs:new_prof (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | en_ethtool.c | 1123 struct mlx4_en_port_profile new_prof; in mlx4_en_set_ringparam() local 1158 memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile)); in mlx4_en_set_ringparam() 1159 new_prof.tx_ring_size = tx_size; in mlx4_en_set_ringparam() 1160 new_prof.rx_ring_size = rx_size; in mlx4_en_set_ringparam() 1161 err = mlx4_en_try_alloc_resources(priv, tmp, &new_prof, true); in mlx4_en_set_ringparam() 1812 struct mlx4_en_port_profile new_prof; in mlx4_en_set_channels() local 1838 memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile)); in mlx4_en_set_channels() 1839 new_prof.num_tx_rings_p_up = channel->tx_count; in mlx4_en_set_channels() 1840 new_prof.tx_ring_num[TX] = channel->tx_count * priv->prof->num_up; in mlx4_en_set_channels() 1841 new_prof.tx_ring_num[TX_XDP] = xdp_count; in mlx4_en_set_channels() [all …]
|
D | en_netdev.c | 93 struct mlx4_en_port_profile new_prof; in mlx4_en_alloc_tx_queue_per_tc() local 103 memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile)); in mlx4_en_alloc_tx_queue_per_tc() 104 new_prof.num_up = (tc == 0) ? MLX4_EN_NUM_UP_LOW : in mlx4_en_alloc_tx_queue_per_tc() 106 new_prof.tx_ring_num[TX] = new_prof.num_tx_rings_p_up * in mlx4_en_alloc_tx_queue_per_tc() 107 new_prof.num_up; in mlx4_en_alloc_tx_queue_per_tc() 108 err = mlx4_en_try_alloc_resources(priv, tmp, &new_prof, true); in mlx4_en_alloc_tx_queue_per_tc() 2787 struct mlx4_en_port_profile new_prof; in mlx4_xdp_set() local 2836 memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile)); in mlx4_xdp_set() 2837 new_prof.tx_ring_num[TX_XDP] = xdp_ring_num; in mlx4_xdp_set() 2841 new_prof.tx_ring_num[TX] = in mlx4_xdp_set() [all …]
|