Symbol: FC_PORTSPEED_1GBIT
drivers/message/fusion/mptfc.c
1057
speed = FC_PORTSPEED_1GBIT;
drivers/message/fusion/mptfc.c
1070
speed |= FC_PORTSPEED_1GBIT;
drivers/s390/scsi/zfcp_fsf.c
514
fdmi_speed |= FC_PORTSPEED_1GBIT;
drivers/scsi/bfa/bfad_attr.c
227
fc_host_speed(shost) = FC_PORTSPEED_1GBIT;
drivers/scsi/bfa/bfad_im.c
1009
FC_PORTSPEED_2GBIT | FC_PORTSPEED_1GBIT;
drivers/scsi/bfa/bfad_im.c
1017
FC_PORTSPEED_1GBIT;
drivers/scsi/csiostor/csio_attr.c
193
FC_PORTSPEED_1GBIT;
drivers/scsi/csiostor/csio_attr.c
278
fc_host_speed(shost) = FC_PORTSPEED_1GBIT;
drivers/scsi/csiostor/csio_lnode.c
346
val = htonl(FC_PORTSPEED_1GBIT | FC_PORTSPEED_10GBIT);
drivers/scsi/csiostor/csio_lnode.c
353
val = htonl(FC_PORTSPEED_1GBIT);
drivers/scsi/elx/efct/efct_xport.c
353
{SLI4_LINK_MODULE_TYPE_1GB, FC_PORTSPEED_1GBIT},
drivers/scsi/elx/efct/efct_xport.c
758
fc_speed = FC_PORTSPEED_1GBIT;
drivers/scsi/fcoe/fcoe_transport.c
123
lport->link_supported_speeds &= ~(FC_PORTSPEED_1GBIT |
drivers/scsi/fcoe/fcoe_transport.c
132
lport->link_supported_speeds |= FC_PORTSPEED_1GBIT;
drivers/scsi/fcoe/fcoe_transport.c
84
{ FC_PORTSPEED_1GBIT, SPEED_1000 },
drivers/scsi/fnic/fdls_disc.c
2056
port_speed_bm = FC_PORTSPEED_1GBIT << PORT_SPEED_BIT_15;
drivers/scsi/fnic/fnic_main.c
194
fc_host_speed(shost) = FC_PORTSPEED_1GBIT;
drivers/scsi/ibmvscsi/ibmvfc.c
1278
fc_host_speed(shost) = FC_PORTSPEED_1GBIT;
drivers/scsi/libfc/fc_lport.c
1919
if (lport->link_supported_speeds & FC_PORTSPEED_1GBIT)
drivers/scsi/libfc/fc_lport.c
1920
fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_1GBIT;
drivers/scsi/lpfc/lpfc_attr.c
6647
fc_host_speed(shost) = FC_PORTSPEED_1GBIT;
drivers/scsi/lpfc/lpfc_attr.c
6684
fc_host_speed(shost) = FC_PORTSPEED_1GBIT;
drivers/scsi/lpfc/lpfc_init.c
4996
fc_host_supported_speeds(shost) |= FC_PORTSPEED_1GBIT;
drivers/scsi/qla2xxx/qla_attr.c
2568
speed = FC_PORTSPEED_1GBIT;
drivers/scsi/qla2xxx/qla_attr.c
3365
supported_speeds |= FC_PORTSPEED_1GBIT;
drivers/scsi/scsi_transport_fc.c
253
{ FC_PORTSPEED_1GBIT, "1 Gbit" },