Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c1936 struct mlx4_mad_ifc *inmad, *outmad; in mlx4_get_module_info() local
1954 inmad = (struct mlx4_mad_ifc *)(inbox->buf); in mlx4_get_module_info()
1957 inmad->method = 0x1; /* Get */ in mlx4_get_module_info()
1958 inmad->class_version = 0x1; in mlx4_get_module_info()
1959 inmad->mgmt_class = 0x1; in mlx4_get_module_info()
1960 inmad->base_version = 0x1; in mlx4_get_module_info()
1961 inmad->attr_id = cpu_to_be16(0xFF60); /* Module Info */ in mlx4_get_module_info()
1976 cable_info = (struct mlx4_cable_info *)inmad->data; in mlx4_get_module_info()