Searched refs:MLX5_CAP_ESW_FLOWTABLE (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ |
D | ofld.h | 22 MLX5_CAP_ESW_FLOWTABLE(esw->dev, egress_acl_forward_to_vport); in mlx5_esw_acl_egress_fwd2vport_supported()
|
/linux-6.12.1/include/linux/mlx5/ |
D | device.h | 1346 #define MLX5_CAP_ESW_FLOWTABLE(mdev, cap) \ macro 1351 MLX5_CAP_ESW_FLOWTABLE(mdev, flow_table_properties_nic_esw_fdb.cap) 1354 MLX5_CAP_ESW_FLOWTABLE(mdev, flow_table_properties_esw_acl_egress.cap) 1357 MLX5_CAP_ESW_FLOWTABLE(mdev, flow_table_properties_esw_acl_ingress.cap) 1360 MLX5_CAP_ESW_FLOWTABLE(mdev, ft_field_support_2_esw_fdb.cap)
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch_offloads_termtbl.c | 202 if (MLX5_CAP_ESW_FLOWTABLE(esw->dev, flow_source)) in mlx5_eswitch_offload_is_uplink_port()
|
D | eswitch_offloads.c | 90 if (!MLX5_CAP_ESW_FLOWTABLE(esw->dev, flow_source) || !attr || !attr->in_rep) in mlx5_eswitch_set_rule_flow_source() 1014 if (MLX5_CAP_ESW_FLOWTABLE(on_esw->dev, flow_source) && in mlx5_eswitch_add_send_to_vport_rule() 1079 return MLX5_CAP_ESW_FLOWTABLE(esw->dev, fdb_to_vport_reg_c_id) & in mlx5_eswitch_reg_c1_loopback_supported() 1532 (MLX5_CAP_ESW_FLOWTABLE((esw)->dev, fdb_modify_header_fwd_to_table)) 1540 if (!MLX5_CAP_ESW_FLOWTABLE(dev, multi_fdb_encap) && in esw_init_chains_offload_flags() 3119 if (!(MLX5_CAP_ESW_FLOWTABLE(esw->dev, fdb_to_vport_reg_c_id) & in mlx5_esw_vport_match_metadata_supported()
|
D | eswitch.h | 84 MLX5_CAP_ESW_FLOWTABLE(dev, fdb_multi_path_to_table)
|
D | en_tc.c | 1518 fwd_and_modify_cap = MLX5_CAP_ESW_FLOWTABLE((esw)->dev, fdb_modify_header_fwd_to_table); in mlx5e_tc_offload_to_slow_path()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | bridge.c | 756 if (MLX5_CAP_ESW_FLOWTABLE(bridge->br_offloads->esw->dev, flow_source) && in mlx5_esw_bridge_egress_flow_create() 1520 if (!(MLX5_CAP_ESW_FLOWTABLE((esw)->dev, fdb_multi_path_any_table) || in mlx5_esw_bridge_mcast_set() 1521 MLX5_CAP_ESW_FLOWTABLE((esw)->dev, fdb_multi_path_any_table_limit_regc)) || in mlx5_esw_bridge_mcast_set() 1522 !MLX5_CAP_ESW_FLOWTABLE((esw)->dev, fdb_uplink_hairpin) || in mlx5_esw_bridge_mcast_set()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
D | mlx5hws_table.c | 33 if (!MLX5_CAP_ESW_FLOWTABLE(tbl->ctx->mdev, fdb_dynamic_tunnel)) { in hws_table_set_cap_attr()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_action.c | 61 MLX5_CAP_ESW_FLOWTABLE(dev, fdb_multi_path_any_table_limit_regc) || in mlx5dr_action_supp_fwd_fdb_multi_ft() 62 MLX5_CAP_ESW_FLOWTABLE(dev, fdb_multi_path_any_table)); in mlx5dr_action_supp_fwd_fdb_multi_ft() 649 if (!MLX5_CAP_ESW_FLOWTABLE(dmn->mdev, fdb_ipv4_ttl_modify)) { in dr_action_modify_ttl_adjust()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_ct.c | 497 if (dev && MLX5_CAP_ESW_FLOWTABLE(ct_priv->dev, flow_source)) in mlx5_tc_ct_set_tuple_match() 2107 if (!MLX5_CAP_ESW_FLOWTABLE(esw->dev, in mlx5_tc_ct_init_check_esw_support()
|