Searched refs:action_flags (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_tc.c | 599 u16 flow_flags = 0, action_flags = 0; in bnxt_hwrm_cfa_flow_alloc() local 614 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 620 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 624 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 634 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 650 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 661 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 746 action_flags |= CFA_FLOW_ALLOC_REQ_ACTION_FLAGS_DROP; in bnxt_hwrm_cfa_flow_alloc() 753 action_flags |= in bnxt_hwrm_cfa_flow_alloc() 761 action_flags |= in bnxt_hwrm_cfa_flow_alloc() [all …]
|
| A D | bnxt_hsi.h | 8189 __le16 action_flags; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | mlx5hws_cmd.c | 190 u32 action_flags; in mlx5hws_cmd_set_fte() local 216 action_flags = fte_attr->action_flags; in mlx5hws_cmd_set_fte() 217 MLX5_SET(flow_context, in_flow_context, action, action_flags); in mlx5hws_cmd_set_fte() 219 if (action_flags & MLX5_FLOW_CONTEXT_ACTION_PACKET_REFORMAT) { in mlx5hws_cmd_set_fte() 224 if (action_flags & (MLX5_FLOW_CONTEXT_ACTION_DECRYPT | MLX5_FLOW_CONTEXT_ACTION_ENCRYPT)) { in mlx5hws_cmd_set_fte() 231 if (action_flags & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST) { in mlx5hws_cmd_set_fte()
|
| A D | mlx5hws_cmd.h | 25 u32 action_flags; member
|
| A D | mlx5hws_table.c | 63 fte_attr.action_flags = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in hws_table_up_default_fdb_miss_tbl()
|
| A D | mlx5hws_action.c | 1394 fte_attr.action_flags |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in mlx5hws_action_create_dest_array() 1405 fte_attr.action_flags |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST; in mlx5hws_action_create_dest_array()
|
| /linux/include/xen/interface/ |
| A D | xen-mca.h | 167 uint8_t action_flags; member
|
| /linux/net/tipc/ |
| A D | node.c | 124 int action_flags; member 401 u32 flags = n->action_flags; in tipc_node_write_unlock() 419 n->action_flags &= ~(TIPC_NOTIFY_NODE_DOWN | TIPC_NOTIFY_NODE_UP | in tipc_node_write_unlock() 872 n->action_flags |= TIPC_NOTIFY_LINK_UP; in __tipc_node_link_up() 893 n->action_flags |= TIPC_NOTIFY_NODE_UP; in __tipc_node_link_up() 1003 n->action_flags |= TIPC_NOTIFY_LINK_DOWN; in __tipc_node_link_down() 1541 n->action_flags |= TIPC_NOTIFY_NODE_DOWN; in node_lost_contact() 3102 i += scnprintf(buf + i, sz - i, " %x", n->action_flags); in tipc_node_dump()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_tc.c | 3312 u32 *action_flags, in offload_pedit_fields() argument 3327 headers_c = mlx5e_get_match_headers_criteria(*action_flags, &parse_attr->spec); in offload_pedit_fields() 3328 headers_v = mlx5e_get_match_headers_value(*action_flags, &parse_attr->spec); in offload_pedit_fields() 3459 u32 *action_flags, in alloc_tc_pedit_action() argument 3464 err = offload_pedit_fields(priv, namespace, parse_attr, action_flags, extack); in alloc_tc_pedit_action()
|
Completed in 759 milliseconds