Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thunderbolt/
Dtunnel.c38 #define TB_MIN_PCIE_CREDITS 6U macro
171 if (credits < TB_MIN_PCIE_CREDITS) in tb_pci_init_credits()
174 credits = max(TB_MIN_PCIE_CREDITS, credits); in tb_pci_init_credits()