Home
last modified time | relevance | path

Searched refs:PKTQ_MAX_PREC (Results 1 – 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h98 #ifndef PKTQ_MAX_PREC
99 #define PKTQ_MAX_PREC 16 /* Maximum precedence levels */ macro
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 */
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c477 ASSERT(num_prec > 0 && num_prec <= PKTQ_MAX_PREC); in pktq_init()