Home | History | Annotate | Download | only in TcgStorageOpalLib

Lines Matching refs:Tries

106   UINT32          Tries;

117 Tries = 0;
132 // have a max timeout of 10 seconds, 5000 tries * 2ms = 10s
134 Tries = 5000;
135 while ((Tries--) > 0) {