Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpci-tph.h30 int pcie_enable_tph(struct pci_dev *pdev, int mode);
40 static inline int pcie_enable_tph(struct pci_dev *pdev, int mode) in pcie_enable_tph() function
/linux-6.15/Documentation/PCI/
H A Dtph.rst50 int pcie_enable_tph(struct pci_dev *pdev, int mode);
59 `pcie_enable_tph()` checks whether the requested mode is actually
62 return value of `pcie_enable_tph()`.
/linux-6.15/drivers/pci/
H A Dtph.c410 int pcie_enable_tph(struct pci_dev *pdev, int mode) in pcie_enable_tph() function
464 EXPORT_SYMBOL(pcie_enable_tph);
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c11516 rc = pcie_enable_tph(bp->pdev, PCI_TPH_ST_IV_MODE); in bnxt_request_irq()