Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/
H A Dtph.c479 save_state = pci_find_saved_ext_cap(pdev, PCI_EXT_CAP_ID_TPH); in pci_restore_tph_state()
509 save_state = pci_find_saved_ext_cap(pdev, PCI_EXT_CAP_ID_TPH); in pci_save_tph_state()
540 pdev->tph_cap = pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_TPH); in pci_tph_init()
546 pci_add_ext_cap_save_buffer(pdev, PCI_EXT_CAP_ID_TPH, save_size); in pci_tph_init()
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dpcie.c327 if (pci_find_ext_capability(dd->pcidev, PCI_EXT_CAP_ID_TPH)) { in restore_pci_variables()
386 if (pci_find_ext_capability(dd->pcidev, PCI_EXT_CAP_ID_TPH)) { in save_pci_variables()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h739 #define PCI_EXT_CAP_ID_TPH 0x17 /* TPH Requester */ macro
/linux-6.15/drivers/vfio/pci/
H A Dvfio_pci_config.c94 [PCI_EXT_CAP_ID_TPH] = 0xFF,
1437 case PCI_EXT_CAP_ID_TPH: in vfio_ext_cap_len()