Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_attr.c1534 ha->max_speed_sup ? "32Gps" : "16Gps"); in qla2x00_max_speed_sup_show()
1583 static DEVICE_ATTR(max_speed_sup, S_IRUGO, qla2x00_max_speed_sup_show, NULL);
Dqla_def.h4183 uint16_t max_speed_sup; member
Dqla_mbx.c756 ha->max_speed_sup = mcp->mb[2] & BIT_0; in qla2x00_execute_fw()
759 ha->max_speed_sup ? "32Gps" : "16Gps"); in qla2x00_execute_fw()