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

/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c3142 int i, total, nbant, noise; local
3144 total = nbant = noise = 0;
3154 nbant++;
3158 IWM_DPRINTF(sc, IWM_DEBUG_RECV, "%s: nbant=%d, total=%d\n",
3159 __func__, nbant, total);
3162 return (nbant == 0) ? -127 : (total / nbant) - 107;
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c5742 int i, total, nbant, noise; local
5744 total = nbant = 0;
5749 nbant++;
5752 return (nbant == 0) ? -127 : (total / nbant) - 107;

Completed in 90 milliseconds