about_fw         1334 drivers/scsi/qla4xxx/ql4_mbx.c 	struct about_fw_info *about_fw = NULL;
about_fw         1340 drivers/scsi/qla4xxx/ql4_mbx.c 	about_fw = dma_alloc_coherent(&ha->pdev->dev,
about_fw         1343 drivers/scsi/qla4xxx/ql4_mbx.c 	if (!about_fw) {
about_fw         1367 drivers/scsi/qla4xxx/ql4_mbx.c 	ha->fw_info.fw_major = le16_to_cpu(about_fw->fw_major);
about_fw         1368 drivers/scsi/qla4xxx/ql4_mbx.c 	ha->fw_info.fw_minor = le16_to_cpu(about_fw->fw_minor);
about_fw         1369 drivers/scsi/qla4xxx/ql4_mbx.c 	ha->fw_info.fw_patch = le16_to_cpu(about_fw->fw_patch);
about_fw         1370 drivers/scsi/qla4xxx/ql4_mbx.c 	ha->fw_info.fw_build = le16_to_cpu(about_fw->fw_build);
about_fw         1371 drivers/scsi/qla4xxx/ql4_mbx.c 	memcpy(ha->fw_info.fw_build_date, about_fw->fw_build_date,
about_fw         1372 drivers/scsi/qla4xxx/ql4_mbx.c 	       sizeof(about_fw->fw_build_date));
about_fw         1373 drivers/scsi/qla4xxx/ql4_mbx.c 	memcpy(ha->fw_info.fw_build_time, about_fw->fw_build_time,
about_fw         1374 drivers/scsi/qla4xxx/ql4_mbx.c 	       sizeof(about_fw->fw_build_time));
about_fw         1376 drivers/scsi/qla4xxx/ql4_mbx.c 	       skip_spaces((char *)about_fw->fw_build_user));
about_fw         1377 drivers/scsi/qla4xxx/ql4_mbx.c 	ha->fw_info.fw_load_source = le16_to_cpu(about_fw->fw_load_source);
about_fw         1378 drivers/scsi/qla4xxx/ql4_mbx.c 	ha->fw_info.iscsi_major = le16_to_cpu(about_fw->iscsi_major);
about_fw         1379 drivers/scsi/qla4xxx/ql4_mbx.c 	ha->fw_info.iscsi_minor = le16_to_cpu(about_fw->iscsi_minor);
about_fw         1380 drivers/scsi/qla4xxx/ql4_mbx.c 	ha->fw_info.bootload_major = le16_to_cpu(about_fw->bootload_major);
about_fw         1381 drivers/scsi/qla4xxx/ql4_mbx.c 	ha->fw_info.bootload_minor = le16_to_cpu(about_fw->bootload_minor);
about_fw         1382 drivers/scsi/qla4xxx/ql4_mbx.c 	ha->fw_info.bootload_patch = le16_to_cpu(about_fw->bootload_patch);
about_fw         1383 drivers/scsi/qla4xxx/ql4_mbx.c 	ha->fw_info.bootload_build = le16_to_cpu(about_fw->bootload_build);
about_fw         1385 drivers/scsi/qla4xxx/ql4_mbx.c 	       skip_spaces((char *)about_fw->extended_timestamp));
about_fw         1393 drivers/scsi/qla4xxx/ql4_mbx.c 			  about_fw, about_fw_dma);