Searched refs:action_flags (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_tc.c | 592 u16 flow_flags = 0, action_flags = 0; in bnxt_hwrm_cfa_flow_alloc() local 605 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 611 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 615 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 625 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 641 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 652 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 674 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_TUNNEL; in bnxt_hwrm_cfa_flow_alloc() 737 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_DROP; in bnxt_hwrm_cfa_flow_alloc() 740 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_FWD; in bnxt_hwrm_cfa_flow_alloc() [all …]
|
D | bnxt_hsi.h | 6561 __le16 action_flags; member
|
/kernel/linux/linux-5.10/include/xen/interface/ |
D | xen-mca.h | 166 uint8_t action_flags; member
|
/kernel/linux/linux-5.10/net/tipc/ |
D | node.c | 117 int action_flags; member 388 u32 flags = n->action_flags; in tipc_node_write_unlock() 403 n->action_flags &= ~(TIPC_NOTIFY_NODE_DOWN | TIPC_NOTIFY_NODE_UP | in tipc_node_write_unlock() 855 n->action_flags |= TIPC_NOTIFY_LINK_UP; in __tipc_node_link_up() 876 n->action_flags |= TIPC_NOTIFY_NODE_UP; in __tipc_node_link_up() 978 n->action_flags |= TIPC_NOTIFY_LINK_DOWN; in __tipc_node_link_down() 1516 n->action_flags |= TIPC_NOTIFY_NODE_DOWN; in node_lost_contact() 3057 i += scnprintf(buf + i, sz - i, " %x", n->action_flags); in tipc_node_dump()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
D | fs.c | 1578 u64 action_flags; in mlx5_ib_create_flow_action_esp() local 1583 &action_flags, attrs, MLX5_IB_ATTR_CREATE_FLOW_ACTION_FLAGS, in mlx5_ib_create_flow_action_esp() 1588 flags = mlx5_ib_flow_action_flags_to_accel_xfrm_flags(action_flags); in mlx5_ib_create_flow_action_esp()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 2868 u32 *action_flags, in offload_pedit_fields() argument 2882 headers_c = get_match_headers_criteria(*action_flags, &parse_attr->spec); in offload_pedit_fields() 2883 headers_v = get_match_headers_value(*action_flags, &parse_attr->spec); in offload_pedit_fields() 3134 u32 *action_flags, in alloc_tc_pedit_action() argument 3142 action_flags, extack); in alloc_tc_pedit_action()
|