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

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

Completed in 8 milliseconds