Home
last modified time | relevance | path

Searched refs:FC_PORTSPEED_16GBIT (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/include/scsi/
Dscsi_transport_fc.h132 #define FC_PORTSPEED_16GBIT 0x20 macro
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_attr.c1660 speed = FC_PORTSPEED_16GBIT; in qla2x00_get_host_speed()
2304 speed = FC_PORTSPEED_16GBIT | FC_PORTSPEED_8GBIT | in qla2x00_init_host_attr()
2318 speed = FC_PORTSPEED_32GBIT | FC_PORTSPEED_16GBIT | in qla2x00_init_host_attr()
/linux-4.1.27/drivers/scsi/bfa/
Dbfad_attr.c222 fc_host_speed(shost) = FC_PORTSPEED_16GBIT; in bfad_im_get_host_speed()
Dbfad_im.c990 supported_speed |= FC_PORTSPEED_16GBIT | FC_PORTSPEED_8GBIT | in bfad_im_supported_speeds()
/linux-4.1.27/drivers/s390/scsi/
Dzfcp_fsf.c457 fdmi_speed |= FC_PORTSPEED_16GBIT; in zfcp_fsf_convert_portspeed()
/linux-4.1.27/drivers/scsi/
Dscsi_transport_fc.c262 { FC_PORTSPEED_16GBIT, "16 Gbit" },
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_attr.c5268 fc_host_speed(shost) = FC_PORTSPEED_16GBIT; in lpfc_get_host_speed()
Dlpfc_init.c3494 fc_host_supported_speeds(shost) |= FC_PORTSPEED_16GBIT; in lpfc_host_attrib_init()
/linux-4.1.27/drivers/scsi/ibmvscsi/
Dibmvfc.c975 fc_host_speed(shost) = FC_PORTSPEED_16GBIT; in ibmvfc_get_host_speed()