Home
last modified time | relevance | path

Searched refs:action_flags (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c595 u16 flow_flags = 0, action_flags = 0; in bnxt_hwrm_cfa_flow_alloc() local
610 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
616 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
620 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
630 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
646 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
657 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
679 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_TUNNEL; in bnxt_hwrm_cfa_flow_alloc()
742 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_DROP; in bnxt_hwrm_cfa_flow_alloc()
745 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_FWD; in bnxt_hwrm_cfa_flow_alloc()
[all …]
Dbnxt_hsi.h7884 __le16 action_flags; member
/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3146 u32 *action_flags, in offload_pedit_fields() argument
3161 headers_c = mlx5e_get_match_headers_criteria(*action_flags, &parse_attr->spec); in offload_pedit_fields()
3162 headers_v = mlx5e_get_match_headers_value(*action_flags, &parse_attr->spec); in offload_pedit_fields()
3293 u32 *action_flags, in alloc_tc_pedit_action() argument
3298 err = offload_pedit_fields(priv, namespace, parse_attr, action_flags, extack); in alloc_tc_pedit_action()