Lines Matching defs:data
1004 * data structure, both the device and PE structures should be
1609 static int pnv_pci_ioda_dev_dma_weight(struct pci_dev *dev, void *data)
1611 unsigned int *weight = (unsigned int *)data;
2169 __be32 data;
2196 &addr64, &data);
2198 pr_warn("%s: OPAL error %d getting 64-bit MSI data\n",
2208 &addr32, &data);
2210 pr_warn("%s: OPAL error %d getting 32-bit MSI data\n",
2217 msg->data = be32_to_cpu(data);
2222 " address=%x_%08x data=%x PE# %x\n",
2224 msg->address_hi, msg->address_lo, data, pe->pe_number);
2348 static int pnv_pci_diag_data_set(void *data, u64 val)
2350 struct pnv_phb *phb = data;
2353 /* Retrieve the diag data from firmware */
2359 /* Print the diag data to the kernel log */
2367 static int pnv_pci_ioda_pe_dump(void *data, u64 val)
2369 struct pnv_phb *phb = data;
2982 /* Initialize diagnostic data buffer */
2983 prop32 = of_get_property(np, "ibm,phb-diag-data-size", NULL);
3035 /* Allocate aux data & arrays. We don't have IO ports on PHB3 */