Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c1941 int stat_cnt = 0; in ipw2200_thread() local
2010 if (stat_cnt == 10) { in ipw2200_thread()
2012 stat_cnt = 0; /* re-start */ in ipw2200_thread()
2018 stat_cnt++; /* until 1s */ in ipw2200_thread()
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c1816 int stat_cnt = 0; in ipw2100_thread() local
1860 if (stat_cnt == 10) { in ipw2100_thread()
1861 stat_cnt = 0; /* re-start */ in ipw2100_thread()
1867 stat_cnt++; /* until 1s */ in ipw2100_thread()