Lines Matching refs:max_supported_speed
1690 ha->max_supported_speed == 2 ? "64Gps" : in qla2x00_max_supported_speed_show()
1691 ha->max_supported_speed == 1 ? "32Gps" : in qla2x00_max_supported_speed_show()
1692 ha->max_supported_speed == 0 ? "16Gps" : "unknown"); in qla2x00_max_supported_speed_show()
2298 static DEVICE_ATTR(max_supported_speed, 0444,
3097 if (ha->max_supported_speed == 2) { in qla2x00_init_host_attr()
3101 if (ha->max_supported_speed == 2 || in qla2x00_init_host_attr()
3102 ha->max_supported_speed == 1) { in qla2x00_init_host_attr()
3106 if (ha->max_supported_speed == 2 || in qla2x00_init_host_attr()
3107 ha->max_supported_speed == 1 || in qla2x00_init_host_attr()
3108 ha->max_supported_speed == 0) { in qla2x00_init_host_attr()
3112 if (ha->max_supported_speed == 1 || in qla2x00_init_host_attr()
3113 ha->max_supported_speed == 0) { in qla2x00_init_host_attr()
3117 if (ha->max_supported_speed == 0) { in qla2x00_init_host_attr()