Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtunnel.c52 #define TB_MIN_PCIE_CREDITS 6U macro
217 if (credits < TB_MIN_PCIE_CREDITS) in tb_pci_init_credits()
220 credits = max(TB_MIN_PCIE_CREDITS, credits); in tb_pci_init_credits()