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

/linux-master/include/linux/
H A Dpci.h1352 void pci_disable_parity(struct pci_dev *dev);
/linux-master/drivers/pci/
H A Dquirks.c307 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_MELLANOX, PCI_DEVICE_ID_MELLANOX_TAVOR, pci_disable_parity);
308 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_MELLANOX, PCI_DEVICE_ID_MELLANOX_TAVOR_BRIDGE, pci_disable_parity);
H A Dpci.c4380 * pci_disable_parity - disable parity checking for device
4385 void pci_disable_parity(struct pci_dev *dev) function

Completed in 311 milliseconds