Searched refs:mlx4_en_try_alloc_resources (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_en.h | 670 int mlx4_en_try_alloc_resources(struct mlx4_en_priv *priv,
|
D | en_netdev.c | 117 err = mlx4_en_try_alloc_resources(priv, tmp, &new_prof, true); in mlx4_en_alloc_tx_queue_per_tc() 2283 int mlx4_en_try_alloc_resources(struct mlx4_en_priv *priv, in mlx4_en_try_alloc_resources() function 2784 err = mlx4_en_try_alloc_resources(priv, tmp, &new_prof, false); in mlx4_xdp_set() 3522 err = mlx4_en_try_alloc_resources(priv, tmp, &new_prof, true); in mlx4_en_reset_config()
|
D | en_ethtool.c | 1183 err = mlx4_en_try_alloc_resources(priv, tmp, &new_prof, true); in mlx4_en_set_ringparam() 1865 err = mlx4_en_try_alloc_resources(priv, tmp, &new_prof, true); in mlx4_en_set_channels()
|