Lines Matching defs:about_fw
1332 struct about_fw_info *about_fw = NULL;
1338 about_fw = dma_alloc_coherent(&ha->pdev->dev,
1341 if (!about_fw) {
1343 "for about_fw\n", __func__));
1365 ha->fw_info.fw_major = le16_to_cpu(about_fw->fw_major);
1366 ha->fw_info.fw_minor = le16_to_cpu(about_fw->fw_minor);
1367 ha->fw_info.fw_patch = le16_to_cpu(about_fw->fw_patch);
1368 ha->fw_info.fw_build = le16_to_cpu(about_fw->fw_build);
1369 memcpy(ha->fw_info.fw_build_date, about_fw->fw_build_date,
1370 sizeof(about_fw->fw_build_date));
1371 memcpy(ha->fw_info.fw_build_time, about_fw->fw_build_time,
1372 sizeof(about_fw->fw_build_time));
1374 skip_spaces((char *)about_fw->fw_build_user));
1375 ha->fw_info.fw_load_source = le16_to_cpu(about_fw->fw_load_source);
1376 ha->fw_info.iscsi_major = le16_to_cpu(about_fw->iscsi_major);
1377 ha->fw_info.iscsi_minor = le16_to_cpu(about_fw->iscsi_minor);
1378 ha->fw_info.bootload_major = le16_to_cpu(about_fw->bootload_major);
1379 ha->fw_info.bootload_minor = le16_to_cpu(about_fw->bootload_minor);
1380 ha->fw_info.bootload_patch = le16_to_cpu(about_fw->bootload_patch);
1381 ha->fw_info.bootload_build = le16_to_cpu(about_fw->bootload_build);
1383 skip_spaces((char *)about_fw->extended_timestamp));
1391 about_fw, about_fw_dma);