Home
last modified time | relevance | path

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

/linux/include/scsi/
H A Dscsi_transport_fc.h125 #define FC_PORTSPEED_25GBIT 0x800 macro
/linux/drivers/scsi/csiostor/
H A Dcsio_attr.c284 fc_host_speed(shost) = FC_PORTSPEED_25GBIT; in csio_get_host_speed()
H A Dcsio_lnode.c357 val = htonl(FC_PORTSPEED_25GBIT); in csio_ln_fdmi_rhba_cbfn()
/linux/drivers/scsi/fcoe/
H A Dfcoe_transport.c91 { FC_PORTSPEED_25GBIT, SPEED_25000 },
/linux/drivers/scsi/libfc/
H A Dfc_lport.c1927 if (lport->link_supported_speeds & FC_PORTSPEED_25GBIT) in fc_lport_init()
1928 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_25GBIT; in fc_lport_init()
/linux/drivers/scsi/fnic/
H A Dfnic_main.c215 fc_host_speed(shost) = FC_PORTSPEED_25GBIT; in fnic_get_host_speed()
H A Dfdls_disc.c2025 port_speed_bm = FC_PORTSPEED_25GBIT << PORT_SPEED_BIT_8; in fdls_fdmi_register_pa()
/linux/drivers/scsi/qedf/
H A Dqedf_main.c470 lport->link_speed = FC_PORTSPEED_25GBIT; in qedf_update_link_speed()
513 lport->link_supported_speeds |= FC_PORTSPEED_25GBIT; in qedf_update_link_speed()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c263 { FC_PORTSPEED_25GBIT, "25 Gbit" },
/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c6559 fc_host_speed(shost) = FC_PORTSPEED_25GBIT; in lpfc_get_host_speed()