Home
last modified time | relevance | path

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

/Linux-v4.19/include/scsi/
Dscsi_transport_fc.h135 #define FC_PORTSPEED_16GBIT 0x20 macro
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_attr.c1663 speed = FC_PORTSPEED_16GBIT; in qla2x00_get_host_speed()
2329 speed = FC_PORTSPEED_16GBIT | FC_PORTSPEED_8GBIT | in qla2x00_init_host_attr()
2343 speed = FC_PORTSPEED_32GBIT | FC_PORTSPEED_16GBIT | in qla2x00_init_host_attr()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_transport.c100 { FC_PORTSPEED_16GBIT, SPEED_16000 },
/Linux-v4.19/drivers/scsi/bfa/
Dbfad_attr.c223 fc_host_speed(shost) = FC_PORTSPEED_16GBIT; in bfad_im_get_host_speed()
Dbfad_im.c1012 supported_speed |= FC_PORTSPEED_16GBIT | FC_PORTSPEED_8GBIT | in bfad_im_supported_speeds()
/Linux-v4.19/drivers/s390/scsi/
Dzfcp_fsf.c459 fdmi_speed |= FC_PORTSPEED_16GBIT; in zfcp_fsf_convert_portspeed()
/Linux-v4.19/drivers/scsi/
Dscsi_transport_fc.c263 { FC_PORTSPEED_16GBIT, "16 Gbit" },
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_attr.c5914 fc_host_speed(shost) = FC_PORTSPEED_16GBIT; in lpfc_get_host_speed()
Dlpfc_init.c4138 fc_host_supported_speeds(shost) |= FC_PORTSPEED_16GBIT; in lpfc_host_attrib_init()
/Linux-v4.19/drivers/scsi/ibmvscsi/
Dibmvfc.c979 fc_host_speed(shost) = FC_PORTSPEED_16GBIT; in ibmvfc_get_host_speed()