OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_PACKET_SIZE_BINS
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
athrate-sample.h
77
#define
NUM_PACKET_SIZE_BINS
3
78
static int packet_size_bins[
NUM_PACKET_SIZE_BINS
] = {250, 1600, 3000};
87
struct rate_stats stats[
NUM_PACKET_SIZE_BINS
][IEEE80211_RATE_MAXSIZE];
88
int last_sample_ndx[
NUM_PACKET_SIZE_BINS
];
90
int current_sample_ndx[
NUM_PACKET_SIZE_BINS
];
91
int packets_sent[
NUM_PACKET_SIZE_BINS
];
93
int current_rate[
NUM_PACKET_SIZE_BINS
];
94
int packets_since_switch[
NUM_PACKET_SIZE_BINS
];
95
unsigned ticks_since_switch[
NUM_PACKET_SIZE_BINS
];
97
int packets_since_sample[
NUM_PACKET_SIZE_BINS
];
[
all
...]
athrate-sample.c
129
for (x = 0; x <
NUM_PACKET_SIZE_BINS
; x++) {
134
return
NUM_PACKET_SIZE_BINS
-1;
457
for (y = size_bin+1; y <
NUM_PACKET_SIZE_BINS
; y++) {
700
for (y = 0; y <
NUM_PACKET_SIZE_BINS
; y++) {
Completed in 16 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026