Home
last modified time | relevance | path

Searched refs:fdmi_speed (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/s390/scsi/
H A Dzfcp_fsf.c512 u32 fdmi_speed = 0; in zfcp_fsf_convert_portspeed() local
514 fdmi_speed |= FC_PORTSPEED_1GBIT; in zfcp_fsf_convert_portspeed()
516 fdmi_speed |= FC_PORTSPEED_2GBIT; in zfcp_fsf_convert_portspeed()
518 fdmi_speed |= FC_PORTSPEED_4GBIT; in zfcp_fsf_convert_portspeed()
520 fdmi_speed |= FC_PORTSPEED_10GBIT; in zfcp_fsf_convert_portspeed()
522 fdmi_speed |= FC_PORTSPEED_8GBIT; in zfcp_fsf_convert_portspeed()
524 fdmi_speed |= FC_PORTSPEED_16GBIT; in zfcp_fsf_convert_portspeed()
526 fdmi_speed |= FC_PORTSPEED_32GBIT; in zfcp_fsf_convert_portspeed()
528 fdmi_speed |= FC_PORTSPEED_64GBIT; in zfcp_fsf_convert_portspeed()
530 fdmi_speed |= FC_PORTSPEED_128GBIT; in zfcp_fsf_convert_portspeed()
[all …]
/linux/drivers/scsi/qla2xxx/
H A Dqla_attr.c3374 u32 speeds = 0, fdmi_speed = 0; in qla2x00_init_host_attr() local
3384 fdmi_speed = qla25xx_fdmi_port_speed_capability(ha); in qla2x00_init_host_attr()
3385 speeds = qla2x00_get_host_supported_speeds(vha, fdmi_speed); in qla2x00_init_host_attr()