Home
last modified time | relevance | path

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

/linux/drivers/scsi/libfc/
A Dfc_lport.c1912 fc_host_supported_speeds(lport->host) = 0; in fc_lport_init()
1914 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_1GBIT; in fc_lport_init()
1916 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_10GBIT; in fc_lport_init()
1918 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_40GBIT; in fc_lport_init()
1920 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_100GBIT; in fc_lport_init()
1922 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_25GBIT; in fc_lport_init()
1924 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_50GBIT; in fc_lport_init()
1926 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_100GBIT; in fc_lport_init()
A Dfc_encode.h516 put_unaligned_be32(fc_host_supported_speeds(lport->host), in fc_ct_ms_fill()
/linux/drivers/scsi/elx/efct/
A Defct_xport.c431 fc_host_supported_speeds(shost) = efct_get_link_supported_speeds(efct); in efct_scsi_new_device()
945 fc_host_supported_speeds(shost) = efct_get_link_supported_speeds(efct); in efct_scsi_new_vport()
/linux/include/scsi/
A Dscsi_transport_fc.h602 #define fc_host_supported_speeds(x) \ macro
/linux/drivers/scsi/csiostor/
A Dcsio_attr.c192 fc_host_supported_speeds(shost) = FC_PORTSPEED_10GBIT | in csio_fchost_attr_init()
/linux/drivers/s390/scsi/
A Dzfcp_scsi.c944 fc_host_supported_speeds(shost) = in zfcp_scsi_shost_update_port_data()
/linux/drivers/scsi/lpfc/
A Dlpfc_init.c4856 fc_host_supported_speeds(shost) = 0; in lpfc_host_supported_speeds_set()
4865 fc_host_supported_speeds(shost) |= FC_PORTSPEED_256GBIT; in lpfc_host_supported_speeds_set()
4867 fc_host_supported_speeds(shost) |= FC_PORTSPEED_128GBIT; in lpfc_host_supported_speeds_set()
4869 fc_host_supported_speeds(shost) |= FC_PORTSPEED_64GBIT; in lpfc_host_supported_speeds_set()
4871 fc_host_supported_speeds(shost) |= FC_PORTSPEED_32GBIT; in lpfc_host_supported_speeds_set()
4873 fc_host_supported_speeds(shost) |= FC_PORTSPEED_16GBIT; in lpfc_host_supported_speeds_set()
4875 fc_host_supported_speeds(shost) |= FC_PORTSPEED_10GBIT; in lpfc_host_supported_speeds_set()
4877 fc_host_supported_speeds(shost) |= FC_PORTSPEED_8GBIT; in lpfc_host_supported_speeds_set()
4879 fc_host_supported_speeds(shost) |= FC_PORTSPEED_4GBIT; in lpfc_host_supported_speeds_set()
4881 fc_host_supported_speeds(shost) |= FC_PORTSPEED_2GBIT; in lpfc_host_supported_speeds_set()
[all …]
/linux/drivers/scsi/bfa/
A Dbfad_attr.c419 fc_host_supported_speeds(vshost) = in bfad_im_vport_create()
A Dbfad_im.c1053 fc_host_supported_speeds(host) = bfad_im_supported_speeds(&bfad->bfa); in bfad_fc_host_init()
/linux/drivers/scsi/qla2xxx/
A Dqla_attr.c3103 fc_host_supported_speeds(vha->host) = in qla24xx_vport_create()
3104 fc_host_supported_speeds(base_vha->host); in qla24xx_vport_create()
3335 fc_host_supported_speeds(vha->host) = speeds; in qla2x00_init_host_attr()
/linux/drivers/message/fusion/
A Dmptfc.c1039 fc_host_supported_speeds(sh) = speed; in mptfc_init_host_attr()
/linux/drivers/scsi/
A Dscsi_transport_fc.c1916 if (fc_host_supported_speeds(shost) == FC_PORTSPEED_UNKNOWN) in show_fc_host_supported_speeds()
1919 return get_fc_port_speed_names(fc_host_supported_speeds(shost), buf); in show_fc_host_supported_speeds()
/linux/drivers/scsi/qedf/
A Dqedf_main.c540 fc_host_supported_speeds(lport->host) = in qedf_update_link_speed()

Completed in 60 milliseconds