Searched refs:mlx4_en_port_profile (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_en.h | 387 struct mlx4_en_port_profile { struct 411 struct mlx4_en_port_profile prof[MLX4_MAX_PORTS + 1]; argument 536 struct mlx4_en_port_profile *prof; 674 struct mlx4_en_port_profile *prof); 686 struct mlx4_en_port_profile *prof,
|
D | en_netdev.c | 93 struct mlx4_en_port_profile new_prof; in mlx4_en_alloc_tx_queue_per_tc() 103 memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile)); in mlx4_en_alloc_tx_queue_per_tc() 2133 struct mlx4_en_port_profile *prof = priv->prof; in mlx4_en_alloc_resources() 2197 struct mlx4_en_port_profile *prof) in mlx4_en_copy_priv() 2260 memcpy(dst->prof, src->prof, sizeof(struct mlx4_en_port_profile)); in mlx4_en_update_priv() 2265 struct mlx4_en_port_profile *prof, in mlx4_en_try_alloc_resources() 2787 struct mlx4_en_port_profile new_prof; in mlx4_xdp_set() 2836 memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile)); in mlx4_xdp_set() 3247 struct mlx4_en_port_profile *prof) in mlx4_en_init_netdev() 3578 struct mlx4_en_port_profile new_prof; in mlx4_en_reset_config() [all …]
|
D | en_dcb_nl.c | 159 struct mlx4_en_port_profile *prof = priv->prof; in mlx4_en_dcbnl_set_all() 415 struct mlx4_en_port_profile *prof = priv->prof; in mlx4_en_dcbnl_ieee_setpfc()
|
D | en_ethtool.c | 1123 struct mlx4_en_port_profile new_prof; in mlx4_en_set_ringparam() 1158 memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile)); in mlx4_en_set_ringparam() 1812 struct mlx4_en_port_profile new_prof; in mlx4_en_set_channels() 1838 memcpy(&new_prof, priv->prof, sizeof(struct mlx4_en_port_profile)); in mlx4_en_set_channels()
|