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 in function:iwn_get_noise
3920 total = nbant = 0;
3925 nbant++;
3928 return (nbant == 0) ? -127 : (total / nbant) - 107;
if_iwm.c 3884 int i, total, nbant, noise; local in function:iwm_get_noise
3886 total = nbant = noise = 0;
3891 nbant++;
3896 return (nbant == 0) ? -127 : (total / nbant) - 107;

Completed in 20 milliseconds