Searched refs:action_flags (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 2639 action_flags & in flow_dv_validate_action_decap() 5622 action_flags, in flow_dv_validate() 5723 action_flags, in flow_dv_validate() 5895 action_flags, in flow_dv_validate() 5906 (action_flags, in flow_dv_validate() 5924 (action_flags, in flow_dv_validate() 5977 (action_flags, in flow_dv_validate() 5991 (action_flags, in flow_dv_validate() 9189 sample_act->action_flags = action_flags; in flow_dv_translate_action_sample() 9915 if (!(action_flags & in flow_dv_translate() [all …]
|
| H A D | mlx5_flow_verbs.c | 1245 uint64_t action_flags = 0; in flow_verbs_validate() local 1423 action_flags |= MLX5_FLOW_ACTION_FLAG; in flow_verbs_validate() 1427 action_flags, in flow_verbs_validate() 1432 action_flags |= MLX5_FLOW_ACTION_MARK; in flow_verbs_validate() 1440 action_flags |= MLX5_FLOW_ACTION_DROP; in flow_verbs_validate() 1444 action_flags, dev, in flow_verbs_validate() 1453 action_flags, dev, in flow_verbs_validate() 1458 action_flags |= MLX5_FLOW_ACTION_RSS; in flow_verbs_validate() 1698 uint64_t action_flags = 0; in flow_verbs_translate() local 1737 action_flags |= MLX5_FLOW_ACTION_RSS; in flow_verbs_translate() [all …]
|
| H A D | mlx5_flow.h | 543 uint64_t action_flags; member 1294 int mlx5_flow_validate_action_drop(uint64_t action_flags, 1297 int mlx5_flow_validate_action_flag(uint64_t action_flags, 1301 uint64_t action_flags, 1305 uint64_t action_flags, 1310 uint64_t action_flags, 1315 int mlx5_flow_validate_action_default_miss(uint64_t action_flags,
|
| H A D | mlx5_flow.c | 1243 mlx5_flow_validate_action_flag(uint64_t action_flags, in mlx5_flow_validate_action_flag() argument 1247 if (action_flags & MLX5_FLOW_ACTION_MARK) in mlx5_flow_validate_action_flag() 1251 if (action_flags & MLX5_FLOW_ACTION_FLAG) in mlx5_flow_validate_action_flag() 1281 uint64_t action_flags, in mlx5_flow_validate_action_mark() argument 1298 if (action_flags & MLX5_FLOW_ACTION_FLAG) in mlx5_flow_validate_action_mark() 1302 if (action_flags & MLX5_FLOW_ACTION_MARK) in mlx5_flow_validate_action_mark() 1360 uint64_t action_flags, in mlx5_flow_validate_action_queue() argument 1368 if (action_flags & MLX5_FLOW_FATE_ACTIONS) in mlx5_flow_validate_action_queue() 1526 uint64_t action_flags, in mlx5_flow_validate_action_rss() argument 1536 if (action_flags & MLX5_FLOW_FATE_ACTIONS) in mlx5_flow_validate_action_rss() [all …]
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | hsi_struct_def_dpdk.h | 36254 uint16_t action_flags; member 36600 uint16_t action_flags; member
|