Searched refs:actag (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/platforms/powernv/
H A Docxl.c42 * context it's targeting with an 'actag', which is really an alias
44 * must do a lookup of the actag to identify the memory context. The
123 static int get_actag_count(struct pci_dev *dev, int afu_idx, int *actag) argument
134 *actag = actag_sup & ACTAG_MASK;
167 int rc, afu_idx = -1, i, actag; local
179 dev_warn(&dev->dev, "couldn't update actag information\n");
199 * can't read the actag info for an index
201 rc = get_actag_count(dev, i, &actag);
204 link->fn_desired_actags[PCI_FUNC(dev->devfn)] += actag;
260 dev_err(&dev->dev, "actag informatio
[all...]

Completed in 104 milliseconds