Home
last modified time | relevance | path

Searched refs:pci_disable_ptm (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/pci/pcie/
H A Dptm.c221 void pci_disable_ptm(struct pci_dev *dev) in pci_disable_ptm() function
228 EXPORT_SYMBOL(pci_disable_ptm);
/linux-6.15/include/linux/
H A Dpci.h1863 void pci_disable_ptm(struct pci_dev *dev);
1868 static inline void pci_disable_ptm(struct pci_dev *dev) { } in pci_disable_ptm() function
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c970 pci_disable_ptm(dev->pdev); in mlx5_pci_close()
/linux-6.15/drivers/net/ethernet/intel/igc/
H A Digc_main.c7271 pci_disable_ptm(pdev); in igc_remove()