HomeSort by relevance Sort by last modified time
    Searched refs:MAX_FUNCTIONS (Results 1 - 2 of 2) sorted by null

  /hardware/ti/wlan/wl1271/Txn/
TxnQueue.c 73 #define MAX_FUNCTIONS 4 /* Maximum 4 functional drivers (including Func 0 which is for bus control) */
112 TFuncInfo aFuncInfo[MAX_FUNCTIONS]; /* Registered functional drivers - see above */
113 TI_HANDLE aTxnQueues[MAX_FUNCTIONS][MAX_PRIORITY]; /* Handle of the Transactions-Queue */
165 pTxnQ->uMinFuncId = MAX_FUNCTIONS; /* Start at maximum and save minimal value in txnQ_Open */
171 for (i = 0; i < MAX_FUNCTIONS; i++)
265 if (uFuncId >= MAX_FUNCTIONS || uNumPrios > MAX_PRIORITY)
329 pTxnQ->uMinFuncId = MAX_FUNCTIONS;
331 for (i = 0; i < MAX_FUNCTIONS; i++)
  /system/wlan/ti/wilink_6_1/Txn/
TxnQueue.c 73 #define MAX_FUNCTIONS 4 /* Maximum 4 functional drivers (including Func 0 which is for bus control) */
112 TFuncInfo aFuncInfo[MAX_FUNCTIONS]; /* Registered functional drivers - see above */
113 TI_HANDLE aTxnQueues[MAX_FUNCTIONS][MAX_PRIORITY]; /* Handle of the Transactions-Queue */
162 pTxnQ->uMinFuncId = MAX_FUNCTIONS; /* Start at maximum and save minimal value in txnQ_Open */
165 for (i = 0; i < MAX_FUNCTIONS; i++)
254 if (uFuncId >= MAX_FUNCTIONS || uNumPrios > MAX_PRIORITY)
318 pTxnQ->uMinFuncId = MAX_FUNCTIONS;
320 for (i = 0; i < MAX_FUNCTIONS; i++)

Completed in 24 milliseconds