Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/thunderbolt/
Dtunnel.c40 #define TB_MIN_PCIE_CREDITS 6U macro
214 if (credits < TB_MIN_PCIE_CREDITS) in tb_pci_init_credits()
217 credits = max(TB_MIN_PCIE_CREDITS, credits); in tb_pci_init_credits()