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

  /hardware/ti/wlan/wl1271/Txn/
TxnQueue.c 117 TI_UINT32 uMaxFuncId; /* The maximal function ID actually registered (through txnQ_Open) */
166 pTxnQ->uMaxFuncId = 0; /* Start at minimum and save maximal value in txnQ_Open */
297 if (uFuncId > pTxnQ->uMaxFuncId)
299 pTxnQ->uMaxFuncId = uFuncId;
330 pTxnQ->uMaxFuncId = 0;
339 if (i > pTxnQ->uMaxFuncId)
341 pTxnQ->uMaxFuncId = 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 117 TI_UINT32 uMaxFuncId; /* The maximal function ID actually registered (through txnQ_Open) */
163 pTxnQ->uMaxFuncId = 0; /* Start at minimum and save maximal value in txnQ_Open */
286 if (uFuncId > pTxnQ->uMaxFuncId)
288 pTxnQ->uMaxFuncId = uFuncId;
319 pTxnQ->uMaxFuncId = 0;
328 if (i > pTxnQ->uMaxFuncId)
330 pTxnQ->uMaxFuncId = i;
713 for (uFunc = pTxnQ->uMinFuncId; uFunc <= pTxnQ->uMaxFuncId; uFunc++)
727 for (uFunc = pTxnQ->uMinFuncId; uFunc <= pTxnQ->uMaxFuncId; uFunc++)

Completed in 561 milliseconds