Home
last modified time | relevance | path

Searched refs:pcie_ptm_enabled (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/pci/pcie/
Dptm.c206 bool pcie_ptm_enabled(struct pci_dev *dev) in pcie_ptm_enabled() function
213 EXPORT_SYMBOL(pcie_ptm_enabled);
/Linux-v5.15/drivers/net/ethernet/intel/igc/
Digc_ptp.c771 return IS_ENABLED(CONFIG_X86_TSC) ? pcie_ptm_enabled(adapter->pdev) : false; in igc_is_crosststamp_supported()
/Linux-v5.15/include/linux/
Dpci.h1662 bool pcie_ptm_enabled(struct pci_dev *dev);
1666 static inline bool pcie_ptm_enabled(struct pci_dev *dev) in pcie_ptm_enabled() function