Home
last modified time | relevance | path

Searched refs:FC_PORTSPEED_10GBIT (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/scsi/fcoe/
H A Dfcoe_transport.c88 { FC_PORTSPEED_10GBIT, SPEED_10000 },
124 FC_PORTSPEED_10GBIT | in fcoe_link_speed_update()
139 lport->link_supported_speeds |= FC_PORTSPEED_10GBIT; in fcoe_link_speed_update()
/linux/drivers/scsi/csiostor/
H A Dcsio_attr.c192 fc_host_supported_speeds(shost) = FC_PORTSPEED_10GBIT | in csio_fchost_attr_init()
281 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in csio_get_host_speed()
H A Dcsio_lnode.c346 val = htonl(FC_PORTSPEED_1GBIT | FC_PORTSPEED_10GBIT); in csio_ln_fdmi_rhba_cbfn()
355 val = htonl(FC_PORTSPEED_10GBIT); in csio_ln_fdmi_rhba_cbfn()
/linux/include/scsi/
H A Dscsi_transport_fc.h116 #define FC_PORTSPEED_10GBIT 4 macro
/linux/drivers/message/fusion/
H A Dmptfc.c1062 speed = FC_PORTSPEED_10GBIT; in mptfc_init_host_attr()
1075 speed |= FC_PORTSPEED_10GBIT; in mptfc_init_host_attr()
/linux/drivers/scsi/libfc/
H A Dfc_lport.c1921 if (lport->link_supported_speeds & FC_PORTSPEED_10GBIT) in fc_lport_init()
1922 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_10GBIT; in fc_lport_init()
/linux/drivers/scsi/elx/efct/
H A Defct_xport.c770 fc_speed = FC_PORTSPEED_10GBIT; in efct_get_host_speed()
/linux/drivers/scsi/bfa/
H A Dbfad_im.c1017 supported_speed |= FC_PORTSPEED_10GBIT; in bfad_im_supported_speeds()
/linux/drivers/scsi/fnic/
H A Dfnic_main.c206 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in fnic_get_host_speed()
H A Dfdls_disc.c2022 port_speed_bm = FC_PORTSPEED_10GBIT << PORT_SPEED_BIT_14; in fdls_fdmi_register_pa()
/linux/drivers/scsi/qedf/
H A Dqedf_main.c467 lport->link_speed = FC_PORTSPEED_10GBIT; in qedf_update_link_speed()
505 lport->link_supported_speeds |= FC_PORTSPEED_10GBIT; in qedf_update_link_speed()
/linux/drivers/s390/scsi/
H A Dzfcp_fsf.c521 fdmi_speed |= FC_PORTSPEED_10GBIT; in zfcp_fsf_convert_portspeed()
/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c6525 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in lpfc_get_host_speed()
6553 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in lpfc_get_host_speed()
/linux/drivers/scsi/qla2xxx/
H A Dqla_mr.c2092 speed = FC_PORTSPEED_10GBIT; in qlafx00_get_host_speed()
H A Dqla_attr.c2580 speed = FC_PORTSPEED_10GBIT; in qla2x00_get_host_speed()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c255 { FC_PORTSPEED_10GBIT, "10 Gbit" },
/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c1290 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in ibmvfc_get_host_speed()