Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_attr.c932 int is4GBp_only; member
955 if (iter->is4GBp_only && !IS_FWI2_CAPABLE(vha->hw)) in qla2x00_alloc_sysfs_attr()
957 if (iter->is4GBp_only == 2 && !IS_QLA25XX(vha->hw)) in qla2x00_alloc_sysfs_attr()
959 if (iter->is4GBp_only == 3 && !(IS_CNA_CAPABLE(vha->hw))) in qla2x00_alloc_sysfs_attr()
961 if (iter->is4GBp_only == 0x27 && !IS_QLA27XX(vha->hw)) in qla2x00_alloc_sysfs_attr()
985 if (iter->is4GBp_only && !IS_FWI2_CAPABLE(ha)) in qla2x00_free_sysfs_attr()
987 if (iter->is4GBp_only == 2 && !IS_QLA25XX(ha)) in qla2x00_free_sysfs_attr()
989 if (iter->is4GBp_only == 3 && !(IS_CNA_CAPABLE(vha->hw))) in qla2x00_free_sysfs_attr()
991 if (iter->is4GBp_only == 0x27 && !IS_QLA27XX(vha->hw)) in qla2x00_free_sysfs_attr()