Searched refs:en_trap (Results 1 – 3 of 3) sorted by relevance
179 struct mlx5e_trap *trap = priv->en_trap; in mlx5e_deactivate_trap()201 mlx5e_close_trap(priv->en_trap); in mlx5e_del_trap_queue()202 priv->en_trap = NULL; in mlx5e_del_trap_queue()205 static int mlx5e_trap_get_tirn(struct mlx5e_trap *en_trap) in mlx5e_trap_get_tirn() argument207 return en_trap->tir.tirn; in mlx5e_trap_get_tirn()212 bool open_queue = !priv->en_trap; in mlx5e_handle_action_trap()220 priv->en_trap = trap; in mlx5e_handle_action_trap()225 err = mlx5e_add_vlan_trap(priv, trap_id, mlx5e_trap_get_tirn(priv->en_trap)); in mlx5e_handle_action_trap()230 err = mlx5e_add_mac_trap(priv, trap_id, mlx5e_trap_get_tirn(priv->en_trap)); in mlx5e_handle_action_trap()260 if (priv->en_trap && !mlx5_devlink_trap_get_num_active(priv->mdev)) in mlx5e_handle_action_drop()
856 struct mlx5e_trap *en_trap; member
4763 if (priv->en_trap) { in mlx5e_nic_disable()4765 mlx5e_close_trap(priv->en_trap); in mlx5e_nic_disable()4766 priv->en_trap = NULL; in mlx5e_nic_disable()