Home
last modified time | relevance | path

Searched refs:hTxMgmtQ (Results 1 – 25 of 26) sorted by relevance

12

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DtxMgmtQueue_Api.h65 TI_STATUS txMgmtQ_Destroy (TI_HANDLE hTxMgmtQ);
66 void txMgmtQ_ClearQueues (TI_HANDLE hTxMgmtQ);
67 TI_STATUS txMgmtQ_Xmit (TI_HANDLE hTxMgmtQ, TTxCtrlBlk *pPktCtrlBlk, TI_BOOL bExternalContext);
68 void txMgmtQ_QueuesNotEmpty (TI_HANDLE hTxMgmtQ);
69 void txMgmtQ_StopQueue (TI_HANDLE hTxMgmtQ, TI_UINT32 tidBitMap);
70 void txMgmtQ_UpdateBusyMap (TI_HANDLE hTxMgmtQ, TI_UINT32 tidBitMap);
71 void txMgmtQ_StopAll (TI_HANDLE hTxMgmtQ);
72 void txMgmtQ_WakeAll (TI_HANDLE hTxMgmtQ);
73 void txMgmtQ_SetConnState (TI_HANDLE hTxMgmtQ, ETxConnState txConnState);
76 void txMgmtQ_PrintModuleParams (TI_HANDLE hTxMgmtQ);
[all …]
DtxMgmtQueue.c207 TTxMgmtQ *pTxMgmtQ = (TTxMgmtQ *)(pStadHandles->hTxMgmtQ); in txMgmtQ_Init()
267 TI_STATUS txMgmtQ_Destroy (TI_HANDLE hTxMgmtQ) in txMgmtQ_Destroy() argument
269 TTxMgmtQ *pTxMgmtQ = (TTxMgmtQ *)hTxMgmtQ; in txMgmtQ_Destroy()
274 txMgmtQ_ClearQueues (hTxMgmtQ); in txMgmtQ_Destroy()
304 void txMgmtQ_ClearQueues (TI_HANDLE hTxMgmtQ) in txMgmtQ_ClearQueues() argument
306 TTxMgmtQ *pTxMgmtQ = (TTxMgmtQ *)hTxMgmtQ; in txMgmtQ_ClearQueues()
348 TI_STATUS txMgmtQ_Xmit (TI_HANDLE hTxMgmtQ, TTxCtrlBlk *pPktCtrlBlk, TI_BOOL bExternalContext) in txMgmtQ_Xmit() argument
350 TTxMgmtQ *pTxMgmtQ = (TTxMgmtQ *)hTxMgmtQ; in txMgmtQ_Xmit()
419 void txMgmtQ_QueuesNotEmpty (TI_HANDLE hTxMgmtQ) in txMgmtQ_QueuesNotEmpty() argument
421 TTxMgmtQ *pTxMgmtQ = (TTxMgmtQ *)hTxMgmtQ; in txMgmtQ_QueuesNotEmpty()
[all …]
DtxPort.c76 TI_HANDLE hTxMgmtQ; member
155 pTxPort->hTxMgmtQ = pStadHandles->hTxMgmtQ; in txPort_init()
284 txMgmtQ_StopAll (pTxPort->hTxMgmtQ); in updateQueuesStates()
294 txMgmtQ_WakeAll (pTxPort->hTxMgmtQ); in updateQueuesStates()
DtxDataQueue.h80 TI_HANDLE hTxMgmtQ; member
DtxDataQueue.c125 pTxDataQ->hTxMgmtQ = pStadHandles->hTxMgmtQ; in txDataQ_Init()
332 return txMgmtQ_Xmit (pTxDataQ->hTxMgmtQ, pPktCtrlBlk, TI_TRUE); in txDataQ_InsertPacket()
DtxCtrl.h98 TI_HANDLE hTxMgmtQ; member
DtxCtrl.c201 pTxCtrl->hTxMgmtQ = pStadHandles->hTxMgmtQ; in txCtrl_Init()
457 txMgmtQ_StopQueue (pTxCtrl->hTxMgmtQ, pTxCtrl->admittedAcToTidMap[uAc]); in txCtrl_XmitMgmt()
467 txMgmtQ_StopQueue (pTxCtrl->hTxMgmtQ, pTxCtrl->admittedAcToTidMap[uAc]); in txCtrl_XmitMgmt()
1097 txMgmtQ_UpdateBusyMap (pTxCtrl->hTxMgmtQ, busyTidBitmap); in txCtrl_UpdateBackpressure()
/hardware/ti/wlan/wl1271/Test/
Dfwdriverdebug.c91 TI_HANDLE hTxMgmtQ, in FWDebugFunction() argument
109 FW_DebugSendJoinCommand(hTWD, hTxMgmtQ); in FWDebugFunction()
113 FW_DebugSendPacket(hDrvMain, hOs, hTxMgmtQ, pParam); in FWDebugFunction()
117 FW_DebugSendPacket(hDrvMain, hOs, hTxMgmtQ, pParam); in FWDebugFunction()
170 void FW_DebugSendJoinCommand(TI_HANDLE hTWD, TI_HANDLE hTxMgmtQ) in FW_DebugSendJoinCommand() argument
201 txMgmtQ_SetConnState(hTxMgmtQ,TX_CONN_STATE_MGMT); in FW_DebugSendJoinCommand()
215 txMgmtQ_SetConnState(hTxMgmtQ, TX_CONN_STATE_MGMT); in FW_DebugSendJoinCommand()
290 void FW_DebugSendPacket(TI_HANDLE hDrvMain ,TI_HANDLE hOs, TI_HANDLE hTxMgmtQ, void *pParam) in FW_DebugSendPacket() argument
301 txMgmtQ_SetConnState (hTxMgmtQ, TX_CONN_STATE_MGMT); in FW_DebugSendPacket()
302 txMgmtQ_SetConnState (hTxMgmtQ, TX_CONN_STATE_EAPOL); in FW_DebugSendPacket()
[all …]
Dfwdriverdebug.h109 TI_HANDLE hTxMgmtQ,
115 void FW_DebugSendJoinCommand(TI_HANDLE hTWD, TI_HANDLE hTxMgmtQ);
116 void FW_DebugSendPacket(TI_HANDLE hDrvMain ,TI_HANDLE hOs, TI_HANDLE hTxMgmtQ, void* pParam);
DTxDbg.c91 txMgmtQ_PrintModuleParams (pTxCtrl->hTxMgmtQ); in rxTxDebugFunction()
95 txMgmtQ_PrintQueueStatistics (pTxCtrl->hTxMgmtQ); in rxTxDebugFunction()
138 txMgmtQ_ResetQueueStatistics (pTxCtrl->hTxMgmtQ); in rxTxDebugFunction()
Ddebug.c250 pStadHandles->hTxMgmtQ, in debugFunction()
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DconnIbss.c239 txMgmtQ_SetConnState (pConn->hTxMgmtQ, TX_CONN_STATE_EAPOL); in selfWait_to_rsnWait()
275 txMgmtQ_SetConnState (((conn_t *)pData)->hTxMgmtQ, TX_CONN_STATE_OPEN); in rsnWait_to_connected()
300 txMgmtQ_SetConnState (pConn->hTxMgmtQ, TX_CONN_STATE_EAPOL); in selfw_merge_rsnw()
416 txMgmtQ_SetConnState (pConn->hTxMgmtQ, TX_CONN_STATE_CLOSE); in selfWait_to_waitToDisconnCmplt()
450 txMgmtQ_SetConnState (((conn_t *)pData)->hTxMgmtQ, TX_CONN_STATE_CLOSE); in rsnWait_to_waitToDisconnCmplt()
556 txMgmtQ_SetConnState (((conn_t *)pData)->hTxMgmtQ, TX_CONN_STATE_EAPOL); in idle_to_rsnWait()
DconnInfra.c351 txMgmtQ_SetConnState (((conn_t *)pData)->hTxMgmtQ, TX_CONN_STATE_MGMT); in JoinWait_to_mlmeWait()
396 txMgmtQ_SetConnState (pConn->hTxMgmtQ, TX_CONN_STATE_CLOSE); in mlmeWait_to_WaitDisconnect()
448 txMgmtQ_SetConnState (((conn_t *)pData)->hTxMgmtQ, TX_CONN_STATE_EAPOL); in mlmeWait_to_rsnWait()
485 txMgmtQ_SetConnState (pConn->hTxMgmtQ, TX_CONN_STATE_MGMT); in rsnWait_to_disconnect()
522 txMgmtQ_SetConnState (pConn->hTxMgmtQ, TX_CONN_STATE_MGMT); in configHW_to_disconnect()
564 txMgmtQ_SetConnState(pConn->hTxMgmtQ, TX_CONN_STATE_MGMT); in connInfra_ScrWaitDisconn_to_disconnect()
656 txMgmtQ_SetConnState (((conn_t *)pData)->hTxMgmtQ, TX_CONN_STATE_OPEN); in configHW_to_connected()
953 txMgmtQ_SetConnState (((conn_t *)pData)->hTxMgmtQ, TX_CONN_STATE_CLOSE); in connect_to_ScrWait()
Dconn.h114 TI_HANDLE hTxMgmtQ; member
Dconn.c172 pConn->hTxMgmtQ = pStadHandles->hTxMgmtQ; in conn_init()
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DtrafficAdmControl.h78 TI_HANDLE hTxMgmtQ; member
111 TI_HANDLE hTxMgmtQ,
DmlmeSm.h125 TI_HANDLE hTxMgmtQ; member
DqosMngr.h131 TI_HANDLE hTxMgmtQ; member
DtrafficAdmControl.c202 TI_HANDLE hTxMgmtQ, in trafficAdmCtrl_config() argument
237 pTrafficAdmCtrl->hTxMgmtQ = hTxMgmtQ; in trafficAdmCtrl_config()
861 status = txMgmtQ_Xmit (pTrafficAdmCtrl->hTxMgmtQ, pPktCtrlBlk, TI_FALSE); in trafficAdmCtrl_sendDeltsFrame()
1146 status = txMgmtQ_Xmit (pTrafficAdmCtrl->hTxMgmtQ, pPktCtrlBlk, TI_FALSE); in trafficAdmCtrl_sendAdmissionReq()
DmlmeBuilder.c144 status = txMgmtQ_Xmit (pHandle->hTxMgmtQ, pPktCtrlBlk, TI_FALSE); in mlmeBuilder_sendFrame()
DmlmeSm.c239 pHandle->hTxMgmtQ = pStadHandles->hTxMgmtQ; in mlme_init()
/hardware/ti/wlan/wl1271/platforms/os/common/inc/
DWlanDrvCommon.h87 void *hTxMgmtQ; member
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DDrvMainModules.h59 TI_HANDLE hTxMgmtQ; member
DDrvMain.c380 pDrvMain->tStadHandles.hTxMgmtQ = txMgmtQ_Create(hOs); in drvMain_Create()
381 if (pDrvMain->tStadHandles.hTxMgmtQ == NULL) in drvMain_Create()
540 *pTxMgmtQ = pDrvMain->tStadHandles.hTxMgmtQ; in drvMain_Create()
624 if (pDrvMain->tStadHandles.hTxMgmtQ != NULL) in drvMain_Destroy()
626 txMgmtQ_Destroy (pDrvMain->tStadHandles.hTxMgmtQ); in drvMain_Destroy()
1205 txMgmtQ_ClearQueues (pDrvMain->tStadHandles.hTxMgmtQ); in drvMain_ClearQueuedEvents()
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DWlanDrvIf.c924 &drv->tCommon.hTxMgmtQ,

12