Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h170 {MLX5_FLOW_CONTEXT_ACTION_COUNT, "CNT"},\
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c936 if (attr->action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in mlx5e_tc_add_nic_flow()
1212 if (attr->action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in mlx5e_tc_add_fdb_flow()
1290 if (attr->action & MLX5_FLOW_CONTEXT_ACTION_COUNT) in mlx5e_tc_del_fdb_flow()
2832 action |= MLX5_FLOW_CONTEXT_ACTION_COUNT; in parse_tc_nic_actions()
2868 MLX5_FLOW_CONTEXT_ACTION_COUNT; in parse_tc_nic_actions()
3229 MLX5_FLOW_CONTEXT_ACTION_COUNT; in parse_tc_fdb_actions()
3270 MLX5_FLOW_CONTEXT_ACTION_COUNT; in parse_tc_fdb_actions()
3393 action |= MLX5_FLOW_CONTEXT_ACTION_COUNT; in parse_tc_fdb_actions()
Dfs_core.c495 fte->action.action &= ~MLX5_FLOW_CONTEXT_ACTION_COUNT; in del_sw_hw_rule()
1451 if (action1 == MLX5_FLOW_CONTEXT_ACTION_COUNT || in check_conflicting_actions()
1452 action2 == MLX5_FLOW_CONTEXT_ACTION_COUNT) in check_conflicting_actions()
Dfs_cmd.c536 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in mlx5_cmd_set_fte()
Deswitch.c1306 flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_COUNT; in esw_vport_ingress_config()
1393 flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_COUNT; in esw_vport_egress_config()
Deswitch_offloads.c202 if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in mlx5_eswitch_add_offloaded_rule()
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dflow.c156 flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_COUNT; in UVERBS_HANDLER()
Dmain.c3028 if (action->action & MLX5_FLOW_CONTEXT_ACTION_COUNT) in parse_flow_attr()
3032 action->action |= MLX5_FLOW_CONTEXT_ACTION_COUNT; in parse_flow_attr()
3590 if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in _create_flow_rule()
3607 if (!(flow_act.action & MLX5_FLOW_CONTEXT_ACTION_COUNT)) { in _create_flow_rule()
4146 if (flow_act->action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in mlx5_ib_raw_fs_rule_add()
/Linux-v5.4/include/linux/mlx5/
Dmlx5_ifc.h2760 MLX5_FLOW_CONTEXT_ACTION_COUNT = 0x8, enumerator