Home | History | Annotate | Download | only in pci

Lines Matching defs:qd

230 	const struct pci_quirkdata *qd;
255 qd = pci_lookup_quirkdata(PCI_VENDOR(pa->pa_id),
257 if (qd == NULL) {
264 "\012skipfunc7", qd->quirks);
749 const struct pci_quirkdata *qd;
812 qd = pci_lookup_quirkdata(PCI_VENDOR(id), PCI_PRODUCT(id));
814 if (qd != NULL &&
815 (qd->quirks & PCI_QUIRK_MULTIFUNCTION) != 0)
817 else if (qd != NULL &&
818 (qd->quirks & PCI_QUIRK_MONOFUNCTION) != 0)
847 if (qd != NULL &&
848 (qd->quirks & PCI_QUIRK_SKIP_FUNC(function)) != 0)