Searched refs:retry_count (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/amrr/
H A Damrr.c169 int retry_count = sr + lr; local
172 if (retry_count == 1) {
174 } else if (retry_count == 2) {
177 } else if (retry_count == 3) {
181 } else if (retry_count > 3) {
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_phy.c230 u16 retry_count = 0; local
237 while (retry_count < 2) {
254 retry_count++;
4247 u16 retry_count = 0; local
4251 while (retry_count < 2) {
4255 retry_count++;
H A De1000_ich8lan.c206 u16 retry_count; local
209 for (retry_count = 0; retry_count < 2; retry_count++) {

Completed in 50 milliseconds