Home
last modified time | relevance | path

Searched refs:FC_PORTSPEED_1GBIT (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe_transport.c99 lport->link_supported_speeds &= ~(FC_PORTSPEED_1GBIT | in fcoe_link_speed_update()
107 lport->link_supported_speeds |= FC_PORTSPEED_1GBIT; in fcoe_link_speed_update()
127 lport->link_speed = FC_PORTSPEED_1GBIT; in fcoe_link_speed_update()
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_attr.c193 FC_PORTSPEED_1GBIT; in csio_fchost_attr_init()
278 fc_host_speed(shost) = FC_PORTSPEED_1GBIT; in csio_get_host_speed()
Dcsio_lnode.c336 val = htonl(FC_PORTSPEED_1GBIT | FC_PORTSPEED_10GBIT); in csio_ln_fdmi_rhba_cbfn()
343 val = htonl(FC_PORTSPEED_1GBIT); in csio_ln_fdmi_rhba_cbfn()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_attr.c1659 speed = FC_PORTSPEED_1GBIT; in qla2x00_get_host_speed()
2322 FC_PORTSPEED_2GBIT | FC_PORTSPEED_1GBIT; in qla2x00_init_host_attr()
2325 FC_PORTSPEED_1GBIT; in qla2x00_init_host_attr()
2327 speed = FC_PORTSPEED_2GBIT | FC_PORTSPEED_1GBIT; in qla2x00_init_host_attr()
2330 FC_PORTSPEED_2GBIT | FC_PORTSPEED_1GBIT; in qla2x00_init_host_attr()
2335 speed = FC_PORTSPEED_1GBIT; in qla2x00_init_host_attr()
/linux-4.4.14/include/scsi/
Dscsi_transport_fc.h127 #define FC_PORTSPEED_1GBIT 1 macro
/linux-4.4.14/drivers/scsi/bfa/
Dbfad_im.c996 FC_PORTSPEED_2GBIT | FC_PORTSPEED_1GBIT; in bfad_im_supported_speeds()
1004 FC_PORTSPEED_1GBIT; in bfad_im_supported_speeds()
Dbfad_attr.c234 fc_host_speed(shost) = FC_PORTSPEED_1GBIT; in bfad_im_get_host_speed()
/linux-4.4.14/drivers/message/fusion/
Dmptfc.c1028 speed = FC_PORTSPEED_1GBIT; in mptfc_init_host_attr()
1041 speed |= FC_PORTSPEED_1GBIT; in mptfc_init_host_attr()
/linux-4.4.14/drivers/scsi/libfc/
Dfc_lport.c1886 if (lport->link_supported_speeds & FC_PORTSPEED_1GBIT) in fc_lport_init()
1887 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_1GBIT; in fc_lport_init()
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_fsf.c447 fdmi_speed |= FC_PORTSPEED_1GBIT; in zfcp_fsf_convert_portspeed()
/linux-4.4.14/drivers/scsi/
Dscsi_transport_fc.c257 { FC_PORTSPEED_1GBIT, "1 Gbit" },
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_attr.c5253 fc_host_speed(shost) = FC_PORTSPEED_1GBIT; in lpfc_get_host_speed()
Dlpfc_init.c3515 fc_host_supported_speeds(shost) |= FC_PORTSPEED_1GBIT; in lpfc_host_attrib_init()
/linux-4.4.14/drivers/scsi/ibmvscsi/
Dibmvfc.c960 fc_host_speed(shost) = FC_PORTSPEED_1GBIT; in ibmvfc_get_host_speed()