Searched refs:inmad (Results 1 – 1 of 1) sorted by relevance
2013 struct mlx4_mad_ifc *inmad, *outmad; in mlx4_get_module_id() local2027 inmad = (struct mlx4_mad_ifc *)(inbox->buf); in mlx4_get_module_id()2030 inmad->method = 0x1; /* Get */ in mlx4_get_module_id()2031 inmad->class_version = 0x1; in mlx4_get_module_id()2032 inmad->mgmt_class = 0x1; in mlx4_get_module_id()2033 inmad->base_version = 0x1; in mlx4_get_module_id()2034 inmad->attr_id = cpu_to_be16(0xFF60); /* Module Info */ in mlx4_get_module_id()2036 cable_info = (struct mlx4_cable_info *)inmad->data; in mlx4_get_module_id()2109 struct mlx4_mad_ifc *inmad, *outmad; in mlx4_get_module_info() local2145 inmad = (struct mlx4_mad_ifc *)(inbox->buf); in mlx4_get_module_info()[all …]