Home
last modified time | relevance | path

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

/Linux-v4.19/include/scsi/
Dscsi_transport_fc.h141 #define FC_PORTSPEED_25GBIT 0x800 macro
/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_attr.c284 fc_host_speed(shost) = FC_PORTSPEED_25GBIT; in csio_get_host_speed()
Dcsio_lnode.c356 val = htonl(FC_PORTSPEED_25GBIT); in csio_ln_fdmi_rhba_cbfn()
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_fcs.c74 fc_host_speed(fnic->lport->host) = FC_PORTSPEED_25GBIT; in fnic_handle_link()
75 fnic->lport->link_supported_speeds = FC_PORTSPEED_25GBIT; in fnic_handle_link()
Dfnic_main.c183 fc_host_speed(shost) = FC_PORTSPEED_25GBIT; in fnic_get_host_speed()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_transport.c102 { FC_PORTSPEED_25GBIT, SPEED_25000 },
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_main.c450 lport->link_speed = FC_PORTSPEED_25GBIT; in qedf_update_link_speed()
473 lport->link_supported_speeds |= FC_PORTSPEED_25GBIT; in qedf_update_link_speed()
/Linux-v4.19/drivers/scsi/
Dscsi_transport_fc.c269 { FC_PORTSPEED_25GBIT, "25 Gbit" },
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_attr.c5932 fc_host_speed(shost) = FC_PORTSPEED_25GBIT; in lpfc_get_host_speed()