Lines Matching refs:speeds
3277 qla2x00_get_host_supported_speeds(scsi_qla_host_t *vha, uint speeds)
3281 if (speeds & FDMI_PORT_SPEED_64GB)
3283 if (speeds & FDMI_PORT_SPEED_32GB)
3285 if (speeds & FDMI_PORT_SPEED_16GB)
3287 if (speeds & FDMI_PORT_SPEED_8GB)
3289 if (speeds & FDMI_PORT_SPEED_4GB)
3291 if (speeds & FDMI_PORT_SPEED_2GB)
3293 if (speeds & FDMI_PORT_SPEED_1GB)
3303 u32 speeds = 0, fdmi_speed = 0;
3314 speeds = qla2x00_get_host_supported_speeds(vha, fdmi_speed);
3316 fc_host_supported_speeds(vha->host) = speeds;