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

/freebsd-11-stable/sys/dev/bwi/
H A Dbwirf.c1565 int found, loop_count, adjust_state; local
1572 adjust_state = 0;
1578 if (adjust_state == 0) {
1581 } else if (adjust_state % 2 == 0) {
1582 i = adjust_state - 1;
1583 fin = adjust_state + 1;
1585 i = adjust_state - 2;
1586 fin = adjust_state + 2;
1614 adjust_state = i;

Completed in 65 milliseconds