Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c443 u16 flow_flags = 0, action_flags = 0; in bnxt_hwrm_cfa_flow_alloc() local
455 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_TUNNEL; in bnxt_hwrm_cfa_flow_alloc()
518 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_DROP; in bnxt_hwrm_cfa_flow_alloc()
521 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_FWD; in bnxt_hwrm_cfa_flow_alloc()
525 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
533 action_flags |= in bnxt_hwrm_cfa_flow_alloc()
541 req.action_flags = cpu_to_le16(action_flags); in bnxt_hwrm_cfa_flow_alloc()
Dbnxt_hsi.h5494 __le16 action_flags; member
/Linux-v4.19/net/tipc/
Dnode.c111 int action_flags; member
324 u32 flags = n->action_flags; in tipc_node_write_unlock()
339 n->action_flags &= ~(TIPC_NOTIFY_NODE_DOWN | TIPC_NOTIFY_NODE_UP | in tipc_node_write_unlock()
664 n->action_flags |= TIPC_NOTIFY_LINK_UP; in __tipc_node_link_up()
685 n->action_flags |= TIPC_NOTIFY_NODE_UP; in __tipc_node_link_up()
744 n->action_flags |= TIPC_NOTIFY_LINK_DOWN; in __tipc_node_link_down()
1259 n->action_flags |= TIPC_NOTIFY_NODE_DOWN; in node_lost_contact()
/Linux-v4.19/include/xen/interface/
Dxen-mca.h166 uint8_t action_flags; member
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c3864 u64 action_flags; in mlx5_ib_create_flow_action_esp() local
3869 &action_flags, attrs, MLX5_IB_ATTR_CREATE_FLOW_ACTION_FLAGS, in mlx5_ib_create_flow_action_esp()
3874 flags = mlx5_ib_flow_action_flags_to_accel_xfrm_flags(action_flags); in mlx5_ib_create_flow_action_esp()