Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libfc/
H 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()
H A Dfc_encode.h516 put_unaligned_be32(fc_host_supported_speeds(lport->host), in fc_ct_ms_fill()
/openbmc/linux/drivers/scsi/elx/efct/
H 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()
/openbmc/linux/include/scsi/
H A Dscsi_transport_fc.h603 #define fc_host_supported_speeds(x) \ macro
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_attr.c192 fc_host_supported_speeds(shost) = FC_PORTSPEED_10GBIT | in csio_fchost_attr_init()
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_scsi.c944 fc_host_supported_speeds(shost) = in zfcp_scsi_shost_update_port_data()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c4965 fc_host_supported_speeds(shost) = 0; in lpfc_host_supported_speeds_set()
4974 fc_host_supported_speeds(shost) |= FC_PORTSPEED_256GBIT; in lpfc_host_supported_speeds_set()
4976 fc_host_supported_speeds(shost) |= FC_PORTSPEED_128GBIT; in lpfc_host_supported_speeds_set()
4978 fc_host_supported_speeds(shost) |= FC_PORTSPEED_64GBIT; in lpfc_host_supported_speeds_set()
4980 fc_host_supported_speeds(shost) |= FC_PORTSPEED_32GBIT; in lpfc_host_supported_speeds_set()
4982 fc_host_supported_speeds(shost) |= FC_PORTSPEED_16GBIT; in lpfc_host_supported_speeds_set()
4984 fc_host_supported_speeds(shost) |= FC_PORTSPEED_10GBIT; in lpfc_host_supported_speeds_set()
4986 fc_host_supported_speeds(shost) |= FC_PORTSPEED_8GBIT; in lpfc_host_supported_speeds_set()
4988 fc_host_supported_speeds(shost) |= FC_PORTSPEED_4GBIT; in lpfc_host_supported_speeds_set()
4990 fc_host_supported_speeds(shost) |= FC_PORTSPEED_2GBIT; in lpfc_host_supported_speeds_set()
[all …]
/openbmc/linux/drivers/scsi/bfa/
H A Dbfad_attr.c419 fc_host_supported_speeds(vshost) = in bfad_im_vport_create()
H A Dbfad_im.c1053 fc_host_supported_speeds(host) = bfad_im_supported_speeds(&bfad->bfa); in bfad_fc_host_init()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_attr.c3138 fc_host_supported_speeds(vha->host) = in qla24xx_vport_create()
3139 fc_host_supported_speeds(base_vha->host); in qla24xx_vport_create()
3394 fc_host_supported_speeds(vha->host) = speeds; in qla2x00_init_host_attr()
/openbmc/linux/drivers/message/fusion/
H A Dmptfc.c1039 fc_host_supported_speeds(sh) = speed; in mptfc_init_host_attr()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_main.c548 fc_host_supported_speeds(lport->host) = in qedf_update_link_speed()
1945 fc_host_supported_speeds(vn_port->host) = n_port->link_supported_speeds; in qedf_vport_create()
/openbmc/linux/drivers/scsi/
H A Dscsi_transport_fc.c1914 if (fc_host_supported_speeds(shost) == FC_PORTSPEED_UNKNOWN) in show_fc_host_supported_speeds()
1917 return get_fc_port_speed_names(fc_host_supported_speeds(shost), buf); in show_fc_host_supported_speeds()