Searched refs:mlx5_flow (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_verbs.c | 416 flow_verbs_translate_item_eth(struct mlx5_flow *dev_flow, in flow_verbs_translate_item_eth() 500 flow_verbs_translate_item_vlan(struct mlx5_flow *dev_flow, in flow_verbs_translate_item_vlan() 662 flow_verbs_translate_item_tcp(struct mlx5_flow *dev_flow, in flow_verbs_translate_item_tcp() 701 flow_verbs_translate_item_udp(struct mlx5_flow *dev_flow, in flow_verbs_translate_item_udp() 895 flow_verbs_reserve_gre(struct mlx5_flow *dev_flow) in flow_verbs_reserve_gre() 1042 (struct mlx5_flow *dev_flow, in flow_verbs_translate_action_drop() 1114 (struct mlx5_flow *dev_flow, in flow_verbs_translate_action_flag() 1634 static struct mlx5_flow * 1643 struct mlx5_flow *dev_flow; in flow_verbs_prepare() 1706 struct mlx5_flow *dev_flow, in flow_verbs_translate() [all …]
|
| H A D | meson.build | 16 'mlx5_flow.c',
|
| H A D | mlx5_flow.c | 3655 static struct mlx5_flow * 3835 static inline struct mlx5_flow * 3846 struct mlx5_flow *mlx5_flow = NULL; in flow_drv_prepare() local 3851 if (mlx5_flow) in flow_drv_prepare() 3852 mlx5_flow->flow_idx = flow_idx; in flow_drv_prepare() 3853 return mlx5_flow; in flow_drv_prepare() 5130 struct mlx5_flow **sub_flow, in flow_create_split_inner() 5137 struct mlx5_flow *dev_flow; in flow_create_split_inner() 5213 struct mlx5_flow dev_flow = {0}; in get_meter_sub_policy() 6858 struct mlx5_flow *dev_flow; in flow_list_create() [all …]
|
| H A D | mlx5_flow.h | 838 struct mlx5_flow { struct 1248 struct mlx5_flow flows[MLX5_NUM_MAX_DEV_FLOWS]; 1279 typedef struct mlx5_flow *(*mlx5_flow_prepare_t) 1284 struct mlx5_flow *dev_flow,
|
| H A D | mlx5_flow_dv.c | 3700 struct mlx5_flow *dev_flow, in flow_dv_encap_decap_resource_register() 3781 struct mlx5_flow *dev_flow, in flow_dv_jump_tbl_resource_register() 3890 struct mlx5_flow *dev_flow, in flow_dv_port_id_action_resource_register() 4012 struct mlx5_flow *dev_flow, in flow_dv_push_vlan_action_resource_register() 4423 struct mlx5_flow *dev_flow, in flow_dv_create_action_raw_encap() 4470 struct mlx5_flow *dev_flow, in flow_dv_create_action_push_vlan() 8141 static struct mlx5_flow * 8149 struct mlx5_flow *dev_flow; in flow_dv_prepare() 14193 struct mlx5_flow *dev_flow; in flow_dv_apply() 15670 struct mlx5_flow dev_flow; in __flow_dv_create_domain_policy_acts() [all …]
|