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

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h240 int ict_cur; member in struct:iwn_softc
H A Dif_iwn.c2084 sc->ict_cur = 0;
3303 while (sc->ict[sc->ict_cur] != 0) {
3304 tmp |= sc->ict[sc->ict_cur];
3305 sc->ict[sc->ict_cur] = 0; /* Acknowledge. */
3306 sc->ict_cur = (sc->ict_cur + 1) % IWN_ICT_COUNT;

Completed in 58 milliseconds