Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dtph.c448 save_state = pci_find_saved_ext_cap(pdev, PCI_EXT_CAP_ID_TPH); in pci_restore_tph_state()
478 save_state = pci_find_saved_ext_cap(pdev, PCI_EXT_CAP_ID_TPH); in pci_save_tph_state()
509 pdev->tph_cap = pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_TPH); in pci_tph_init()
515 pci_add_ext_cap_save_buffer(pdev, PCI_EXT_CAP_ID_TPH, save_size); in pci_tph_init()
/linux/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/include/uapi/linux/
H A Dpci_regs.h748 #define PCI_EXT_CAP_ID_TPH 0x17 /* TPH Requester */ macro
/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c94 [PCI_EXT_CAP_ID_TPH] = 0xFF,
1452 case PCI_EXT_CAP_ID_TPH: in vfio_ext_cap_len()