Home
last modified time | relevance | path

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

/linux/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/include/linux/mlx5/
H A Ddevice.h1304 MLX5_GET(cmd_hca_cap_2, mdev->caps.hca[MLX5_CAP_GENERAL_2]->cur, cap)
1307 MLX5_GET64(cmd_hca_cap_2, mdev->caps.hca[MLX5_CAP_GENERAL_2]->cur, cap)
1310 MLX5_GET(cmd_hca_cap_2, mdev->caps.hca[MLX5_CAP_GENERAL_2]->max, cap)
H A Dmlx5_ifc.h3816 struct mlx5_ifc_cmd_hca_cap_2_bits cmd_hca_cap_2; member
/linux/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)
570 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()
579 MLX5_SET(cmd_hca_cap_2, set_hca_cap, lag_per_mp_group, 1); in handle_hca_cap_2()
H A Deswitch.c835 vport->info.mig_enabled = MLX5_GET(cmd_hca_cap_2, hca_caps, migratable); in mlx5_esw_vport_caps_get()
/linux/drivers/vfio/pci/mlx5/
H A Dcmd.c26 if (!MLX5_GET(cmd_hca_cap_2, cap, migratable)) in mlx5vf_is_migratable()