Searched refs:MLX5_CAP_ESW_FLOWTABLE (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ |
A D | ofld.h | 20 MLX5_CAP_ESW_FLOWTABLE(esw->dev, egress_acl_forward_to_vport); in mlx5_esw_acl_egress_fwd2vport_supported()
|
/linux/include/linux/mlx5/ |
A D | device.h | 1325 #define MLX5_CAP_ESW_FLOWTABLE(mdev, cap) \ macro 1334 MLX5_CAP_ESW_FLOWTABLE(mdev, flow_table_properties_nic_esw_fdb.cap) 1340 MLX5_CAP_ESW_FLOWTABLE(mdev, flow_table_properties_esw_acl_egress.cap) 1346 MLX5_CAP_ESW_FLOWTABLE(mdev, flow_table_properties_esw_acl_ingress.cap)
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | eswitch_offloads_termtbl.c | 200 if (MLX5_CAP_ESW_FLOWTABLE(esw->dev, flow_source)) in mlx5_eswitch_offload_is_uplink_port()
|
A D | eswitch_offloads.c | 89 if (!MLX5_CAP_ESW_FLOWTABLE(esw->dev, flow_source) || !attr || !attr->in_rep) in mlx5_eswitch_set_rule_flow_source() 1106 return MLX5_CAP_ESW_FLOWTABLE(esw->dev, fdb_to_vport_reg_c_id) & in mlx5_eswitch_reg_c1_loopback_supported() 1508 (MLX5_CAP_ESW_FLOWTABLE((esw)->dev, fdb_modify_header_fwd_to_table)) 1516 if (!MLX5_CAP_ESW_FLOWTABLE(dev, multi_fdb_encap) && in esw_init_chains_offload_flags() 2832 if (!(MLX5_CAP_ESW_FLOWTABLE(esw->dev, fdb_to_vport_reg_c_id) & in mlx5_esw_vport_match_metadata_supported() 2836 if (!MLX5_CAP_ESW_FLOWTABLE(esw->dev, flow_source)) in mlx5_esw_vport_match_metadata_supported()
|
A D | eswitch.h | 82 MLX5_CAP_ESW_FLOWTABLE(dev, fdb_multi_path_to_table)
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
A D | bridge.c | 680 if (MLX5_CAP_ESW_FLOWTABLE(bridge->br_offloads->esw->dev, flow_source) && in mlx5_esw_bridge_egress_flow_create()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | tc_ct.c | 2029 if (!MLX5_CAP_ESW_FLOWTABLE(esw->dev, in mlx5_tc_ct_init_check_esw_support()
|
Completed in 29 milliseconds