Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/fcoe/
Dfcoe_transport.c93 { FC_PORTSPEED_40GBIT, SPEED_40000 },
126 FC_PORTSPEED_40GBIT); in fcoe_link_speed_update()
151 lport->link_supported_speeds |= FC_PORTSPEED_40GBIT; in fcoe_link_speed_update()
/linux-6.1.9/include/scsi/
Dscsi_transport_fc.h122 #define FC_PORTSPEED_40GBIT 0x100 macro
/linux-6.1.9/drivers/scsi/csiostor/
Dcsio_attr.c287 fc_host_speed(shost) = FC_PORTSPEED_40GBIT; in csio_get_host_speed()
Dcsio_lnode.c359 val = htonl(FC_PORTSPEED_40GBIT); in csio_ln_fdmi_rhba_cbfn()
/linux-6.1.9/drivers/scsi/fnic/
Dfnic_fcs.c85 fc_host_speed(fnic->lport->host) = FC_PORTSPEED_40GBIT; in fnic_handle_link()
86 fnic->lport->link_supported_speeds = FC_PORTSPEED_40GBIT; in fnic_handle_link()
Dfnic_main.c183 fc_host_speed(shost) = FC_PORTSPEED_40GBIT; in fnic_get_host_speed()
/linux-6.1.9/drivers/scsi/libfc/
Dfc_lport.c1917 if (lport->link_supported_speeds & FC_PORTSPEED_40GBIT) in fc_lport_init()
1918 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_40GBIT; in fc_lport_init()
/linux-6.1.9/drivers/scsi/qedf/
Dqedf_main.c465 lport->link_speed = FC_PORTSPEED_40GBIT; in qedf_update_link_speed()
514 lport->link_supported_speeds |= FC_PORTSPEED_40GBIT; in qedf_update_link_speed()
/linux-6.1.9/drivers/scsi/
Dscsi_transport_fc.c259 { FC_PORTSPEED_40GBIT, "40 Gbit" },
/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_attr.c6424 fc_host_speed(shost) = FC_PORTSPEED_40GBIT; in lpfc_get_host_speed()