Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
DiSeries_pci.c79 extern int Pci_Retry_Max;
789 if(DevNode->IoRetry > Pci_Retry_Max && Pci_Error_Flag != 0 ) { in logPciError()
Dpci.c74 int Pci_Retry_Max = 7; /* Retry set to 7 times */ variable