Symbol: NUM_PACKET_SIZE_BINS
sys/dev/netif/ath/ath_rate/sample/sample.c
1120
for (y = 0; y < NUM_PACKET_SIZE_BINS; y++) {
sys/dev/netif/ath/ath_rate/sample/sample.c
120
#if NUM_PACKET_SIZE_BINS > 1
sys/dev/netif/ath/ath_rate/sample/sample.c
124
#if NUM_PACKET_SIZE_BINS > 2
sys/dev/netif/ath/ath_rate/sample/sample.c
1277
for (y = 0; y < NUM_PACKET_SIZE_BINS; y++) {
sys/dev/netif/ath/ath_rate/sample/sample.c
128
#if NUM_PACKET_SIZE_BINS > 3
sys/dev/netif/ath/ath_rate/sample/sample.c
1297
for (y = 0; y < NUM_PACKET_SIZE_BINS; y++) {
sys/dev/netif/ath/ath_rate/sample/sample.c
132
#if NUM_PACKET_SIZE_BINS > 4
sys/dev/netif/ath/ath_rate/sample/sample.c
135
return NUM_PACKET_SIZE_BINS-1;
sys/dev/netif/ath/ath_rate/sample/sample.c
792
for (y = size_bin+1; y < NUM_PACKET_SIZE_BINS; y++) {
sys/dev/netif/ath/ath_rate/sample/sample.h
100
int last_sample_rix[NUM_PACKET_SIZE_BINS];
sys/dev/netif/ath/ath_rate/sample/sample.h
102
int current_sample_rix[NUM_PACKET_SIZE_BINS];
sys/dev/netif/ath/ath_rate/sample/sample.h
103
int packets_sent[NUM_PACKET_SIZE_BINS];
sys/dev/netif/ath/ath_rate/sample/sample.h
105
int current_rix[NUM_PACKET_SIZE_BINS];
sys/dev/netif/ath/ath_rate/sample/sample.h
106
int packets_since_switch[NUM_PACKET_SIZE_BINS];
sys/dev/netif/ath/ath_rate/sample/sample.h
107
unsigned ticks_since_switch[NUM_PACKET_SIZE_BINS];
sys/dev/netif/ath/ath_rate/sample/sample.h
109
int packets_since_sample[NUM_PACKET_SIZE_BINS];
sys/dev/netif/ath/ath_rate/sample/sample.h
110
unsigned sample_tt[NUM_PACKET_SIZE_BINS];
sys/dev/netif/ath/ath_rate/sample/sample.h
82
static const int packet_size_bins[NUM_PACKET_SIZE_BINS] = { 250, 1600 };
sys/dev/netif/ath/ath_rate/sample/sample.h
99
struct rate_stats stats[NUM_PACKET_SIZE_BINS][SAMPLE_MAXRATES];