Searched refs:TXINFO_SIZE (Results 1 - 12 of 12) 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_data_usb.c149 NdisZeroMemory((u8 *)(&pTxBlk->HeaderBuf[0]), TXINFO_SIZE);
151 pTxWI = (struct rt_txwi *) (&pTxBlk->HeaderBuf[TXINFO_SIZE]);
166 pTxBlk->Priv += (TXINFO_SIZE + USBDMApktLen);
184 TXINFO_SIZE + TXWI_SIZE + hwHdrLen);
185 pWirelessPacket += (TXINFO_SIZE + TXWI_SIZE + hwHdrLen);
186 pHTTXContext->CurWriteRealPos += (TXINFO_SIZE + TXWI_SIZE + hwHdrLen);
253 pTxWI = (struct rt_txwi *) (&pTxBlk->HeaderBuf[TXINFO_SIZE]);
278 pTxBlk->Priv = (TXINFO_SIZE + USBDMApktLen);
290 TXINFO_SIZE + TXWI_SIZE + hwHdrLen);
291 pWirelessPacket += (TXINFO_SIZE
[all...]
H A Dcmm_data_pci.c67 TXINFO_SIZE + TXWI_SIZE + hwHeaderLen);
80 pTxD->SDLen0 = TXINFO_SIZE + TXWI_SIZE + hwHeaderLen; /* include padding */
127 TXINFO_SIZE + TXWI_SIZE + hwHeaderLen);
139 pTxD->SDLen0 = TXINFO_SIZE + TXWI_SIZE + hwHeaderLen; /* include padding */
200 firstDMALen = TXINFO_SIZE + TXWI_SIZE + hwHdrLen;
302 firstDMALen = TXINFO_SIZE + TXWI_SIZE + hwHeaderLen;
H A Dcmm_data.c113 u8 rtmpHwHdr[TXINFO_SIZE + TXWI_SIZE]; /*RTMP_HW_HDR_LEN]; */
164 NdisZeroMemory(&rtmpHwHdr, (TXINFO_SIZE + TXWI_SIZE));
168 (TXINFO_SIZE + TXWI_SIZE),
262 pHeader_802_11 = (struct rt_header_802_11 *) (pSrcBufVA + TXINFO_SIZE + TXWI_SIZE);
302 pFirstTxWI = (struct rt_txwi *) (pSrcBufVA + TXINFO_SIZE);
303 pHeader_802_11 = (struct rt_header_802_11 *) (pSrcBufVA + TXINFO_SIZE + TXWI_SIZE); /*TXWI_SIZE); */
423 (SrcBufLen - TXINFO_SIZE - TXWI_SIZE), PID, 0,
431 (SrcBufLen - TXINFO_SIZE - TXWI_SIZE),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Drtmp_data.c1444 (struct rt_header_802_11 *) & pTxBlk->HeaderBuf[TXINFO_SIZE + TXWI_SIZE];
1571 pHeaderBufPtr = &pTxBlk->HeaderBuf[TXINFO_SIZE + TXWI_SIZE];
1622 pHeaderBufPtr = &pTxBlk->HeaderBuf[TXINFO_SIZE + TXWI_SIZE];
1685 HeaderBuf[TXINFO_SIZE],
1690 HeaderBuf[TXINFO_SIZE + TXWI_SIZE]);
1697 &pTxBlk->HeaderBuf[TXINFO_SIZE + TXWI_SIZE];
1730 /*pTxBlk->MpduHeaderLen = pHeaderBufPtr - pTxBlk->HeaderBuf - TXWI_SIZE - TXINFO_SIZE; */
1778 [TXINFO_SIZE]),
1784 [TXINFO_SIZE]),
1791 HeaderBuf[TXINFO_SIZE]),
[all...]
H A Dconnect.c2402 WirelessPacket[TXINFO_SIZE];
2408 WirelessPacket[TXWI_SIZE + TXINFO_SIZE],
2412 TXINFO_SIZE + TXWI_SIZE + sizeof(struct rt_pspoll_frame) + 4;
2438 WirelessPacket[TXINFO_SIZE];
2444 WirelessPacket[TXWI_SIZE + TXINFO_SIZE], &pAd->NullFrame,
2447 TXINFO_SIZE + TXWI_SIZE + sizeof(pAd->NullFrame) + 4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Dmac_usb.h90 #define TXINFO_SIZE 4 macro
H A Dmac_pci.h63 #define TXINFO_SIZE 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt61pci.c1855 (txdesc->queue == QID_BEACON) ? TXINFO_SIZE : TXD_DESC_SIZE;
1892 entry_priv->desc, TXINFO_SIZE);
1893 rt2x00pci_register_multiwrite(rt2x00dev, beacon_base + TXINFO_SIZE,
2859 .desc_size = TXINFO_SIZE,
H A Drt73usb.h920 #define TXINFO_SIZE ( 6 * sizeof(__le32) ) macro
H A Drt61pci.h1292 #define TXINFO_SIZE ( 6 * sizeof(__le32) ) macro
H A Drt73usb.c2289 .desc_size = TXINFO_SIZE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2870/common/
H A Drtusb_bulk.c278 (struct rt_txwi *)&pWirelessPkt[TmpBulkEndPos + TXINFO_SIZE];

Completed in 135 milliseconds