Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c396 u16 flow_flags = 0, action_flags = 0; in bnxt_hwrm_cfa_flow_alloc() local
408 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_TUNNEL; in bnxt_hwrm_cfa_flow_alloc()
471 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_DROP; in bnxt_hwrm_cfa_flow_alloc()
474 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_FWD; in bnxt_hwrm_cfa_flow_alloc()
478 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
486 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
494 req.action_flags = cpu_to_le16(action_flags); in bnxt_hwrm_cfa_flow_alloc()
Dbnxt_hsi.h6110 __le16 action_flags; member
/Linux-v5.4/net/tipc/
Dnode.c112 int action_flags; member
325 u32 flags = n->action_flags; in tipc_node_write_unlock()
340 n->action_flags &= ~(TIPC_NOTIFY_NODE_DOWN | TIPC_NOTIFY_NODE_UP | in tipc_node_write_unlock()
696 n->action_flags |= TIPC_NOTIFY_LINK_UP; in __tipc_node_link_up()
717 n->action_flags |= TIPC_NOTIFY_NODE_UP; in __tipc_node_link_up()
819 n->action_flags |= TIPC_NOTIFY_LINK_DOWN; in __tipc_node_link_down()
1344 n->action_flags |= TIPC_NOTIFY_NODE_DOWN; in node_lost_contact()
2560 i += scnprintf(buf + i, sz - i, " %x", n->action_flags); in tipc_node_dump()
/Linux-v5.4/include/xen/interface/
Dxen-mca.h166 uint8_t action_flags; member
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2331 u32 *action_flags, in offload_pedit_fields() argument
2335 void *headers_c = get_match_headers_criteria(*action_flags, in offload_pedit_fields()
2337 void *headers_v = get_match_headers_value(*action_flags, in offload_pedit_fields()
2543 u32 *action_flags, in alloc_tc_pedit_action() argument
2556 err = offload_pedit_fields(hdrs, parse_attr, action_flags, extack); in alloc_tc_pedit_action()
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dmain.c4198 u64 action_flags; in mlx5_ib_create_flow_action_esp() local
4203 &action_flags, attrs, MLX5_IB_ATTR_CREATE_FLOW_ACTION_FLAGS, in mlx5_ib_create_flow_action_esp()
4208 flags = mlx5_ib_flow_action_flags_to_accel_xfrm_flags(action_flags); in mlx5_ib_create_flow_action_esp()