firmware_options 1396 drivers/scsi/qla2xxx/qla_def.h 	uint8_t  firmware_options[2];
firmware_options 1567 drivers/scsi/qla2xxx/qla_def.h 	uint8_t	 firmware_options[2];
firmware_options 4534 drivers/scsi/qla2xxx/qla_init.c 			nv->firmware_options[0] = BIT_2 | BIT_1;
firmware_options 4535 drivers/scsi/qla2xxx/qla_init.c 			nv->firmware_options[1] = BIT_7 | BIT_5;
firmware_options 4541 drivers/scsi/qla2xxx/qla_init.c 			nv->firmware_options[0] = BIT_2 | BIT_1;
firmware_options 4542 drivers/scsi/qla2xxx/qla_init.c 			nv->firmware_options[1] = BIT_7 | BIT_5;
firmware_options 4547 drivers/scsi/qla2xxx/qla_init.c 			nv->firmware_options[0] = BIT_3 | BIT_1;
firmware_options 4548 drivers/scsi/qla2xxx/qla_init.c 			nv->firmware_options[1] = BIT_5;
firmware_options 4583 drivers/scsi/qla2xxx/qla_init.c 	nv->firmware_options[0] |= (BIT_6 | BIT_1);
firmware_options 4584 drivers/scsi/qla2xxx/qla_init.c 	nv->firmware_options[0] &= ~(BIT_5 | BIT_4);
firmware_options 4585 drivers/scsi/qla2xxx/qla_init.c 	nv->firmware_options[1] |= (BIT_5 | BIT_0);
firmware_options 4586 drivers/scsi/qla2xxx/qla_init.c 	nv->firmware_options[1] &= ~BIT_4;
firmware_options 4589 drivers/scsi/qla2xxx/qla_init.c 		nv->firmware_options[0] |= BIT_2;
firmware_options 4590 drivers/scsi/qla2xxx/qla_init.c 		nv->firmware_options[0] &= ~BIT_3;
firmware_options 4605 drivers/scsi/qla2xxx/qla_init.c 		nv->firmware_options[0] |= BIT_2;
firmware_options 4643 drivers/scsi/qla2xxx/qla_init.c 	if ((icb->firmware_options[1] & BIT_6) == 0) {
firmware_options 4743 drivers/scsi/qla2xxx/qla_init.c 		icb->firmware_options[0] &= ~BIT_3;
firmware_options  647 drivers/scsi/qla4xxx/ql4_def.h 	uint16_t firmware_options;
firmware_options  602 drivers/scsi/qla4xxx/ql4_mbx.c 	ha->firmware_options = le16_to_cpu(init_fw_cb->fw_options);
firmware_options 4545 drivers/scsi/qla4xxx/ql4_os.c 		if (ha->firmware_options & FWOPT_HEARTBEAT_ENABLE &&