Home
last modified time | relevance | path

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

/Linux-v4.19/include/scsi/
Dscsi_transport_fc.h140 #define FC_PORTSPEED_100GBIT 0x400 macro
/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_attr.c293 fc_host_speed(shost) = FC_PORTSPEED_100GBIT; in csio_get_host_speed()
Dcsio_lnode.c362 val = htonl(FC_PORTSPEED_100GBIT); in csio_ln_fdmi_rhba_cbfn()
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_fcs.c83 fc_host_speed(fnic->lport->host) = FC_PORTSPEED_100GBIT; in fnic_handle_link()
84 fnic->lport->link_supported_speeds = FC_PORTSPEED_100GBIT; in fnic_handle_link()
Dfnic_main.c190 fc_host_speed(shost) = FC_PORTSPEED_100GBIT; in fnic_get_host_speed()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_transport.c106 { FC_PORTSPEED_100GBIT, SPEED_100000 },
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_main.c459 lport->link_speed = FC_PORTSPEED_100GBIT; in qedf_update_link_speed()
479 lport->link_supported_speeds |= FC_PORTSPEED_100GBIT; in qedf_update_link_speed()
/Linux-v4.19/drivers/scsi/
Dscsi_transport_fc.c268 { FC_PORTSPEED_100GBIT, "100 Gbit" },
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_attr.c5938 fc_host_speed(shost) = FC_PORTSPEED_100GBIT; in lpfc_get_host_speed()