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

  /hardware/ti/wlan/wl1271/Txn/
TxnQueue.c 116 TI_UINT32 uMinFuncId; /* The minimal function ID actually registered (through txnQ_Open) */
165 pTxnQ->uMinFuncId = MAX_FUNCTIONS; /* Start at maximum and save minimal value in txnQ_Open */
293 if (uFuncId < pTxnQ->uMinFuncId)
295 pTxnQ->uMinFuncId = uFuncId;
329 pTxnQ->uMinFuncId = MAX_FUNCTIONS;
335 if (i < pTxnQ->uMinFuncId)
337 pTxnQ->uMinFuncId = i;
765 for (uFunc = pTxnQ->uMinFuncId; uFunc <= pTxnQ->uMaxFuncId; uFunc++)
779 for (uFunc = pTxnQ->uMinFuncId; uFunc <= pTxnQ->uMaxFuncId; uFunc++)
  /system/wlan/ti/wilink_6_1/Txn/
TxnQueue.c 116 TI_UINT32 uMinFuncId; /* The minimal function ID actually registered (through txnQ_Open) */
162 pTxnQ->uMinFuncId = MAX_FUNCTIONS; /* Start at maximum and save minimal value in txnQ_Open */
282 if (uFuncId < pTxnQ->uMinFuncId)
284 pTxnQ->uMinFuncId = uFuncId;
318 pTxnQ->uMinFuncId = MAX_FUNCTIONS;
324 if (i < pTxnQ->uMinFuncId)
326 pTxnQ->uMinFuncId = i;
713 for (uFunc = pTxnQ->uMinFuncId; uFunc <= pTxnQ->uMaxFuncId; uFunc++)
727 for (uFunc = pTxnQ->uMinFuncId; uFunc <= pTxnQ->uMaxFuncId; uFunc++)

Completed in 17 milliseconds