Searched refs:en_trap (Results 1 – 3 of 3) sorted by relevance
189 struct mlx5e_trap *trap = priv->en_trap; in mlx5e_deactivate_trap()211 mlx5e_close_trap(priv->en_trap); in mlx5e_del_trap_queue()212 priv->en_trap = NULL; in mlx5e_del_trap_queue()215 static int mlx5e_trap_get_tirn(struct mlx5e_trap *en_trap) in mlx5e_trap_get_tirn() argument217 return en_trap->tir.tirn; in mlx5e_trap_get_tirn()222 bool open_queue = !priv->en_trap; in mlx5e_handle_action_trap()230 priv->en_trap = trap; in mlx5e_handle_action_trap()235 err = mlx5e_add_vlan_trap(priv->fs, trap_id, mlx5e_trap_get_tirn(priv->en_trap)); in mlx5e_handle_action_trap()240 err = mlx5e_add_mac_trap(priv->fs, trap_id, mlx5e_trap_get_tirn(priv->en_trap)); in mlx5e_handle_action_trap()270 if (priv->en_trap && !mlx5_devlink_trap_get_num_active(priv->mdev)) in mlx5e_handle_action_drop()
896 struct mlx5e_trap *en_trap; member
5890 if (priv->en_trap) { in mlx5e_nic_disable()5892 mlx5e_close_trap(priv->en_trap); in mlx5e_nic_disable()5893 priv->en_trap = NULL; in mlx5e_nic_disable()