Home
last modified time | relevance | path

Searched refs:MLX5_FLOW_LOWEST_PRIO_INDICATOR (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c1234 if (attr->priority == MLX5_FLOW_LOWEST_PRIO_INDICATOR) in mlx5_get_matcher_priority()
1238 attr->priority == MLX5_FLOW_LOWEST_PRIO_INDICATOR) { in mlx5_get_matcher_priority()
1241 if (attr->priority == MLX5_FLOW_LOWEST_PRIO_INDICATOR) in mlx5_get_matcher_priority()
2154 if (attributes->priority != MLX5_FLOW_LOWEST_PRIO_INDICATOR && in mlx5_flow_validate_attributes()
4667 attr.priority = MLX5_FLOW_LOWEST_PRIO_INDICATOR; in flow_dv_mreg_create_cb()
7043 attr->priority == MLX5_FLOW_LOWEST_PRIO_INDICATOR)) { in flow_list_create()
7146 .priority = MLX5_FLOW_LOWEST_PRIO_INDICATOR, in mlx5_flow_create_devx_sq_miss_flow()
7618 .priority = MLX5_FLOW_LOWEST_PRIO_INDICATOR, in mlx5_ctrl_flow_vlan()
9196 .priority = MLX5_FLOW_LOWEST_PRIO_INDICATOR, in mlx5_flow_discover_mreg_c()
H A Dmlx5_flow.h326 #define MLX5_FLOW_LOWEST_PRIO_INDICATOR ((uint32_t)-1) macro
H A Dmlx5_flow_verbs.c1724 if (priority == MLX5_FLOW_LOWEST_PRIO_INDICATOR) in flow_verbs_translate()
H A Dmlx5_flow_dv.c6606 if (attributes->priority != MLX5_FLOW_LOWEST_PRIO_INDICATOR && in flow_dv_validate_attributes()