Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dport.c2033 struct mlx4_mad_ifc *inmad, *outmad; in mlx4_get_module_id() local
2047 inmad = (struct mlx4_mad_ifc *)(inbox->buf); in mlx4_get_module_id()
2050 inmad->method = 0x1; /* Get */ in mlx4_get_module_id()
2051 inmad->class_version = 0x1; in mlx4_get_module_id()
2052 inmad->mgmt_class = 0x1; in mlx4_get_module_id()
2053 inmad->base_version = 0x1; in mlx4_get_module_id()
2054 inmad->attr_id = cpu_to_be16(0xFF60); /* Module Info */ in mlx4_get_module_id()
2056 cable_info = (struct mlx4_cable_info *)inmad->data; in mlx4_get_module_id()
2129 struct mlx4_mad_ifc *inmad, *outmad; in mlx4_get_module_info() local
2165 inmad = (struct mlx4_mad_ifc *)(inbox->buf); in mlx4_get_module_info()
[all …]