Home
last modified time | relevance | path

Searched refs:tph_enabled (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/pci/
H A Dtph.c330 if (!pdev->tph_enabled) in pcie_tph_set_st_entry()
383 if (!pdev->tph_enabled) in pcie_disable_tph()
390 pdev->tph_enabled = 0; in pcie_disable_tph()
423 if (pdev->tph_enabled) in pcie_enable_tph()
460 pdev->tph_enabled = 1; in pcie_enable_tph()
476 if (!pdev->tph_enabled) in pci_restore_tph_state()
506 if (!pdev->tph_enabled) in pci_save_tph_state()
/linux-6.15/include/linux/
H A Dpci.h448 unsigned int tph_enabled:1; /* TLP Processing Hints */ member