Home
last modified time | relevance | path

Searched refs:MLX5_FLOW_CONTEXT_ACTION_COUNT (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h135 {MLX5_FLOW_CONTEXT_ACTION_COUNT, "CNT"},\
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c716 if (attr->action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in mlx5e_tc_add_nic_flow()
2072 action |= MLX5_FLOW_CONTEXT_ACTION_COUNT; in parse_tc_nic_actions()
2103 MLX5_FLOW_CONTEXT_ACTION_COUNT; in parse_tc_nic_actions()
2683 MLX5_FLOW_CONTEXT_ACTION_COUNT; in parse_tc_fdb_actions()
2722 MLX5_FLOW_CONTEXT_ACTION_COUNT; in parse_tc_fdb_actions()
2733 MLX5_FLOW_CONTEXT_ACTION_COUNT; in parse_tc_fdb_actions()
Dfs_core.c428 fte->action.action &= ~MLX5_FLOW_CONTEXT_ACTION_COUNT; in del_sw_hw_rule()
1386 if (action1 == MLX5_FLOW_CONTEXT_ACTION_COUNT || in check_conflicting_actions()
1387 action2 == MLX5_FLOW_CONTEXT_ACTION_COUNT) in check_conflicting_actions()
1475 if (!(action & MLX5_FLOW_CONTEXT_ACTION_COUNT)) in counter_is_valid()
Dfs_cmd.c408 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in mlx5_cmd_set_fte()
Deswitch.c1199 flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_COUNT; in esw_vport_ingress_config()
1286 flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_COUNT; in esw_vport_egress_config()
Deswitch_offloads.c93 if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in mlx5_eswitch_add_offloaded_rule()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c2815 if (action->action & MLX5_FLOW_CONTEXT_ACTION_COUNT) in parse_flow_attr()
2819 action->action |= MLX5_FLOW_CONTEXT_ACTION_COUNT; in parse_flow_attr()
3322 if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in _create_flow_rule()
3336 if (!(flow_act.action & MLX5_FLOW_CONTEXT_ACTION_COUNT)) { in _create_flow_rule()
/Linux-v4.19/include/linux/mlx5/
Dmlx5_ifc.h2396 MLX5_FLOW_CONTEXT_ACTION_COUNT = 0x8, enumerator