Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfad_drv.h67 #ifndef FC_PORTSPEED_8GBIT
68 #define FC_PORTSPEED_8GBIT 0x10 macro
Dbfad_im.c1012 supported_speed |= FC_PORTSPEED_16GBIT | FC_PORTSPEED_8GBIT | in bfad_im_supported_speeds()
1016 supported_speed |= FC_PORTSPEED_8GBIT | in bfad_im_supported_speeds()
1020 supported_speed |= FC_PORTSPEED_8GBIT | in bfad_im_supported_speeds()
Dbfad_attr.c226 fc_host_speed(shost) = FC_PORTSPEED_8GBIT; in bfad_im_get_host_speed()
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_attr.c1657 speed = FC_PORTSPEED_8GBIT; in qla2x00_get_host_speed()
2329 speed = FC_PORTSPEED_16GBIT | FC_PORTSPEED_8GBIT | in qla2x00_init_host_attr()
2332 speed = FC_PORTSPEED_8GBIT | FC_PORTSPEED_4GBIT | in qla2x00_init_host_attr()
2340 speed = FC_PORTSPEED_8GBIT | FC_PORTSPEED_4GBIT | in qla2x00_init_host_attr()
2344 FC_PORTSPEED_8GBIT; in qla2x00_init_host_attr()
Dqla_mr.c2117 speed = FC_PORTSPEED_8GBIT; in qlafx00_get_host_speed()
/Linux-v4.19/include/scsi/
Dscsi_transport_fc.h134 #define FC_PORTSPEED_8GBIT 0x10 macro
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_transport.c98 { FC_PORTSPEED_8GBIT, SPEED_8000 },
/Linux-v4.19/drivers/s390/scsi/
Dzfcp_fsf.c457 fdmi_speed |= FC_PORTSPEED_8GBIT; in zfcp_fsf_convert_portspeed()
/Linux-v4.19/drivers/scsi/
Dscsi_transport_fc.c262 { FC_PORTSPEED_8GBIT, "8 Gbit" },
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_attr.c5908 fc_host_speed(shost) = FC_PORTSPEED_8GBIT; in lpfc_get_host_speed()
Dlpfc_init.c4142 fc_host_supported_speeds(shost) |= FC_PORTSPEED_8GBIT; in lpfc_host_attrib_init()
/Linux-v4.19/drivers/scsi/ibmvscsi/
Dibmvfc.c973 fc_host_speed(shost) = FC_PORTSPEED_8GBIT; in ibmvfc_get_host_speed()