Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
D802.1d.h33 #define MAXPRIO 7 /* 0-7 */ macro
34 #define NUMPRIO (MAXPRIO + 1)
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1178 ASSERT(priority >= 0 && priority <= MAXPRIO); in pktsetprio()