Home
last modified time | relevance | path

Searched refs:MLX5_CAP_PORT_SELECTION (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/include/linux/mlx5/
Ddevice.h1205 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/
Dlag.c102 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/
Dmirred.c281 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/
Dmain.c683 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,
Dfw.c151 err = mlx5_core_get_caps(dev, MLX5_CAP_PORT_SELECTION); in mlx5_query_hca_caps()
Den_tc.c4002 MLX5_CAP_PORT_SELECTION(priv->mdev, port_select_flow_table) && in is_multiport_eligible()
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h1553 MLX5_CAP_PORT_SELECTION(dev->mdev, port_select_flow_table_bypass)) in mlx5_ib_lag_should_assign_affinity()