Searched refs:esw_drop_action (Results 1 – 3 of 3) sorted by relevance
333 sh->esw_drop_action = mlx5_glue->dr_create_flow_action_drop(); in mlx5_alloc_shared_dr()369 if (sh->esw_drop_action) { in mlx5_alloc_shared_dr()370 mlx5_glue->destroy_flow_action(sh->esw_drop_action); in mlx5_alloc_shared_dr()371 sh->esw_drop_action = NULL; in mlx5_alloc_shared_dr()426 if (sh->esw_drop_action) { in mlx5_os_free_shared_dr()427 mlx5_glue->destroy_flow_action(sh->esw_drop_action); in mlx5_os_free_shared_dr()428 sh->esw_drop_action = NULL; in mlx5_os_free_shared_dr()
741 void *esw_drop_action; /* Pointer to DR E-Switch drop action. */ member
10740 dv->actions[n++] = priv->sh->esw_drop_action; in flow_dv_apply()