Home
last modified time | relevance | path

Searched refs:cbFreeCmdQueue (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/staging/vt6655/
Dwcmd.c913 if (pDevice->cbFreeCmdQueue == CMD_Q_SIZE) { in s_bCommandComplete()
924 pDevice->cbFreeCmdQueue++; in s_bCommandComplete()
992 if (pDevice->cbFreeCmdQueue == 0) { in bScheduleCommand()
1039 pDevice->cbFreeCmdQueue--; in bScheduleCommand()
1072 if ((pDevice->cbFreeCmdQueue < CMD_Q_SIZE) && (uCmdDequeueIdx != pDevice->uCmdEnqueueIdx)) { in bClearBSSID_SCAN()
1073 for (ii = 0; ii < (CMD_Q_SIZE - pDevice->cbFreeCmdQueue); ii ++) { in bClearBSSID_SCAN()
1099 pDevice->cbFreeCmdQueue = CMD_Q_SIZE; in vResetCommandTimer()
Ddevice.h611 unsigned int cbFreeCmdQueue; member
Ddevice_main.c3681 pDevice->cbFreeCmdQueue = CMD_Q_SIZE; in viawget_suspend()
Dwmgr.c416 pDevice->cbFreeCmdQueue = CMD_Q_SIZE; in vMgrTimerInit()
/linux-2.6.39/drivers/staging/vt6656/
Dwcmd.c900 pDevice->cbFreeCmdQueue = CMD_Q_SIZE; in vRunCommand()
1070 if (pDevice->cbFreeCmdQueue == CMD_Q_SIZE) { in s_bCommandComplete()
1081 pDevice->cbFreeCmdQueue++; in s_bCommandComplete()
1172 if (pDevice->cbFreeCmdQueue == 0) { in bScheduleCommand()
1210 pDevice->cbFreeCmdQueue--; in bScheduleCommand()
1241 if ((pDevice->cbFreeCmdQueue < CMD_Q_SIZE) && (uCmdDequeueIdx != pDevice->uCmdEnqueueIdx)) { in s_bClearBSSID_SCAN()
1242 for (ii = 0; ii < (CMD_Q_SIZE - pDevice->cbFreeCmdQueue); ii ++) { in s_bClearBSSID_SCAN()
1266 pDevice->cbFreeCmdQueue = CMD_Q_SIZE; in vResetCommandTimer()
Ddevice.h711 unsigned int cbFreeCmdQueue; member
Dwmgr.c384 pDevice->cbFreeCmdQueue = CMD_Q_SIZE; in vMgrObjectInit()