Searched refs:MLX5_CAP_PORT_SELECTION (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/include/linux/mlx5/ |
D | device.h | 1205 MLX5_CAP_PORT_SELECTION = 0x25, enumerator 1364 #define MLX5_CAP_PORT_SELECTION(mdev, cap) \ macro 1366 mdev->caps.hca[MLX5_CAP_PORT_SELECTION]->cur, cap) 1370 mdev->caps.hca[MLX5_CAP_PORT_SELECTION]->max, cap) 1381 MLX5_CAP_PORT_SELECTION(mdev, flow_table_properties_port_selection.cap)
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
D | lag.c | 102 if (!MLX5_CAP_PORT_SELECTION(dev, port_select_flow_table_bypass)) in mlx5_cmd_create_lag() 440 !MLX5_CAP_PORT_SELECTION(dev0, port_select_flow_table_bypass)) in _mlx5_modify_lag() 492 if (!MLX5_CAP_PORT_SELECTION(dev0, port_select_flow_table)) { in mlx5_lag_set_port_sel_mode_roce() 516 if (MLX5_CAP_PORT_SELECTION(dev0->dev, port_select_flow_table) && in mlx5_lag_set_port_sel_mode_offloads()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
D | mirred.c | 281 if (is_uplink_rep && MLX5_CAP_PORT_SELECTION(priv->mdev, port_select_flow_table) && in parse_mirred()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | main.c | 683 err = mlx5_core_get_caps(dev, MLX5_CAP_PORT_SELECTION); in handle_hca_cap_port_selection() 687 if (MLX5_CAP_PORT_SELECTION(dev, port_select_flow_table_bypass) || in handle_hca_cap_port_selection() 692 memcpy(set_hca_cap, dev->caps.hca[MLX5_CAP_PORT_SELECTION]->cur, in handle_hca_cap_port_selection() 1547 MLX5_CAP_PORT_SELECTION,
|
D | fw.c | 151 err = mlx5_core_get_caps(dev, MLX5_CAP_PORT_SELECTION); in mlx5_query_hca_caps()
|
D | en_tc.c | 4002 MLX5_CAP_PORT_SELECTION(priv->mdev, port_select_flow_table) && in is_multiport_eligible()
|
/linux-6.1.9/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 1553 MLX5_CAP_PORT_SELECTION(dev->mdev, port_select_flow_table_bypass)) in mlx5_ib_lag_should_assign_affinity()
|