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

/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwnvar.h251 int ict_cur; member in struct:iwn_softc
H A Dif_iwn.c1572 sc->ict_cur = 0;
3190 while (sc->ict[sc->ict_cur] != 0) {
3191 tmp |= sc->ict[sc->ict_cur];
3192 sc->ict[sc->ict_cur] = 0; /* Acknowledge. */
3193 sc->ict_cur = (sc->ict_cur + 1) % IWN_ICT_COUNT;

Completed in 111 milliseconds