Lines Matching defs:alias
359 u16 alias;
364 static int set_msi_sid_cb(struct pci_dev *pdev, u16 alias, void *opaque)
368 if (data->count == 0 || PCI_BUS_NUM(alias) == PCI_BUS_NUM(data->alias))
372 data->alias = alias;
390 * DMA alias provides us with a PCI device and alias. The only case
391 * where the it will return an alias on a different bus than the
392 * device is the case of a PCIe-to-PCI bridge, where the alias is for
400 * If the alias device is on a different bus than our source device
401 * then we have a topology based alias, use it.
403 * Otherwise, the alias is for a device DMA quirk and we cannot
407 if (PCI_BUS_NUM(data.alias) != data.pdev->bus->number)
408 set_irte_verify_bus(irte, PCI_BUS_NUM(data.alias),
413 set_irte_sid(irte, SVT_VERIFY_SID_SQ, SQ_ALL_16, data.alias);