Searched refs:MgmtDescRing (Results 1 - 3 of 3) 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 Dcmm_mac_usb.c234 pAd->MgmtDescRing.AllocSize =
236 os_alloc_mem(pAd, (u8 **) (&pAd->MgmtDescRing.AllocVa),
237 pAd->MgmtDescRing.AllocSize);
238 if (pAd->MgmtDescRing.AllocVa == NULL) {
239 DBGPRINT_ERR(("Failed to allocate a big buffer for MgmtDescRing!\n"));
243 NdisZeroMemory(pAd->MgmtDescRing.AllocVa,
244 pAd->MgmtDescRing.AllocSize);
245 RingBaseVa = pAd->MgmtDescRing.AllocVa;
390 if (pAd->MgmtDescRing.AllocVa) {
399 os_free_mem(pAd, pAd->MgmtDescRing
[all...]
H A Dcmm_mac_pci.c191 pAd->MgmtDescRing.AllocSize = MGMT_RING_SIZE * TXD_SIZE;
193 pAd->MgmtDescRing.AllocSize,
195 &pAd->MgmtDescRing.AllocVa,
196 &pAd->MgmtDescRing.AllocPa);
198 if (pAd->MgmtDescRing.AllocVa == NULL) {
205 NdisZeroMemory(pAd->MgmtDescRing.AllocVa,
206 pAd->MgmtDescRing.AllocSize);
210 RTMP_GetPhysicalAddressHigh(pAd->MgmtDescRing.AllocPa);
212 RTMP_GetPhysicalAddressLow(pAd->MgmtDescRing.AllocPa);
213 RingBaseVa = pAd->MgmtDescRing
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h1829 struct rt_rtmp_dmabuf MgmtDescRing; /* Shared memory for MGMT descriptors */ member in struct:rt_rtmp_adapter

Completed in 130 milliseconds