Home
last modified time | relevance | path

Searched refs:FC_PORTSPEED_8GBIT (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/scsi/bfa/
Dbfad_drv.h66 #ifndef FC_PORTSPEED_8GBIT
67 #define FC_PORTSPEED_8GBIT 0x10 macro
Dbfad_im.c990 supported_speed |= FC_PORTSPEED_16GBIT | FC_PORTSPEED_8GBIT | in bfad_im_supported_speeds()
994 supported_speed |= FC_PORTSPEED_8GBIT | in bfad_im_supported_speeds()
998 supported_speed |= FC_PORTSPEED_8GBIT | in bfad_im_supported_speeds()
Dbfad_attr.c225 fc_host_speed(shost) = FC_PORTSPEED_8GBIT; in bfad_im_get_host_speed()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_attr.c1668 speed = FC_PORTSPEED_8GBIT; in qla2x00_get_host_speed()
2318 speed = FC_PORTSPEED_16GBIT | FC_PORTSPEED_8GBIT | in qla2x00_init_host_attr()
2321 speed = FC_PORTSPEED_8GBIT | FC_PORTSPEED_4GBIT | in qla2x00_init_host_attr()
2329 speed = FC_PORTSPEED_8GBIT | FC_PORTSPEED_4GBIT | in qla2x00_init_host_attr()
2333 FC_PORTSPEED_8GBIT; in qla2x00_init_host_attr()
Dqla_mr.c2115 speed = FC_PORTSPEED_8GBIT; in qlafx00_get_host_speed()
/linux-4.4.14/include/scsi/
Dscsi_transport_fc.h131 #define FC_PORTSPEED_8GBIT 0x10 macro
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_fsf.c455 fdmi_speed |= FC_PORTSPEED_8GBIT; in zfcp_fsf_convert_portspeed()
/linux-4.4.14/drivers/scsi/
Dscsi_transport_fc.c261 { FC_PORTSPEED_8GBIT, "8 Gbit" },
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_attr.c5262 fc_host_speed(shost) = FC_PORTSPEED_8GBIT; in lpfc_get_host_speed()
Dlpfc_init.c3509 fc_host_supported_speeds(shost) |= FC_PORTSPEED_8GBIT; in lpfc_host_attrib_init()
/linux-4.4.14/drivers/scsi/ibmvscsi/
Dibmvfc.c969 fc_host_speed(shost) = FC_PORTSPEED_8GBIT; in ibmvfc_get_host_speed()