Searched refs:mlx5_flow_item_acceptable (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.c | 1718 ret = mlx5_flow_item_acceptable in mlx5_flow_validate_item_icmp6() 1777 ret = mlx5_flow_item_acceptable in mlx5_flow_validate_item_icmp() 2189 ret = mlx5_flow_item_acceptable in mlx5_flow_validate_item_udp() 2245 ret = mlx5_flow_item_acceptable in mlx5_flow_validate_item_tcp() 2299 ret = mlx5_flow_item_acceptable in mlx5_flow_validate_item_vxlan() 2370 ret = mlx5_flow_item_acceptable in mlx5_flow_validate_item_vxlan_gpe() 2445 ret = mlx5_flow_item_acceptable in mlx5_flow_validate_item_gre_key() 2497 ret = mlx5_flow_item_acceptable in mlx5_flow_validate_item_gre() 2573 ret = mlx5_flow_item_acceptable in mlx5_flow_validate_item_geneve() 2658 ret = mlx5_flow_item_acceptable in mlx5_flow_validate_item_mpls() [all …]
|
| H A D | mlx5_flow.h | 1321 int mlx5_flow_item_acceptable(const struct rte_flow_item *item,
|
| H A D | mlx5_flow_dv.c | 1388 ret = mlx5_flow_item_acceptable(item, (const uint8_t *)mask, in flow_dv_validate_item_mark() 1468 ret = mlx5_flow_item_acceptable(item, (const uint8_t *)mask, in flow_dv_validate_item_meta() 1521 ret = mlx5_flow_item_acceptable(item, (const uint8_t *)mask, in flow_dv_validate_item_tag() 1591 ret = mlx5_flow_item_acceptable in flow_dv_validate_item_port_id() 1666 ret = mlx5_flow_item_acceptable(item, (const uint8_t *)mask, in flow_dv_validate_item_vlan() 1756 return mlx5_flow_item_acceptable(item, (const uint8_t *)mask, in flow_dv_validate_item_gtp() 1950 ret = mlx5_flow_item_acceptable in flow_dv_validate_item_ipv6_frag_ext()
|