Searched refs:actag (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | ocxl.c | 42 * 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 122 static int get_actag_count(struct pci_dev *dev, int afu_idx, int *actag) in get_actag_count() argument 133 *actag = actag_sup & ACTAG_MASK; in get_actag_count() 166 int rc, afu_idx = -1, i, actag; in pnv_ocxl_fixup_actag() local 178 dev_warn(&dev->dev, "couldn't update actag information\n"); in pnv_ocxl_fixup_actag() 198 * can't read the actag info for an index in pnv_ocxl_fixup_actag() 200 rc = get_actag_count(dev, i, &actag); in pnv_ocxl_fixup_actag() 203 link->fn_desired_actags[PCI_FUNC(dev->devfn)] += actag; in pnv_ocxl_fixup_actag() 259 dev_err(&dev->dev, "actag informatio in pnv_ocxl_get_actag() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | ocxl.c | 42 * 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) in get_actag_count() argument 134 *actag = actag_sup & ACTAG_MASK; in get_actag_count() 167 int rc, afu_idx = -1, i, actag; in pnv_ocxl_fixup_actag() local 179 dev_warn(&dev->dev, "couldn't update actag information\n"); in pnv_ocxl_fixup_actag() 199 * can't read the actag info for an index in pnv_ocxl_fixup_actag() 201 rc = get_actag_count(dev, i, &actag); in pnv_ocxl_fixup_actag() 204 link->fn_desired_actags[PCI_FUNC(dev->devfn)] += actag; in pnv_ocxl_fixup_actag() 260 dev_err(&dev->dev, "actag informatio in pnv_ocxl_get_actag() [all...] |
Completed in 2 milliseconds