Home
last modified time | relevance | path

Searched refs:uCmdDequeueIdx (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/vt6655/
Dwcmd.c824 pDevice->eCommand = pDevice->eCmdQueue[pDevice->uCmdDequeueIdx].eCmd; in s_bCommandComplete()
825 pSSID = (PWLAN_IE_SSID)pDevice->eCmdQueue[pDevice->uCmdDequeueIdx].abyCmdDesireSSID; in s_bCommandComplete()
826 bRadioCmd = pDevice->eCmdQueue[pDevice->uCmdDequeueIdx].bRadioCmd; in s_bCommandComplete()
827 bForceSCAN = pDevice->eCmdQueue[pDevice->uCmdDequeueIdx].bForceSCAN; in s_bCommandComplete()
828 ADD_ONE_WITH_WRAP_AROUND(pDevice->uCmdDequeueIdx, CMD_Q_SIZE); in s_bCommandComplete()
954 unsigned int uCmdDequeueIdx = pDevice->uCmdDequeueIdx; in bClearBSSID_SCAN() local
957 if ((pDevice->cbFreeCmdQueue < CMD_Q_SIZE) && (uCmdDequeueIdx != pDevice->uCmdEnqueueIdx)) { in bClearBSSID_SCAN()
959 if (pDevice->eCmdQueue[uCmdDequeueIdx].eCmd == WLAN_CMD_BSSID_SCAN) in bClearBSSID_SCAN()
960 pDevice->eCmdQueue[uCmdDequeueIdx].eCmd = WLAN_CMD_IDLE; in bClearBSSID_SCAN()
961 ADD_ONE_WITH_WRAP_AROUND(uCmdDequeueIdx, CMD_Q_SIZE); in bClearBSSID_SCAN()
[all …]
Ddevice.h524 unsigned int uCmdDequeueIdx; member
Ddevice_main.c3097 pDevice->uCmdDequeueIdx = 0; in viawget_suspend()
Dwmgr.c395 pDevice->uCmdDequeueIdx = 0; in vMgrTimerInit()