Searched refs:max_supported_speed (Results 1 – 3 of 3) sorted by relevance
1691 ha->max_supported_speed == 2 ? "64Gps" : in qla2x00_max_supported_speed_show()1692 ha->max_supported_speed == 1 ? "32Gps" : in qla2x00_max_supported_speed_show()1693 ha->max_supported_speed == 0 ? "16Gps" : "unknown"); in qla2x00_max_supported_speed_show()2299 static DEVICE_ATTR(max_supported_speed, 0444,3098 if (ha->max_supported_speed == 2) { in qla2x00_init_host_attr()3102 if (ha->max_supported_speed == 2 || in qla2x00_init_host_attr()3103 ha->max_supported_speed == 1) { in qla2x00_init_host_attr()3107 if (ha->max_supported_speed == 2 || in qla2x00_init_host_attr()3108 ha->max_supported_speed == 1 || in qla2x00_init_host_attr()3109 ha->max_supported_speed == 0) { in qla2x00_init_host_attr()[all …]
779 ha->max_supported_speed = mcp->mb[2] & (BIT_0|BIT_1); in qla2x00_execute_fw()781 ha->max_supported_speed == 0 ? "16Gps" : in qla2x00_execute_fw()782 ha->max_supported_speed == 1 ? "32Gps" : in qla2x00_execute_fw()783 ha->max_supported_speed == 2 ? "64Gps" : "unknown"); in qla2x00_execute_fw()
4274 uint16_t max_supported_speed; member