Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpci-tph.h24 int pcie_tph_set_st_entry(struct pci_dev *pdev,
32 static inline int pcie_tph_set_st_entry(struct pci_dev *pdev, in pcie_tph_set_st_entry() function
/linux-6.15/Documentation/PCI/
H A Dtph.rst91 int pcie_tph_set_st_entry(struct pci_dev *pdev, unsigned int index,
95 written into. `pcie_tph_set_st_entry()` will figure out the proper
124 if (pcie_tph_set_st_entry(irq->pdev, irq->msix_nr, tag))
/linux-6.15/drivers/pci/
H A Dtph.c322 int pcie_tph_set_st_entry(struct pci_dev *pdev, unsigned int index, u16 tag) in pcie_tph_set_st_entry() function
370 EXPORT_SYMBOL(pcie_tph_set_st_entry);
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c11405 if (pcie_tph_set_st_entry(irq->bp->pdev, irq->msix_nr, tag)) in bnxt_irq_affinity_notify()
11429 if (pcie_tph_set_st_entry(irq->bp->pdev, irq->msix_nr, 0)) { in bnxt_irq_affinity_release()
11566 pcie_tph_set_st_entry(irq->bp->pdev, irq->msix_nr, tag); in bnxt_request_irq()