fw_attributes    2236 drivers/scsi/qla2xxx/qla_attr.c 	    (uint64_t)ha->fw_attributes);
fw_attributes    2825 drivers/scsi/qla2xxx/qla_attr.c 		if (ha->fw_attributes & BIT_4) {
fw_attributes    2169 drivers/scsi/qla2xxx/qla_bsg.c 			   (uint64_t)ha->fw_attributes;
fw_attributes    2205 drivers/scsi/qla2xxx/qla_bsg.c 			 (uint64_t)ha->fw_attributes;
fw_attributes      85 drivers/scsi/qla2xxx/qla_dbg.c 	fw_dump->fw_attributes = htonl(ha->fw_attributes);
fw_attributes     281 drivers/scsi/qla2xxx/qla_dbg.h 	uint32_t fw_attributes;
fw_attributes    3894 drivers/scsi/qla2xxx/qla_def.h     (((ha)->fw_attributes_h << 16 | (ha)->fw_attributes) & BIT_22))
fw_attributes    4036 drivers/scsi/qla2xxx/qla_def.h 	uint16_t	fw_attributes;
fw_attributes    3662 drivers/scsi/qla2xxx/qla_init.c 					 (ha->fw_attributes & BIT_2)) {
fw_attributes    3999 drivers/scsi/qla2xxx/qla_init.c 		if ((ha->fw_attributes & BIT_6) && (IS_MSIX_NACK_CAPABLE(ha)) &&
fw_attributes    8894 drivers/scsi/qla2xxx/qla_init.c 	if (!(ha->fw_attributes & BIT_6) || !ha->flags.msix_enabled) {
fw_attributes    8984 drivers/scsi/qla2xxx/qla_init.c 			if (ha->fw_attributes & BIT_4)
fw_attributes    3633 drivers/scsi/qla2xxx/qla_isr.c 		    ha->chip_revision, ha->fw_attributes);
fw_attributes    1071 drivers/scsi/qla2xxx/qla_mbx.c 	ha->fw_attributes = mcp->mb[6];
fw_attributes     616 drivers/scsi/qla2xxx/qla_os.c 	if (ha->fw_attributes & BIT_9) {
fw_attributes     621 drivers/scsi/qla2xxx/qla_os.c 	switch (ha->fw_attributes & 0xFF) {
fw_attributes     635 drivers/scsi/qla2xxx/qla_os.c 		sprintf(un_str, "(%x)", ha->fw_attributes);
fw_attributes     639 drivers/scsi/qla2xxx/qla_os.c 	if (ha->fw_attributes & 0x100)
fw_attributes     651 drivers/scsi/qla2xxx/qla_os.c 	    ha->fw_minor_version, ha->fw_subminor_version, ha->fw_attributes);
fw_attributes    3350 drivers/scsi/qla2xxx/qla_os.c 		if (ha->fw_attributes & BIT_4) {
fw_attributes     880 drivers/scsi/qla2xxx/qla_tmpl.c 	    vha->hw->fw_attributes_h << 16 | vha->hw->fw_attributes;