Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dpost_meter.c104 MLX5_FLOW_CONTEXT_ACTION_COUNT; in mlx5e_post_meter_rules_create()
120 MLX5_FLOW_CONTEXT_ACTION_COUNT; in mlx5e_post_meter_rules_create()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Degress_lgcy.c131 flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_COUNT; in esw_acl_egress_lgcy_setup()
Dingress_lgcy.c239 flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_COUNT; in esw_acl_ingress_lgcy_setup()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dmacsec_fs.c351 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP | MLX5_FLOW_CONTEXT_ACTION_COUNT; in macsec_fs_tx_create()
370 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_ALLOW | MLX5_FLOW_CONTEXT_ACTION_COUNT; in macsec_fs_tx_create()
872 MLX5_FLOW_CONTEXT_ACTION_COUNT; in macsec_fs_rx_create_check_decap_rule()
984 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP | MLX5_FLOW_CONTEXT_ACTION_COUNT; in macsec_fs_rx_create()
/Linux-v6.1/drivers/infiniband/hw/mlx5/
Dfs.c525 if (action->action & MLX5_FLOW_CONTEXT_ACTION_COUNT) in parse_flow_attr()
529 action->action |= MLX5_FLOW_CONTEXT_ACTION_COUNT; in parse_flow_attr()
952 MLX5_FLOW_CONTEXT_ACTION_COUNT | MLX5_FLOW_CONTEXT_ACTION_ALLOW; in mlx5_ib_fs_add_op_fc()
1108 if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in _create_flow_rule()
1657 if (flow_act->action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in raw_fs_rule_add()
1965 flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_COUNT; in UVERBS_HANDLER()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h170 {MLX5_FLOW_CONTEXT_ACTION_COUNT, "CNT"},\
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c1184 if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in mlx5e_add_offloaded_nic_rule()
1278 if (attr->action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in mlx5e_tc_add_nic_flow()
1347 if (attr->action & MLX5_FLOW_CONTEXT_ACTION_COUNT) in mlx5e_tc_del_nic_flow()
1844 if (attr->action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in mlx5e_tc_add_fdb_flow()
1927 if (attr->action & MLX5_FLOW_CONTEXT_ACTION_COUNT) in mlx5e_tc_del_fdb_flow()
3700 if (attr->action & MLX5_FLOW_CONTEXT_ACTION_COUNT) in free_flow_post_acts()
3769 attr->action |= MLX5_FLOW_CONTEXT_ACTION_COUNT; in alloc_flow_post_acts()
3796 if (attr->action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in alloc_flow_post_acts()
Dfs_core.c585 fte->action.action &= ~MLX5_FLOW_CONTEXT_ACTION_COUNT; in del_sw_hw_rule()
1618 if (action1 == MLX5_FLOW_CONTEXT_ACTION_COUNT || in check_conflicting_actions()
1619 action2 == MLX5_FLOW_CONTEXT_ACTION_COUNT) in check_conflicting_actions()
Dfs_cmd.c672 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in mlx5_cmd_set_fte()
Deswitch_offloads.c598 if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in mlx5_eswitch_add_offloaded_rule()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c477 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in mlx5_cmd_dr_create_fte()
Ddr_cmd.c792 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_COUNT) { in mlx5dr_cmd_set_fte()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dbridge.c664 .action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST | MLX5_FLOW_CONTEXT_ACTION_COUNT, in mlx5_esw_bridge_ingress_flow_with_esw_create()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c833 MLX5_FLOW_CONTEXT_ACTION_COUNT; in mlx5_tc_ct_entry_add_rule()
/Linux-v6.1/include/linux/mlx5/
Dmlx5_ifc.h3366 MLX5_FLOW_CONTEXT_ACTION_COUNT = 0x8, enumerator