Searched refs:en_trap (Results 1 – 3 of 3) sorted by relevance
186 struct mlx5e_trap *trap = priv->en_trap; in mlx5e_deactivate_trap()208 mlx5e_close_trap(priv->en_trap); in mlx5e_del_trap_queue()209 priv->en_trap = NULL; in mlx5e_del_trap_queue()212 static int mlx5e_trap_get_tirn(struct mlx5e_trap *en_trap) in mlx5e_trap_get_tirn() argument214 return en_trap->tir.tirn; in mlx5e_trap_get_tirn()219 bool open_queue = !priv->en_trap; in mlx5e_handle_action_trap()227 priv->en_trap = trap; in mlx5e_handle_action_trap()232 err = mlx5e_add_vlan_trap(priv->fs, trap_id, mlx5e_trap_get_tirn(priv->en_trap)); in mlx5e_handle_action_trap()237 err = mlx5e_add_mac_trap(priv->fs, trap_id, mlx5e_trap_get_tirn(priv->en_trap)); in mlx5e_handle_action_trap()267 if (priv->en_trap && !mlx5_devlink_trap_get_num_active(priv->mdev)) in mlx5e_handle_action_drop()
896 struct mlx5e_trap *en_trap; member
5523 if (priv->en_trap) { in mlx5e_nic_disable()5525 mlx5e_close_trap(priv->en_trap); in mlx5e_nic_disable()5526 priv->en_trap = NULL; in mlx5e_nic_disable()