Lines Matching refs:speeds
3344 qla2x00_get_host_supported_speeds(scsi_qla_host_t *vha, uint speeds)
3348 if (speeds & FDMI_PORT_SPEED_64GB)
3350 if (speeds & FDMI_PORT_SPEED_32GB)
3352 if (speeds & FDMI_PORT_SPEED_16GB)
3354 if (speeds & FDMI_PORT_SPEED_8GB)
3356 if (speeds & FDMI_PORT_SPEED_4GB)
3358 if (speeds & FDMI_PORT_SPEED_2GB)
3360 if (speeds & FDMI_PORT_SPEED_1GB)
3370 u32 speeds = 0, fdmi_speed = 0;
3381 speeds = qla2x00_get_host_supported_speeds(vha, fdmi_speed);
3383 fc_host_supported_speeds(vha->host) = speeds;