Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/libfc/
Dfc_lport.c1925 if (lport->link_supported_speeds & FC_PORTSPEED_100GBIT) in fc_lport_init()
1926 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_100GBIT; in fc_lport_init()
1931 if (lport->link_supported_speeds & FC_PORTSPEED_100GBIT) in fc_lport_init()
1932 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_100GBIT; in fc_lport_init()
/linux-6.6.21/include/scsi/
Dscsi_transport_fc.h124 #define FC_PORTSPEED_100GBIT 0x400 macro
/linux-6.6.21/drivers/scsi/csiostor/
Dcsio_attr.c293 fc_host_speed(shost) = FC_PORTSPEED_100GBIT; in csio_get_host_speed()
Dcsio_lnode.c363 val = htonl(FC_PORTSPEED_100GBIT); in csio_ln_fdmi_rhba_cbfn()
/linux-6.6.21/drivers/scsi/fnic/
Dfnic_fcs.c89 fc_host_speed(fnic->lport->host) = FC_PORTSPEED_100GBIT; in fnic_handle_link()
90 fnic->lport->link_supported_speeds = FC_PORTSPEED_100GBIT; in fnic_handle_link()
Dfnic_main.c186 fc_host_speed(shost) = FC_PORTSPEED_100GBIT; in fnic_get_host_speed()
/linux-6.6.21/drivers/scsi/fcoe/
Dfcoe_transport.c95 { FC_PORTSPEED_100GBIT, SPEED_100000 },
/linux-6.6.21/drivers/scsi/qedf/
Dqedf_main.c472 lport->link_speed = FC_PORTSPEED_100GBIT; in qedf_update_link_speed()
532 lport->link_supported_speeds |= FC_PORTSPEED_100GBIT; in qedf_update_link_speed()
/linux-6.6.21/drivers/scsi/
Dscsi_transport_fc.c262 { FC_PORTSPEED_100GBIT, "100 Gbit" },
/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_attr.c6563 fc_host_speed(shost) = FC_PORTSPEED_100GBIT; in lpfc_get_host_speed()