Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/Txn/
DTxnQueue.c74 #define MAX_PRIORITY 2 /* Maximum 2 prioritys per functional driver */ macro
113 TI_HANDLE aTxnQueues[MAX_FUNCTIONS][MAX_PRIORITY]; /* Handle of the Transactions-Queue */
265 if (uFuncId >= MAX_FUNCTIONS || uNumPrios > MAX_PRIORITY) in txnQ_Open()
776 for (uPrio = 0; uPrio < MAX_PRIORITY; uPrio++) in txnQ_SelectTxn()