Home
last modified time | relevance | path

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

/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.h518 put_unaligned_be32(fc_host_supported_speeds(lport->host), in fc_ct_ms_fill()
/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()
/linux/include/scsi/
H A Dscsi_transport_fc.h601 #define fc_host_supported_speeds(x) \ macro
/linux/drivers/scsi/fnic/
H A Dfnic_main.c654 fc_host_supported_speeds(fnic->host) = 0; in fnic_scsi_drv_init()
655 fc_host_supported_speeds(fnic->host) |= FC_PORTSPEED_8GBIT; in fnic_scsi_drv_init()
/linux/drivers/scsi/csiostor/
H A Dcsio_attr.c192 fc_host_supported_speeds(shost) = FC_PORTSPEED_10GBIT | in csio_fchost_attr_init()
/linux/drivers/s390/scsi/
H A Dzfcp_scsi.c945 fc_host_supported_speeds(shost) = in zfcp_scsi_shost_update_port_data()
/linux/drivers/scsi/qla2xxx/
H 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()
3387 fc_host_supported_speeds(vha->host) = speeds; in qla2x00_init_host_attr()
/linux/drivers/scsi/bfa/
H A Dbfad_im.c1052 fc_host_supported_speeds(host) = bfad_im_supported_speeds(&bfad->bfa); in bfad_fc_host_init()
/linux/drivers/message/fusion/
H A Dmptfc.c1076 fc_host_supported_speeds(sh) = speed; in mptfc_init_host_attr()
/linux/drivers/scsi/
H 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/
H A Dqedf_main.c548 fc_host_supported_speeds(lport->host) = in qedf_update_link_speed()
1947 fc_host_supported_speeds(vn_port->host) = n_port->link_supported_speeds; in qedf_vport_create()