Searched refs:action_flags (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt_tc.c | 595 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() 742 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_DROP; in bnxt_hwrm_cfa_flow_alloc() 749 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 757 action_flags |= in bnxt_hwrm_cfa_flow_alloc() [all …]
|
A D | bnxt_hsi.h | 8001 __le16 action_flags; member
|
/linux-6.3-rc2/include/xen/interface/ |
A D | xen-mca.h | 167 uint8_t action_flags; member
|
/linux-6.3-rc2/net/tipc/ |
A D | node.c | 126 int action_flags; member 403 u32 flags = n->action_flags; in tipc_node_write_unlock() 421 n->action_flags &= ~(TIPC_NOTIFY_NODE_DOWN | TIPC_NOTIFY_NODE_UP | in tipc_node_write_unlock() 874 n->action_flags |= TIPC_NOTIFY_LINK_UP; in __tipc_node_link_up() 895 n->action_flags |= TIPC_NOTIFY_NODE_UP; in __tipc_node_link_up() 1005 n->action_flags |= TIPC_NOTIFY_LINK_DOWN; in __tipc_node_link_down() 1543 n->action_flags |= TIPC_NOTIFY_NODE_DOWN; in node_lost_contact() 3103 i += scnprintf(buf + i, sz - i, " %x", n->action_flags); in tipc_node_dump()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_tc.c | 3286 u32 *action_flags, in offload_pedit_fields() argument 3300 headers_c = mlx5e_get_match_headers_criteria(*action_flags, &parse_attr->spec); in offload_pedit_fields() 3301 headers_v = mlx5e_get_match_headers_value(*action_flags, &parse_attr->spec); in offload_pedit_fields() 3439 u32 *action_flags, in alloc_tc_pedit_action() argument 3444 err = offload_pedit_fields(priv, namespace, parse_attr, action_flags, extack); in alloc_tc_pedit_action()
|
Completed in 104 milliseconds