Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_attr.c885 int is4GBp_only; member
908 if (iter->is4GBp_only && !IS_FWI2_CAPABLE(vha->hw)) in qla2x00_alloc_sysfs_attr()
910 if (iter->is4GBp_only == 2 && !IS_QLA25XX(vha->hw)) in qla2x00_alloc_sysfs_attr()
912 if (iter->is4GBp_only == 3 && !(IS_CNA_CAPABLE(vha->hw))) in qla2x00_alloc_sysfs_attr()
936 if (iter->is4GBp_only && !IS_FWI2_CAPABLE(ha)) in qla2x00_free_sysfs_attr()
938 if (iter->is4GBp_only == 2 && !IS_QLA25XX(ha)) in qla2x00_free_sysfs_attr()
940 if (iter->is4GBp_only == 3 && !(IS_CNA_CAPABLE(vha->hw))) in qla2x00_free_sysfs_attr()
942 if (iter->is4GBp_only == 0x27 && !IS_QLA27XX(vha->hw)) in qla2x00_free_sysfs_attr()