Home
last modified time | relevance | path

Searched refs:mlx5_flow_dv_push_vlan_action_resource (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h492 struct mlx5_flow_dv_push_vlan_action_resource { struct
681 struct mlx5_flow_dv_push_vlan_action_resource *push_vlan_res;
H A Dmlx5_flow_dv.c3044 struct mlx5_flow_dv_push_vlan_action_resource *ref = ctx->data; in flow_dv_push_vlan_match_cb()
3045 struct mlx5_flow_dv_push_vlan_action_resource *res = in flow_dv_push_vlan_match_cb()
3058 struct mlx5_flow_dv_push_vlan_action_resource *ref = ctx->data; in flow_dv_push_vlan_create_cb()
3059 struct mlx5_flow_dv_push_vlan_action_resource *cache; in flow_dv_push_vlan_create_cb()
3109 struct mlx5_flow_dv_push_vlan_action_resource *resource, in flow_dv_push_vlan_action_resource_register()
3114 struct mlx5_flow_dv_push_vlan_action_resource *cache; in flow_dv_push_vlan_action_resource_register()
3571 struct mlx5_flow_dv_push_vlan_action_resource res; in flow_dv_create_action_push_vlan()
11016 struct mlx5_flow_dv_push_vlan_action_resource *cache = in flow_dv_push_vlan_remove_cb()
11039 struct mlx5_flow_dv_push_vlan_action_resource *cache; in flow_dv_push_vlan_action_resource_release()
H A Dmlx5.c201 .size = sizeof(struct mlx5_flow_dv_push_vlan_action_resource),