Home
last modified time | relevance | path

Searched refs:port_selection_cap (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/mlx5/
H A Ddevice.h1383 MLX5_GET(port_selection_cap, \
1387 MLX5_GET(port_selection_cap, \
H A Dmlx5_ifc.h1834 u8 port_selection_cap[0x1]; member
3765 struct mlx5_ifc_port_selection_cap_bits port_selection_cap; member
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c732 if (!MLX5_CAP_GEN(dev, port_selection_cap)) in handle_hca_cap_port_selection()
745 MLX5_ST_SZ_BYTES(port_selection_cap)); in handle_hca_cap_port_selection()
746 MLX5_SET(port_selection_cap, set_hca_cap, port_select_flow_table_bypass, 1); in handle_hca_cap_port_selection()
H A Dfw.c150 if (MLX5_CAP_GEN(dev, port_selection_cap)) { in mlx5_query_hca_caps()