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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dspectrum.c602 pAd->CommonCfg.pTpcReqTab = kmalloc(sizeof(struct rt_tpc_req_tab), GFP_ATOMIC);
603 if (pAd->CommonCfg.pTpcReqTab)
604 NdisZeroMemory(pAd->CommonCfg.pTpcReqTab, sizeof(struct rt_tpc_req_tab));
607 ("%s Fail to alloc memory for pAd->CommonCfg.pTpcReqTab.\n",
617 if (pAd->CommonCfg.pTpcReqTab)
618 kfree(pAd->CommonCfg.pTpcReqTab);
619 pAd->CommonCfg.pTpcReqTab = NULL;
627 struct rt_tpc_req_tab *pTab = pAd->CommonCfg.pTpcReqTab;
633 ("%s: pTpcReqTab doesn't exist.\n", __func__));
660 struct rt_tpc_req_tab *pTab = pAd->CommonCfg.pTpcReqTab;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h1322 struct rt_tpc_req_tab *pTpcReqTab; member in struct:rt_common_config

Completed in 132 milliseconds