Searched refs:mlx5_flow (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_verbs.c | 469 flow_verbs_translate_item_eth(struct mlx5_flow *dev_flow, in flow_verbs_translate_item_eth() 553 flow_verbs_translate_item_vlan(struct mlx5_flow *dev_flow, in flow_verbs_translate_item_vlan() 715 flow_verbs_translate_item_tcp(struct mlx5_flow *dev_flow, in flow_verbs_translate_item_tcp() 754 flow_verbs_translate_item_udp(struct mlx5_flow *dev_flow, in flow_verbs_translate_item_udp() 951 flow_verbs_translate_item_gre(struct mlx5_flow *dev_flow, in flow_verbs_translate_item_gre() 1045 (struct mlx5_flow *dev_flow, in flow_verbs_translate_action_drop() 1117 (struct mlx5_flow *dev_flow, in flow_verbs_translate_action_flag() 1619 static struct mlx5_flow * 1628 struct mlx5_flow *dev_flow; in flow_verbs_prepare() 1691 struct mlx5_flow *dev_flow, in flow_verbs_translate() [all …]
|
| H A D | meson.build | 15 'mlx5_flow.c',
|
| H A D | mlx5_flow.h | 759 struct mlx5_flow { struct 1101 struct mlx5_flow flows[MLX5_NUM_MAX_DEV_FLOWS]; 1123 typedef struct mlx5_flow *(*mlx5_flow_prepare_t) 1128 struct mlx5_flow *dev_flow,
|
| H A D | mlx5_flow.c | 2852 static struct mlx5_flow * 3026 static inline struct mlx5_flow * 3037 struct mlx5_flow *mlx5_flow = NULL; in flow_drv_prepare() local 3042 if (mlx5_flow) in flow_drv_prepare() 3043 mlx5_flow->flow_idx = flow_idx; in flow_drv_prepare() 3044 return mlx5_flow; in flow_drv_prepare() 4076 struct mlx5_flow **sub_flow, in flow_create_split_inner() 4083 struct mlx5_flow *dev_flow; in flow_create_split_inner() 4682 struct mlx5_flow *dev_flow = NULL; in flow_create_split_metadata() 5245 struct mlx5_flow *dev_flow; in flow_list_create() [all …]
|
| H A D | mlx5_flow_dv.c | 2871 struct mlx5_flow *dev_flow, in flow_dv_encap_decap_resource_register() 2941 struct mlx5_flow *dev_flow, in flow_dv_jump_tbl_resource_register() 3019 struct mlx5_flow *dev_flow, in flow_dv_port_id_action_resource_register() 3110 struct mlx5_flow *dev_flow, in flow_dv_push_vlan_action_resource_register() 3521 struct mlx5_flow *dev_flow, in flow_dv_create_action_raw_encap() 3568 struct mlx5_flow *dev_flow, in flow_dv_create_action_push_vlan() 4524 struct mlx5_flow *dev_flow, in flow_dv_modify_hdr_resource_register() 6206 static struct mlx5_flow * 6214 struct mlx5_flow *dev_flow; in flow_dv_prepare() 8243 struct mlx5_flow *dev_flow, in flow_dv_matcher_register() [all …]
|