Searched refs:que_Create (Results 1 – 8 of 8) sorted by relevance
/hardware/ti/wlan/wl1271/utils/ |
D | queue.h | 60 TI_HANDLE que_Create (TI_HANDLE hOs, TI_HANDLE hReport, TI_UINT32 uLimit, TI_UINT32 uNodeHeaderOff…
|
D | timer.c | 245 pTimerModule->hInitQueue = que_Create (pTimerModule->hOs, in tmr_Init() 249 pTimerModule->hOperQueue = que_Create (pTimerModule->hOs, in tmr_Init()
|
D | queue.c | 137 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/ |
D | TxnQueue.c | 222 …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/ |
D | CmdHndlr.c | 197 …pCmdHndlr->hCmdQueue = que_Create (pCmdHndlr->hOs, pCmdHndlr->hReport, COMMANDS_QUE_SIZE, uNodeHea… in cmdHndlr_Init()
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
D | txDataQueue.c | 146 pTxDataQ->aQueues[uQueId] = que_Create (pTxDataQ->hOs, in txDataQ_Init()
|
D | txMgmtQueue.c | 226 pTxMgmtQ->aQueues[uQueId] = que_Create (pTxMgmtQ->hOs, in txMgmtQ_Init()
|
/hardware/ti/wlan/wl1271/TWD/TwIf/ |
D | TwIf.c | 322 …pTwIf->hTxnDoneQueue = que_Create (pTwIf->hOs, pTwIf->hReport, TXN_DONE_QUE_SIZE, uNodeHeaderOffse… in twIf_Init()
|