Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/fcoe/
Dfcoe_transport.c87 { FC_PORTSPEED_10GBIT, SPEED_10000 },
123 FC_PORTSPEED_10GBIT | in fcoe_link_speed_update()
138 lport->link_supported_speeds |= FC_PORTSPEED_10GBIT; in fcoe_link_speed_update()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/scsi/fnic/
Dfnic_main.c184 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in fnic_get_host_speed()
845 lp->link_supported_speeds = FC_PORTSPEED_10GBIT; in fnic_probe()
Dfnic_fcs.c82 fc_host_speed(fnic->lport->host) = FC_PORTSPEED_10GBIT; in fnic_handle_link()
83 fnic->lport->link_supported_speeds = FC_PORTSPEED_10GBIT; in fnic_handle_link()
/kernel/linux/linux-5.10/include/scsi/
Dscsi_transport_fc.h115 #define FC_PORTSPEED_10GBIT 4 macro
/kernel/linux/linux-5.10/drivers/message/fusion/
Dmptfc.c1024 speed = FC_PORTSPEED_10GBIT; in mptfc_init_host_attr()
1037 speed |= FC_PORTSPEED_10GBIT; in mptfc_init_host_attr()
/kernel/linux/linux-5.10/drivers/scsi/libfc/
Dfc_lport.c1860 if (lport->link_supported_speeds & FC_PORTSPEED_10GBIT) in fc_lport_init()
1861 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_10GBIT; in fc_lport_init()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
Dqedf_main.c460 lport->link_speed = FC_PORTSPEED_10GBIT; in qedf_update_link_speed()
498 lport->link_supported_speeds |= FC_PORTSPEED_10GBIT; in qedf_update_link_speed()
/kernel/linux/linux-5.10/drivers/s390/scsi/
Dzfcp_fsf.c502 fdmi_speed |= FC_PORTSPEED_10GBIT; in zfcp_fsf_convert_portspeed()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_attr.c6682 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in lpfc_get_host_speed()
6706 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in lpfc_get_host_speed()
Dlpfc_init.c4596 fc_host_supported_speeds(shost) |= FC_PORTSPEED_10GBIT; in lpfc_host_supported_speeds_set()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_mr.c2093 speed = FC_PORTSPEED_10GBIT; in qlafx00_get_host_speed()
Dqla_attr.c2551 speed = FC_PORTSPEED_10GBIT; in qla2x00_get_host_speed()
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_transport_fc.c245 { FC_PORTSPEED_10GBIT, "10 Gbit" },
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/
Dibmvfc.c1021 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in ibmvfc_get_host_speed()