Searched refs:rt_tx_context (Results 1 - 8 of 8) 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.c164 struct rt_tx_context *pNullContext = &(pAd->NullContext);
165 struct rt_tx_context *pPsPollContext = &(pAd->PsPollContext);
166 struct rt_tx_context *pRTSContext = &(pAd->RTSContext);
167 struct rt_tx_context *pMLMEContext = NULL;
235 MGMT_RING_SIZE * sizeof(struct rt_tx_context);
251 pMgmtRing->Cell[i].AllocSize = sizeof(struct rt_tx_context);
258 (struct rt_tx_context *)pAd->MgmtRing.Cell[i].AllocVa;
277 RingBaseVa = (u8 *)RingBaseVa + sizeof(struct rt_tx_context);
292 struct rt_tx_context *pBeaconContext = &(pAd->BeaconContext[i]);
294 NdisZeroMemory(pBeaconContext, sizeof(struct rt_tx_context));
[all...]
H A Dcmm_data_usb.c586 struct rt_tx_context *pMLMEContext =
587 (struct rt_tx_context *)pAd->MgmtRing.Cell[SwIdx].AllocVa;
650 struct rt_tx_context *pNullContext;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2870/common/
H A Drtusb_bulk.c62 struct rt_tx_context *pTxContext,
549 struct rt_tx_context *pNullContext = &(pAd->NullContext);
596 struct rt_tx_context *pNullContext;
600 pNullContext = (struct rt_tx_context *)pUrb->context;
624 struct rt_tx_context *pMLMEContext;
630 (struct rt_tx_context *)pAd->MgmtRing.Cell[pAd->MgmtRing.TxDmaIdx].AllocVa;
691 struct rt_tx_context *pMLMEContext;
698 pMLMEContext = (struct rt_tx_context *)pUrb->context;
723 struct rt_tx_context *pPsPollContext = &(pAd->PsPollContext);
767 struct rt_tx_context *pPsPollContex
[all...]
H A Drtusb_io.c1284 struct rt_tx_context *
1287 (struct rt_tx_context *)
1294 struct rt_tx_context *
1297 (struct rt_tx_context *)
1300 struct rt_tx_context *
1303 (struct rt_tx_context *)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drt_usb.c297 struct rt_tx_context *pNullContext;
303 pNullContext = (struct rt_tx_context *)pUrb->context;
345 struct rt_tx_context *pRTSContext;
351 pRTSContext = (struct rt_tx_context *)pUrb->context;
394 struct rt_tx_context *pPsPollContext;
399 pPsPollContext = (struct rt_tx_context *)pUrb->context;
512 struct rt_tx_context *pMLMEContext;
520 pMLMEContext = (struct rt_tx_context *)pUrb->context;
H A Dusb_main_dev.c686 struct rt_tx_context *pMLMEContext, *pNULLContext,
691 (struct rt_tx_context *)(pAd->MgmtRing.
696 (struct rt_tx_context *)(&pAd->PsPollContext);
698 (struct rt_tx_context *)(&pAd->NullContext);
H A Drtmp.h1964 struct rt_tx_context BeaconContext[BEACON_RING_SIZE];
1965 struct rt_tx_context NullContext;
1966 struct rt_tx_context PsPollContext;
1967 struct rt_tx_context RTSContext;
3979 struct rt_tx_context *pTxContext,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Dmac_usb.h137 struct rt_tx_context { struct

Completed in 95 milliseconds