Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/pcie/
H A Dtlp.c30 dev->eetlp_prefix_max : 0); in aer_tlp_log_len()
/linux-6.15/drivers/pci/
H A Dats.c413 if (!pdev->eetlp_prefix_max && !pdev->pasid_no_tlp) in pci_enable_pasid()
H A Dprobe.c2332 dev->eetlp_prefix_max = eetlp_max; in pci_configure_eetlp_prefix()
2335 if (bridge && bridge->eetlp_prefix_max) in pci_configure_eetlp_prefix()
2336 dev->eetlp_prefix_max = eetlp_max; in pci_configure_eetlp_prefix()
/linux-6.15/include/linux/
H A Dpci.h413 unsigned int eetlp_prefix_max:3; /* Max # of End-End TLP Prefixes, 0=not supported */ member