Home
last modified time | relevance | path

Searched refs:FC_PORTSPEED_25GBIT (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/include/scsi/
Dscsi_transport_fc.h125 #define FC_PORTSPEED_25GBIT 0x800 macro
/linux-5.19.10/drivers/scsi/csiostor/
Dcsio_attr.c284 fc_host_speed(shost) = FC_PORTSPEED_25GBIT; in csio_get_host_speed()
Dcsio_lnode.c357 val = htonl(FC_PORTSPEED_25GBIT); in csio_ln_fdmi_rhba_cbfn()
/linux-5.19.10/drivers/scsi/fnic/
Dfnic_fcs.c92 fc_host_speed(fnic->lport->host) = FC_PORTSPEED_25GBIT; in fnic_handle_link()
93 fnic->lport->link_supported_speeds = FC_PORTSPEED_25GBIT; in fnic_handle_link()
Dfnic_main.c191 fc_host_speed(shost) = FC_PORTSPEED_25GBIT; in fnic_get_host_speed()
/linux-5.19.10/drivers/scsi/fcoe/
Dfcoe_transport.c91 { FC_PORTSPEED_25GBIT, SPEED_25000 },
/linux-5.19.10/drivers/scsi/libfc/
Dfc_lport.c1921 if (lport->link_supported_speeds & FC_PORTSPEED_25GBIT) in fc_lport_init()
1922 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_25GBIT; in fc_lport_init()
/linux-5.19.10/drivers/scsi/qedf/
Dqedf_main.c462 lport->link_speed = FC_PORTSPEED_25GBIT; in qedf_update_link_speed()
505 lport->link_supported_speeds |= FC_PORTSPEED_25GBIT; in qedf_update_link_speed()
/linux-5.19.10/drivers/scsi/
Dscsi_transport_fc.c262 { FC_PORTSPEED_25GBIT, "25 Gbit" },
/linux-5.19.10/drivers/scsi/lpfc/
Dlpfc_attr.c6781 fc_host_speed(shost) = FC_PORTSPEED_25GBIT; in lpfc_get_host_speed()