Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe_transport.c84 { FC_PORTSPEED_1GBIT, SPEED_1000 },
123 lport->link_supported_speeds &= ~(FC_PORTSPEED_1GBIT | in fcoe_link_speed_update()
132 lport->link_supported_speeds |= FC_PORTSPEED_1GBIT; in fcoe_link_speed_update()
/openbmc/linux/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()
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_xport.c353 {SLI4_LINK_MODULE_TYPE_1GB, FC_PORTSPEED_1GBIT}, in efct_get_link_supported_speeds()
758 fc_speed = FC_PORTSPEED_1GBIT; in efct_get_host_speed()
/openbmc/linux/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()
/openbmc/linux/include/scsi/
H A Dscsi_transport_fc.h114 #define FC_PORTSPEED_1GBIT 1 macro
/openbmc/linux/drivers/message/fusion/
H A Dmptfc.c1019 speed = FC_PORTSPEED_1GBIT; in mptfc_init_host_attr()
1032 speed |= FC_PORTSPEED_1GBIT; in mptfc_init_host_attr()
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_lport.c1919 if (lport->link_supported_speeds & FC_PORTSPEED_1GBIT) in fc_lport_init()
1920 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_1GBIT; in fc_lport_init()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_attr.c2575 speed = FC_PORTSPEED_1GBIT; in qla2x00_get_host_speed()
3371 supported_speeds |= FC_PORTSPEED_1GBIT; in qla2x00_get_host_supported_speeds()
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_fsf.c515 fdmi_speed |= FC_PORTSPEED_1GBIT; in zfcp_fsf_convert_portspeed()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c6512 fc_host_speed(shost) = FC_PORTSPEED_1GBIT; in lpfc_get_host_speed()
6548 fc_host_speed(shost) = FC_PORTSPEED_1GBIT; in lpfc_get_host_speed()
H A Dlpfc_init.c4992 fc_host_supported_speeds(shost) |= FC_PORTSPEED_1GBIT; in lpfc_host_supported_speeds_set()
/openbmc/linux/drivers/scsi/
H A Dscsi_transport_fc.c252 { FC_PORTSPEED_1GBIT, "1 Gbit" },
/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c1264 fc_host_speed(shost) = FC_PORTSPEED_1GBIT; in ibmvfc_get_host_speed()