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

/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h437 int down_cnt; member in struct:myri10ge_priv
H A Dmyri10ge.c2210 old_down_cnt = mgp->down_cnt;
2217 while (old_down_cnt == *((volatile int *)&mgp->down_cnt)) {
2224 if (old_down_cnt == *((volatile int *)&mgp->down_cnt)) {
2251 if (old_down_cnt == *((volatile int *)&mgp->down_cnt)) {
2731 mgp->down_cnt += stats->link_down;

Completed in 74 milliseconds