OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PKTQ_MAX_PREC
(Results
1 - 2
of
2
) sorted by null
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h
98
#ifndef
PKTQ_MAX_PREC
99
#define
PKTQ_MAX_PREC
16 /* Maximum precedence levels */
152
/* q array must be last since # of elements can be either
PKTQ_MAX_PREC
or 1 */
153
struct pktq_prec q[
PKTQ_MAX_PREC
];
155
pktq_counters_t _prec_cnt[
PKTQ_MAX_PREC
]; /* Counters per queue */
156
pktq_counters_t _prec_bytes[
PKTQ_MAX_PREC
]; /* Byte count per queue */
164
/* q array must be last since # of elements can be either
PKTQ_MAX_PREC
or 1 */
/hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c
477
ASSERT(num_prec > 0 && num_prec <=
PKTQ_MAX_PREC
);
[
all
...]
Completed in 1066 milliseconds