Home
last modified time | relevance | path

Searched refs:FC_PORTSPEED_50GBIT (Results 1 – 8 of 8) sorted by relevance

/linux/include/scsi/
H A Dscsi_transport_fc.h123 #define FC_PORTSPEED_50GBIT 0x200 macro
/linux/drivers/scsi/csiostor/
H A Dcsio_attr.c290 fc_host_speed(shost) = FC_PORTSPEED_50GBIT; in csio_get_host_speed()
H A Dcsio_lnode.c361 val = htonl(FC_PORTSPEED_50GBIT); in csio_ln_fdmi_rhba_cbfn()
/linux/drivers/scsi/fcoe/
H A Dfcoe_transport.c94 { FC_PORTSPEED_50GBIT, SPEED_50000 },
/linux/drivers/scsi/libfc/
H A Dfc_lport.c1929 if (lport->link_supported_speeds & FC_PORTSPEED_50GBIT) in fc_lport_init()
1930 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_50GBIT; in fc_lport_init()
/linux/drivers/scsi/fnic/
H A Dfnic_main.c225 fc_host_speed(shost) = FC_PORTSPEED_50GBIT; in fnic_get_host_speed()
/linux/drivers/scsi/qedf/
H A Dqedf_main.c476 lport->link_speed = FC_PORTSPEED_50GBIT; in qedf_update_link_speed()
530 lport->link_supported_speeds |= FC_PORTSPEED_50GBIT; in qedf_update_link_speed()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c261 { FC_PORTSPEED_50GBIT, "50 Gbit" },