Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/libfc/
Dfc_lport.c1885 fc_host_supported_speeds(lport->host) = 0; in fc_lport_init()
1887 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_1GBIT; in fc_lport_init()
1889 fc_host_supported_speeds(lport->host) |= FC_PORTSPEED_10GBIT; in fc_lport_init()
/linux-4.4.14/include/scsi/
Dscsi_transport_fc.h561 #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-4.4.14/drivers/scsi/csiostor/
Dcsio_attr.c192 fc_host_supported_speeds(shost) = FC_PORTSPEED_10GBIT | in csio_fchost_attr_init()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_attr.c2092 fc_host_supported_speeds(vha->host) = in qla24xx_vport_create()
2093 fc_host_supported_speeds(base_vha->host); in qla24xx_vport_create()
2336 fc_host_supported_speeds(vha->host) = speed; in qla2x00_init_host_attr()
/linux-4.4.14/drivers/scsi/bfa/
Dbfad_attr.c424 fc_host_supported_speeds(vshost) = in bfad_im_vport_create()
Dbfad_im.c1041 fc_host_supported_speeds(host) = bfad_im_supported_speeds(&bfad->bfa); in bfad_fc_host_init()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_init.c3501 fc_host_supported_speeds(shost) = 0; in lpfc_host_attrib_init()
3503 fc_host_supported_speeds(shost) |= FC_PORTSPEED_32GBIT; in lpfc_host_attrib_init()
3505 fc_host_supported_speeds(shost) |= FC_PORTSPEED_16GBIT; in lpfc_host_attrib_init()
3507 fc_host_supported_speeds(shost) |= FC_PORTSPEED_10GBIT; in lpfc_host_attrib_init()
3509 fc_host_supported_speeds(shost) |= FC_PORTSPEED_8GBIT; in lpfc_host_attrib_init()
3511 fc_host_supported_speeds(shost) |= FC_PORTSPEED_4GBIT; in lpfc_host_attrib_init()
3513 fc_host_supported_speeds(shost) |= FC_PORTSPEED_2GBIT; in lpfc_host_attrib_init()
3515 fc_host_supported_speeds(shost) |= FC_PORTSPEED_1GBIT; in lpfc_host_attrib_init()
/linux-4.4.14/drivers/message/fusion/
Dmptfc.c1048 fc_host_supported_speeds(sh) = speed; in mptfc_init_host_attr()
/linux-4.4.14/drivers/scsi/
Dscsi_transport_fc.c1514 if (fc_host_supported_speeds(shost) == FC_PORTSPEED_UNKNOWN) in show_fc_host_supported_speeds()
1517 return get_fc_port_speed_names(fc_host_supported_speeds(shost), buf); in show_fc_host_supported_speeds()
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_fsf.c620 fc_host_supported_speeds(shost) = in zfcp_fsf_exchange_port_evaluate()