fw_attributes_ext 2233 drivers/scsi/qla2xxx/qla_attr.c 	    (uint64_t)ha->fw_attributes_ext[1] << 48 |
fw_attributes_ext 2234 drivers/scsi/qla2xxx/qla_attr.c 	    (uint64_t)ha->fw_attributes_ext[0] << 32 |
fw_attributes_ext 2166 drivers/scsi/qla2xxx/qla_bsg.c 	cap.capabilities = (uint64_t)ha->fw_attributes_ext[1] << 48 |
fw_attributes_ext 2167 drivers/scsi/qla2xxx/qla_bsg.c 			   (uint64_t)ha->fw_attributes_ext[0] << 32 |
fw_attributes_ext 2202 drivers/scsi/qla2xxx/qla_bsg.c 	online_fw_attr = (uint64_t)ha->fw_attributes_ext[1] << 48 |
fw_attributes_ext 2203 drivers/scsi/qla2xxx/qla_bsg.c 			 (uint64_t)ha->fw_attributes_ext[0] << 32 |
fw_attributes_ext 3887 drivers/scsi/qla2xxx/qla_def.h 				((ha)->fw_attributes_ext[0] & BIT_0))
fw_attributes_ext 4042 drivers/scsi/qla2xxx/qla_def.h 	uint16_t	fw_attributes_ext[2];
fw_attributes_ext 1089 drivers/scsi/qla2xxx/qla_mbx.c 		ha->fw_attributes_ext[0] = mcp->mb[16];
fw_attributes_ext 1090 drivers/scsi/qla2xxx/qla_mbx.c 		ha->fw_attributes_ext[1] = mcp->mb[17];
fw_attributes_ext  882 drivers/scsi/qla2xxx/qla_tmpl.c 	    vha->hw->fw_attributes_ext[1] << 16 | vha->hw->fw_attributes_ext[0];