Home
last modified time | relevance | path

Searched refs:fc_host_speed (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/scsi/csiostor/
H A Dcsio_attr.c278 fc_host_speed(shost) = FC_PORTSPEED_1GBIT; in csio_get_host_speed()
281 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in csio_get_host_speed()
284 fc_host_speed(shost) = FC_PORTSPEED_25GBIT; in csio_get_host_speed()
287 fc_host_speed(shost) = FC_PORTSPEED_40GBIT; in csio_get_host_speed()
290 fc_host_speed(shost) = FC_PORTSPEED_50GBIT; in csio_get_host_speed()
293 fc_host_speed(shost) = FC_PORTSPEED_100GBIT; in csio_get_host_speed()
296 fc_host_speed(shost) = FC_PORTSPEED_UNKNOWN; in csio_get_host_speed()
/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c6647 fc_host_speed(shost) = FC_PORTSPEED_1GBIT; in lpfc_get_host_speed()
6650 fc_host_speed(shost) = FC_PORTSPEED_2GBIT; in lpfc_get_host_speed()
6653 fc_host_speed(shost) = FC_PORTSPEED_4GBIT; in lpfc_get_host_speed()
6656 fc_host_speed(shost) = FC_PORTSPEED_8GBIT; in lpfc_get_host_speed()
6659 fc_host_speed(shost) = FC_PORTSPEED_10GBIT; in lpfc_get_host_speed()
6662 fc_host_speed(shost) = FC_PORTSPEED_16GBIT; in lpfc_get_host_speed()
6665 fc_host_speed(shost) = FC_PORTSPEED_32GBIT; in lpfc_get_host_speed()
6668 fc_host_speed(shost) = FC_PORTSPEED_64GBIT; in lpfc_get_host_speed()
6671 fc_host_speed(shost) = FC_PORTSPEED_128GBIT; in lpfc_get_host_speed()
6674 fc_host_speed(shos in lpfc_get_host_speed()
[all...]
/linux/drivers/scsi/elx/efct/
H A Defct_xport.c750 fc_host_speed(shost) = fc_speed; in efct_get_host_speed()
787 fc_host_speed(shost) = fc_speed; in efct_get_host_speed()
/linux/include/scsi/
H A Dscsi_transport_fc.h632 #define fc_host_speed(x) \ macro
/linux/drivers/s390/scsi/
H A Dzfcp_scsi.c907 fc_host_speed(shost) = in zfcp_scsi_shost_update_config_data()
H A Dzfcp_fsf.c138 fc_host_speed(shost) = FC_PORTSPEED_UNKNOWN; in zfcp_fsf_fc_host_link_down()
/linux/drivers/message/fusion/
H A Dmptfc.c1065 fc_host_speed(sh) = speed; in mptfc_init_host_attr()
/linux/drivers/scsi/libfc/
H A Dfc_lport.c291 fc_host_speed(shost) = lport->link_speed; in fc_get_host_speed()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c1954 if (fc_host_speed(shost) == FC_PORTSPEED_UNKNOWN) in show_fc_host_speed()
1957 return get_fc_port_speed_names(fc_host_speed(shost), buf); in show_fc_host_speed()
/linux/drivers/scsi/qla2xxx/
H A Dqla_mr.c2095 fc_host_speed(shost) = speed; in qlafx00_get_host_speed()
H A Dqla_attr.c2596 fc_host_speed(shost) = speed; in qla2x00_get_host_speed()