Home
last modified time | relevance | path

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

/linux/drivers/scsi/elx/efct/
H A Defct_xport.c429 fc_host_supported_classes(shost) = FC_COS_CLASS3; in efct_scsi_new_device()
943 fc_host_supported_classes(shost) = FC_COS_CLASS3; in efct_scsi_new_vport()
/linux/include/scsi/
H A Dscsi_transport_fc.h597 #define fc_host_supported_classes(x) \ macro
/linux/drivers/scsi/csiostor/
H A Dcsio_attr.c189 fc_host_supported_classes(shost) = FC_COS_CLASS3; in csio_fchost_attr_init()
/linux/drivers/s390/scsi/
H A Dzfcp_scsi.c898 fc_host_supported_classes(shost) = FC_COS_CLASS2 | FC_COS_CLASS3; in zfcp_scsi_shost_update_config_data()
/linux/drivers/scsi/qla2xxx/
H A Dqla_attr.c3129 fc_host_supported_classes(vha->host) = in qla24xx_vport_create()
3130 fc_host_supported_classes(base_vha->host); in qla24xx_vport_create()
3379 fc_host_supported_classes(vha->host) = ha->base_qpair->enable_class_2 ? in qla2x00_init_host_attr()
H A Dqla_target.c6963 fc_host_supported_classes(vha->host) = in qlt_24xx_config_nvram_stage1()
6969 fc_host_supported_classes(vha->host) = FC_COS_CLASS3; in qlt_24xx_config_nvram_stage1()
7066 fc_host_supported_classes(vha->host) = in qlt_81xx_config_nvram_stage1()
7072 fc_host_supported_classes(vha->host) = FC_COS_CLASS3; in qlt_81xx_config_nvram_stage1()
/linux/drivers/scsi/libfc/
H A Dfc_encode.h631 put_unaligned_be32(fc_host_supported_classes(lport->host), in fc_ct_ms_fill()
H A Dfc_lport.c1905 fc_host_supported_classes(lport->host) = FC_COS_CLASS3; in fc_lport_init()
/linux/drivers/scsi/bfa/
H A Dbfad_im.c1038 fc_host_supported_classes(host) = FC_COS_CLASS3; in bfad_fc_host_init()
/linux/drivers/scsi/fnic/
H A Dfnic_main.c649 fc_host_supported_classes(fnic->host) = FC_COS_CLASS3; in fnic_scsi_drv_init()
/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c5249 fc_host_supported_classes(vhost->host) = 0; in ibmvfc_npiv_login_done()
5251 fc_host_supported_classes(vhost->host) |= FC_COS_CLASS1; in ibmvfc_npiv_login_done()
5253 fc_host_supported_classes(vhost->host) |= FC_COS_CLASS2; in ibmvfc_npiv_login_done()
5255 fc_host_supported_classes(vhost->host) |= FC_COS_CLASS3; in ibmvfc_npiv_login_done()
/linux/drivers/message/fusion/
H A Dmptfc.c1053 fc_host_supported_classes(sh) = cos; in mptfc_init_host_attr()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c1885 if (fc_host_supported_classes(shost) == FC_COS_UNSPECIFIED) in show_fc_host_supported_classes()
1888 return get_fc_cos_names(fc_host_supported_classes(shost), buf); in show_fc_host_supported_classes()