Searched refs:preactivate (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h1101 mlx5e_fp_preactivate preactivate,
1176 mlx5e_fp_preactivate preactivate);
H A Den_main.c3192 mlx5e_fp_preactivate preactivate,
3200 if (preactivate) {
3203 err = preactivate(priv, context);
3215 mlx5e_fp_preactivate preactivate,
3231 /* New channels are ready to roll, call the preactivate hook if needed
3234 if (preactivate) {
3235 err = preactivate(priv, context);
3258 mlx5e_fp_preactivate preactivate,
3266 return mlx5e_switch_priv_params(priv, params, preactivate, context);
3279 err = mlx5e_switch_priv_channels(priv, new_chs, preactivate, contex
3190 mlx5e_switch_priv_params(struct mlx5e_priv *priv, struct mlx5e_params *new_params, mlx5e_fp_preactivate preactivate, void *context) argument
3213 mlx5e_switch_priv_channels(struct mlx5e_priv *priv, struct mlx5e_channels *new_chs, mlx5e_fp_preactivate preactivate, void *context) argument
3256 mlx5e_safe_switch_params(struct mlx5e_priv *priv, struct mlx5e_params *params, mlx5e_fp_preactivate preactivate, void *context, bool reset) argument
4467 mlx5e_change_mtu(struct net_device *netdev, int new_mtu, mlx5e_fp_preactivate preactivate) argument
[all...]

Completed in 237 milliseconds