Lines Matching defs:common
192 struct OpalIoPhbErrorCommon *common)
196 data = (struct OpalIoP7IOCPhbErrorData *)common;
198 hose->global_number, be32_to_cpu(common->version));
275 struct OpalIoPhbErrorCommon *common)
279 data = (struct OpalIoPhb3ErrorData*)common;
281 hose->global_number, be32_to_cpu(common->version));
362 struct OpalIoPhbErrorCommon *common)
366 data = (struct OpalIoPhb4ErrorData*)common;
368 hose->global_number, be32_to_cpu(common->version));
466 struct OpalIoPhbErrorCommon *common;
471 common = (struct OpalIoPhbErrorCommon *)log_buff;
472 switch (be32_to_cpu(common->ioType)) {
474 pnv_pci_dump_p7ioc_diag_data(hose, common);
477 pnv_pci_dump_phb3_diag_data(hose, common);
480 pnv_pci_dump_phb4_diag_data(hose, common);
484 __func__, be32_to_cpu(common->ioType));