Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dcmd.c1021 capability.cmd_hca_cap_2.format_select_dw_8_6_ext); in mlx5hws_cmd_query_caps()
1025 capability.cmd_hca_cap_2.format_select_dw_gtpu_dw_0); in mlx5hws_cmd_query_caps()
1029 capability.cmd_hca_cap_2.format_select_dw_gtpu_dw_1); in mlx5hws_cmd_query_caps()
1033 capability.cmd_hca_cap_2.format_select_dw_gtpu_dw_2); in mlx5hws_cmd_query_caps()
1037 capability.cmd_hca_cap_2.format_select_dw_gtpu_first_ext_dw_0); in mlx5hws_cmd_query_caps()
1041 capability.cmd_hca_cap_2.generate_wqe_type); in mlx5hws_cmd_query_caps()
1045 capability.cmd_hca_cap_2.flow_table_hash_type); in mlx5hws_cmd_query_caps()
/linux-6.15/include/linux/mlx5/
H A Ddevice.h1297 MLX5_GET(cmd_hca_cap_2, mdev->caps.hca[MLX5_CAP_GENERAL_2]->cur, cap)
1300 MLX5_GET64(cmd_hca_cap_2, mdev->caps.hca[MLX5_CAP_GENERAL_2]->cur, cap)
1303 MLX5_GET(cmd_hca_cap_2, mdev->caps.hca[MLX5_CAP_GENERAL_2]->max, cap)
H A Dmlx5_ifc.h3755 struct mlx5_ifc_cmd_hca_cap_2_bits cmd_hca_cap_2; member
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c91 #define MAX_SW_VHCA_ID (BIT(__mlx5_bit_sz(cmd_hca_cap_2, sw_vhca_id)) - 1)
573 MLX5_ST_SZ_BYTES(cmd_hca_cap_2)); in handle_hca_cap_2()
574 MLX5_SET(cmd_hca_cap_2, set_hca_cap, sw_vhca_id_valid, 1); in handle_hca_cap_2()
H A Deswitch_offloads.c4314 MLX5_SET(cmd_hca_cap_2, hca_caps, migratable, enable); in mlx5_devlink_port_fn_migratable_set()
4628 max_eqs = MLX5_GET(cmd_hca_cap_2, hca_caps, max_num_eqs_24b); in mlx5_devlink_port_fn_max_io_eqs_get()
4683 MLX5_SET(cmd_hca_cap_2, hca_caps, max_num_eqs_24b, max_eqs); in mlx5_devlink_port_fn_max_io_eqs_set()
4686 MLX5_SET(cmd_hca_cap_2, hca_caps, sf_eq_usage, 1); in mlx5_devlink_port_fn_max_io_eqs_set()
H A Deswitch.c834 vport->info.mig_enabled = MLX5_GET(cmd_hca_cap_2, hca_caps, migratable); in mlx5_esw_vport_caps_get()
/linux-6.15/drivers/vfio/pci/mlx5/
H A Dcmd.c26 if (!MLX5_GET(cmd_hca_cap_2, cap, migratable)) in mlx5vf_is_migratable()