Searched refs:total (Results 51 - 55 of 55) sorted by relevance

123

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h1435 uint32_t total; member in struct:iwn_beacon_missed
H A Dif_iwn.c4053 misses, le32toh(miss->total));
5921 int i, total, nbant, noise; local
5923 total = nbant = 0;
5927 total += noise;
5931 return (nbant == 0) ? -127 : (total / nbant) - 107;
6443 "%s: time delta: %d; cck=%d, ofdm=%d, ht=%d, total=%d, thresh=%d\n",
6969 * Limit the total dwell time to 85% of the beacon interval.
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c4529 int i, total, nbant, noise; local
4531 total = nbant = noise = 0;
4535 total += noise;
4541 return (nbant == 0) ? -127 : (total / nbant) - 107;
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c4681 int i, total, nbant, noise; local
4683 total = nbant = noise = 0;
4687 total += noise;
4693 return (nbant == 0) ? -127 : (total / nbant) - 107;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c2248 __func__, misses, le32toh(miss->total), received,
4034 * Limit the total dwell time.

Completed in 223 milliseconds

123