Searched refs:MLX5_FLOW_CONTEXT_ACTION_COUNT (Results 1 – 8 of 8) sorted by relevance
135 {MLX5_FLOW_CONTEXT_ACTION_COUNT, "CNT"},\
716 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()
428 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()
408 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in mlx5_cmd_set_fte()
1199 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()
93 if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in mlx5_eswitch_add_offloaded_rule()
2815 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()
2396 MLX5_FLOW_CONTEXT_ACTION_COUNT = 0x8, enumerator