Searched refs:outmad (Results 1 – 1 of 1) sorted by relevance
2033 struct mlx4_mad_ifc *inmad, *outmad; in mlx4_get_module_id() local2048 outmad = (struct mlx4_mad_ifc *)(outbox->buf); in mlx4_get_module_id()2068 if (be16_to_cpu(outmad->status)) { in mlx4_get_module_id()2070 ret = be16_to_cpu(outmad->status); in mlx4_get_module_id()2078 cable_info = (struct mlx4_cable_info *)outmad->data; in mlx4_get_module_id()2129 struct mlx4_mad_ifc *inmad, *outmad; in mlx4_get_module_info() local2166 outmad = (struct mlx4_mad_ifc *)(outbox->buf); in mlx4_get_module_info()2192 if (be16_to_cpu(outmad->status)) { in mlx4_get_module_info()2194 ret = be16_to_cpu(outmad->status); in mlx4_get_module_info()2210 cable_info = (struct mlx4_cable_info *)outmad->data; in mlx4_get_module_info()