Home
last modified time | relevance | path

Searched refs:fc_host_supported_speeds (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/scsi/libfc/
Dfc_lport.c1867 fc_host_supported_speeds(lport->host) = 0; in fc_lport_init()
1869 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_1GBIT; in fc_lport_init()
1871 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_10GBIT; in fc_lport_init()
/Linux-v4.19/include/scsi/
Dscsi_transport_fc.h567 #define fc_host_supported_speeds(x) \ macro
Dfc_encode.h420 put_unaligned_be32(fc_host_supported_speeds(lport->host), in fc_ct_ms_fill()
/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_attr.c192 fc_host_supported_speeds(shost) = FC_PORTSPEED_10GBIT | in csio_fchost_attr_init()
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_attr.c2105 fc_host_supported_speeds(vha->host) = in qla24xx_vport_create()
2106 fc_host_supported_speeds(base_vha->host); in qla24xx_vport_create()
2347 fc_host_supported_speeds(vha->host) = speed; in qla2x00_init_host_attr()
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_init.c4132 fc_host_supported_speeds(shost) = 0; in lpfc_host_attrib_init()
4134 fc_host_supported_speeds(shost) |= FC_PORTSPEED_64GBIT; in lpfc_host_attrib_init()
4136 fc_host_supported_speeds(shost) |= FC_PORTSPEED_32GBIT; in lpfc_host_attrib_init()
4138 fc_host_supported_speeds(shost) |= FC_PORTSPEED_16GBIT; in lpfc_host_attrib_init()
4140 fc_host_supported_speeds(shost) |= FC_PORTSPEED_10GBIT; in lpfc_host_attrib_init()
4142 fc_host_supported_speeds(shost) |= FC_PORTSPEED_8GBIT; in lpfc_host_attrib_init()
4144 fc_host_supported_speeds(shost) |= FC_PORTSPEED_4GBIT; in lpfc_host_attrib_init()
4146 fc_host_supported_speeds(shost) |= FC_PORTSPEED_2GBIT; in lpfc_host_attrib_init()
4148 fc_host_supported_speeds(shost) |= FC_PORTSPEED_1GBIT; in lpfc_host_attrib_init()
/Linux-v4.19/drivers/scsi/bfa/
Dbfad_attr.c425 fc_host_supported_speeds(vshost) = in bfad_im_vport_create()
Dbfad_im.c1063 fc_host_supported_speeds(host) = bfad_im_supported_speeds(&bfad->bfa); in bfad_fc_host_init()
/Linux-v4.19/drivers/message/fusion/
Dmptfc.c1041 fc_host_supported_speeds(sh) = speed; in mptfc_init_host_attr()
/Linux-v4.19/drivers/scsi/
Dscsi_transport_fc.c1518 if (fc_host_supported_speeds(shost) == FC_PORTSPEED_UNKNOWN) in show_fc_host_supported_speeds()
1521 return get_fc_port_speed_names(fc_host_supported_speeds(shost), buf); in show_fc_host_supported_speeds()
/Linux-v4.19/drivers/s390/scsi/
Dzfcp_fsf.c630 fc_host_supported_speeds(shost) = in zfcp_fsf_exchange_port_evaluate()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_main.c480 fc_host_supported_speeds(lport->host) = lport->link_supported_speeds; in qedf_update_link_speed()