Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/utils/
Dqueue.h60 TI_HANDLE que_Create (TI_HANDLE hOs, TI_HANDLE hReport, TI_UINT32 uLimit, TI_UINT32 uNodeHeaderOff…
Dtimer.c245 pTimerModule->hInitQueue = que_Create (pTimerModule->hOs, in tmr_Init()
249 pTimerModule->hOperQueue = que_Create (pTimerModule->hOs, in tmr_Init()
Dqueue.c137 TI_HANDLE que_Create (TI_HANDLE hOs, TI_HANDLE hReport, TI_UINT32 uLimit, TI_UINT32 uNodeHeaderOffs… in que_Create() function
/hardware/ti/wlan/wl1271/Txn/
DTxnQueue.c222 …pTxnQ->hTxnDoneQueue = que_Create (pTxnQ->hOs, pTxnQ->hReport, TXN_DONE_QUE_SIZE, uNodeHeaderOffse… in txnQ_Init()
283 …pTxnQ->aTxnQueues[uFuncId][i] = que_Create (pTxnQ->hOs, pTxnQ->hReport, TXN_QUE_SIZE, uNodeHeaderO… in txnQ_Open()
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DCmdHndlr.c197 …pCmdHndlr->hCmdQueue = que_Create (pCmdHndlr->hOs, pCmdHndlr->hReport, COMMANDS_QUE_SIZE, uNodeHea… in cmdHndlr_Init()
/hardware/ti/wlan/wl1271/stad/src/Data_link/
DtxDataQueue.c146 pTxDataQ->aQueues[uQueId] = que_Create (pTxDataQ->hOs, in txDataQ_Init()
DtxMgmtQueue.c226 pTxMgmtQ->aQueues[uQueId] = que_Create (pTxMgmtQ->hOs, in txMgmtQ_Init()
/hardware/ti/wlan/wl1271/TWD/TwIf/
DTwIf.c322 …pTwIf->hTxnDoneQueue = que_Create (pTwIf->hOs, pTwIf->hReport, TXN_DONE_QUE_SIZE, uNodeHeaderOffse… in twIf_Init()