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.c1918 fc_host_supported_speeds(lport->host) = 0; in fc_lport_init()
1920 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_1GBIT; in fc_lport_init()
1922 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_10GBIT; in fc_lport_init()
1924 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_40GBIT; in fc_lport_init()
1926 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_100GBIT; in fc_lport_init()
1928 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_25GBIT; in fc_lport_init()
1930 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_50GBIT; in fc_lport_init()
1932 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_100GBIT; in fc_lport_init()
A Dfc_encode.h518 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.h601 #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.c4980 fc_host_supported_speeds(shost) = 0; in lpfc_host_supported_speeds_set()
4989 fc_host_supported_speeds(shost) |= FC_PORTSPEED_256GBIT; in lpfc_host_supported_speeds_set()
4991 fc_host_supported_speeds(shost) |= FC_PORTSPEED_128GBIT; in lpfc_host_supported_speeds_set()
4993 fc_host_supported_speeds(shost) |= FC_PORTSPEED_64GBIT; in lpfc_host_supported_speeds_set()
4995 fc_host_supported_speeds(shost) |= FC_PORTSPEED_32GBIT; in lpfc_host_supported_speeds_set()
4997 fc_host_supported_speeds(shost) |= FC_PORTSPEED_16GBIT; in lpfc_host_supported_speeds_set()
4999 fc_host_supported_speeds(shost) |= FC_PORTSPEED_10GBIT; in lpfc_host_supported_speeds_set()
5001 fc_host_supported_speeds(shost) |= FC_PORTSPEED_8GBIT; in lpfc_host_supported_speeds_set()
5003 fc_host_supported_speeds(shost) |= FC_PORTSPEED_4GBIT; in lpfc_host_supported_speeds_set()
5005 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.c1052 fc_host_supported_speeds(host) = bfad_im_supported_speeds(&bfad->bfa); in bfad_fc_host_init()
/linux/drivers/scsi/qla2xxx/
A Dqla_attr.c3131 fc_host_supported_speeds(vha->host) = in qla24xx_vport_create()
3132 fc_host_supported_speeds(base_vha->host); in qla24xx_vport_create()
3386 fc_host_supported_speeds(vha->host) = speeds; in qla2x00_init_host_attr()
/linux/drivers/message/fusion/
A Dmptfc.c1076 fc_host_supported_speeds(sh) = speed; in mptfc_init_host_attr()
/linux/drivers/scsi/
A Dscsi_transport_fc.c1909 if (fc_host_supported_speeds(shost) == FC_PORTSPEED_UNKNOWN) in show_fc_host_supported_speeds()
1912 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.c548 fc_host_supported_speeds(lport->host) = in qedf_update_link_speed()
1946 fc_host_supported_speeds(vn_port->host) = n_port->link_supported_speeds; in qedf_vport_create()

Completed in 80 milliseconds