Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/fcoe/
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-6.1.9/drivers/scsi/csiostor/
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()
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-6.1.9/drivers/scsi/fnic/
Dfnic_main.c173 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in fnic_get_host_speed()
859 lp->link_supported_speeds = FC_PORTSPEED_10GBIT; in fnic_probe()
Dfnic_fcs.c72 fc_host_speed(fnic->lport->host) = FC_PORTSPEED_10GBIT; in fnic_handle_link()
73 fnic->lport->link_supported_speeds = FC_PORTSPEED_10GBIT; in fnic_handle_link()
/linux-6.1.9/include/scsi/
Dscsi_transport_fc.h116 #define FC_PORTSPEED_10GBIT 4 macro
/linux-6.1.9/drivers/message/fusion/
Dmptfc.c1025 speed = FC_PORTSPEED_10GBIT; in mptfc_init_host_attr()
1038 speed |= FC_PORTSPEED_10GBIT; in mptfc_init_host_attr()
/linux-6.1.9/drivers/scsi/libfc/
Dfc_lport.c1915 if (lport->link_supported_speeds & FC_PORTSPEED_10GBIT) in fc_lport_init()
1916 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_10GBIT; in fc_lport_init()
/linux-6.1.9/drivers/scsi/elx/efct/
Defct_xport.c770 fc_speed = FC_PORTSPEED_10GBIT; in efct_get_host_speed()
/linux-6.1.9/drivers/scsi/bfa/
Dbfad_attr.c212 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in bfad_im_get_host_speed()
Dbfad_im.c1018 supported_speed |= FC_PORTSPEED_10GBIT; in bfad_im_supported_speeds()
/linux-6.1.9/drivers/scsi/qedf/
Dqedf_main.c459 lport->link_speed = FC_PORTSPEED_10GBIT; in qedf_update_link_speed()
497 lport->link_supported_speeds |= FC_PORTSPEED_10GBIT; in qedf_update_link_speed()
/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_attr.c6388 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in lpfc_get_host_speed()
6415 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in lpfc_get_host_speed()
Dlpfc_init.c4976 fc_host_supported_speeds(shost) |= FC_PORTSPEED_10GBIT; in lpfc_host_supported_speeds_set()
/linux-6.1.9/drivers/s390/scsi/
Dzfcp_fsf.c521 fdmi_speed |= FC_PORTSPEED_10GBIT; in zfcp_fsf_convert_portspeed()
/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_mr.c2094 speed = FC_PORTSPEED_10GBIT; in qlafx00_get_host_speed()
Dqla_attr.c2587 speed = FC_PORTSPEED_10GBIT; in qla2x00_get_host_speed()
/linux-6.1.9/drivers/scsi/
Dscsi_transport_fc.c254 { FC_PORTSPEED_10GBIT, "10 Gbit" },
/linux-6.1.9/drivers/scsi/ibmvscsi/
Dibmvfc.c1277 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in ibmvfc_get_host_speed()