Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/fcoe/
H A Dfcoe_transport.c83 { FC_PORTSPEED_1GBIT, SPEED_1000 },
122 lport->link_supported_speeds &= ~(FC_PORTSPEED_1GBIT | in fcoe_link_speed_update()
131 lport->link_supported_speeds |= FC_PORTSPEED_1GBIT; in fcoe_link_speed_update()
/OK3568_Linux_fs/kernel/drivers/scsi/csiostor/
H A Dcsio_attr.c193 FC_PORTSPEED_1GBIT; in csio_fchost_attr_init()
278 fc_host_speed(shost) = FC_PORTSPEED_1GBIT; in csio_get_host_speed()
H A Dcsio_lnode.c346 val = htonl(FC_PORTSPEED_1GBIT | FC_PORTSPEED_10GBIT); in csio_ln_fdmi_rhba_cbfn()
353 val = htonl(FC_PORTSPEED_1GBIT); in csio_ln_fdmi_rhba_cbfn()
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfad_im.c1008 FC_PORTSPEED_2GBIT | FC_PORTSPEED_1GBIT; in bfad_im_supported_speeds()
1016 FC_PORTSPEED_1GBIT; in bfad_im_supported_speeds()
H A Dbfad_attr.c227 fc_host_speed(shost) = FC_PORTSPEED_1GBIT; in bfad_im_get_host_speed()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_transport_fc.h113 #define FC_PORTSPEED_1GBIT 1 macro
/OK3568_Linux_fs/kernel/drivers/message/fusion/
H A Dmptfc.c1018 speed = FC_PORTSPEED_1GBIT; in mptfc_init_host_attr()
1031 speed |= FC_PORTSPEED_1GBIT; in mptfc_init_host_attr()
/OK3568_Linux_fs/kernel/drivers/scsi/libfc/
H A Dfc_lport.c1858 if (lport->link_supported_speeds & FC_PORTSPEED_1GBIT) in fc_lport_init()
1859 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_1GBIT; in fc_lport_init()
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_attr.c2539 speed = FC_PORTSPEED_1GBIT; in qla2x00_get_host_speed()
3283 supported_speeds |= FC_PORTSPEED_1GBIT; in qla2x00_get_host_supported_speeds()
/OK3568_Linux_fs/kernel/drivers/s390/scsi/
H A Dzfcp_fsf.c496 fdmi_speed |= FC_PORTSPEED_1GBIT; in zfcp_fsf_convert_portspeed()
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_attr.c6670 fc_host_speed(shost) = FC_PORTSPEED_1GBIT; in lpfc_get_host_speed()
6703 fc_host_speed(shost) = FC_PORTSPEED_1GBIT; in lpfc_get_host_speed()
H A Dlpfc_init.c4604 fc_host_supported_speeds(shost) |= FC_PORTSPEED_1GBIT; in lpfc_host_supported_speeds_set()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_transport_fc.c242 { FC_PORTSPEED_1GBIT, "1 Gbit" },
/OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi/
H A Dibmvfc.c1009 fc_host_speed(shost) = FC_PORTSPEED_1GBIT; in ibmvfc_get_host_speed()