Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dtph.c299 if (!pdev->tph_enabled) in pcie_tph_set_st_entry()
352 if (!pdev->tph_enabled) in pcie_disable_tph()
359 pdev->tph_enabled = 0; in pcie_disable_tph()
392 if (pdev->tph_enabled) in pcie_enable_tph()
429 pdev->tph_enabled = 1; in pcie_enable_tph()
445 if (!pdev->tph_enabled) in pci_restore_tph_state()
475 if (!pdev->tph_enabled) in pci_save_tph_state()
/linux/include/linux/
H A Dpci.h454 unsigned int tph_enabled:1; /* TLP Processing Hints */ member