Searched refs:pCmdQElmt (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dusb_main_dev.c565 struct rt_cmdqelmt *pCmdQElmt = NULL; local
570 RTUSBDequeueCmd(&pAd->CmdQ, &pCmdQElmt);
571 if (pCmdQElmt) {
572 if (pCmdQElmt->CmdFromNdis == TRUE) {
573 if (pCmdQElmt->buffer != NULL)
575 pCmdQElmt->buffer);
576 os_free_mem(pAd, (u8 *)pCmdQElmt);
578 if ((pCmdQElmt->buffer != NULL)
579 && (pCmdQElmt->bufferlength != 0))
581 pCmdQElmt
[all...]

Completed in 120 milliseconds