HomeSort by: relevance | last modified time | path
    Searched defs:nbant (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iwn.c 3918 int i, total, nbant, noise; local
3920 total = nbant = 0;
3925 nbant++;
3928 return (nbant == 0) ? -127 : (total / nbant) - 107;
if_iwm.c 4154 int i, total, nbant, noise; local
4156 total = nbant = noise = 0;
4161 nbant++;
4166 return (nbant == 0) ? -127 : (total / nbant) - 107;

Completed in 105 milliseconds