Searched refs:action_flags (Results 1 – 6 of 6) sorted by relevance
| /drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_tc.c | 599 u16 flow_flags = 0, action_flags = 0; in bnxt_hwrm_cfa_flow_alloc() local 614 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 620 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 624 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 634 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 650 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 661 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 746 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_DROP; in bnxt_hwrm_cfa_flow_alloc() 753 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 761 action_flags |= in bnxt_hwrm_cfa_flow_alloc() [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | cmd.c | 184 u32 action_flags; in mlx5hws_cmd_set_fte() local 210 action_flags = fte_attr->action_flags; in mlx5hws_cmd_set_fte() 211 MLX5_SET(flow_context, in_flow_context, action, action_flags); in mlx5hws_cmd_set_fte() 213 if (action_flags & MLX5_FLOW_CONTEXT_ACTION_PACKET_REFORMAT) { in mlx5hws_cmd_set_fte() 218 if (action_flags & (MLX5_FLOW_CONTEXT_ACTION_DECRYPT | MLX5_FLOW_CONTEXT_ACTION_ENCRYPT)) { in mlx5hws_cmd_set_fte() 225 if (action_flags & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST) { in mlx5hws_cmd_set_fte()
|
| A D | cmd.h | 25 u32 action_flags; member
|
| A D | table.c | 64 fte_attr.action_flags = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in hws_table_up_default_fdb_miss_tbl()
|
| A D | action.c | 1399 fte_attr.action_flags |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in mlx5hws_action_create_dest_array() 1407 fte_attr.action_flags |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in mlx5hws_action_create_dest_array() 1894 fte_attr.action_flags = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in mlx5hws_action_create_flow_sampler()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_tc.c | 3309 u32 *action_flags, in offload_pedit_fields() argument 3324 headers_c = mlx5e_get_match_headers_criteria(*action_flags, &parse_attr->spec); in offload_pedit_fields() 3325 headers_v = mlx5e_get_match_headers_value(*action_flags, &parse_attr->spec); in offload_pedit_fields() 3456 u32 *action_flags, in alloc_tc_pedit_action() argument 3461 err = offload_pedit_fields(priv, namespace, parse_attr, action_flags, extack); in alloc_tc_pedit_action()
|
Completed in 28 milliseconds