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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_data_usb.c515 /* Update TXWI->MPDUtotalByteCount , */
518 pTxWI->MPDUtotalByteCount = totalMPDUSize;
765 if (pRxWI->MPDUtotalByteCount > ThisFrameLen) {
768 __FUNCTION__, pRxWI->MPDUtotalByteCount,
851 pAd->StaCfg.CLBusyBytes += (pRxWI->MPDUtotalByteCount + 14);
859 if (pRxWI->MPDUtotalByteCount > MAX_AGGREGATION_SIZE) {
H A Dcmm_wpa.c2727 (pAd, pRxBlk->pData, pRxWI->MPDUtotalByteCount,
2731 pRxWI->MPDUtotalByteCount -= 8;
2742 (pAd, pRxBlk->pData, pRxWI->MPDUtotalByteCount, 0,
2746 pRxWI->MPDUtotalByteCount -= 20;
2757 (pAd, pRxBlk->pData, pRxWI->MPDUtotalByteCount,
2761 pRxWI->MPDUtotalByteCount -= 16;
H A Dcmm_data.c1021 pTxWI->MPDUtotalByteCount = Length;
1086 pTxWI->MPDUtotalByteCount = pTxBlk->MpduHeaderLen + pTxBlk->SrcBufLen;
1190 pTxWI->MPDUtotalByteCount = pTxBlk->MpduHeaderLen + pTxBlk->SrcBufLen;
H A Dcmm_asic.c1508 ("--->AsicEnableIbssSync(ADHOC mode. MPDUtotalByteCount = %d)\n",
1509 pAd->BeaconTxWI.MPDUtotalByteCount));
1531 for (i = 0; i < pAd->BeaconTxWI.MPDUtotalByteCount; i += 4) {
1552 for (i = 0; i < pAd->BeaconTxWI.MPDUtotalByteCount; i += 2) {
H A Dcmm_data_pci.c251 pTxWI->MPDUtotalByteCount = totalMPDUSize;
1016 /* pFirstTxWI->MPDUtotalByteCount = SrcBufLen - TXWI_SIZE; */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/common/
H A Dcmm_data_usb.c515 /* Update TXWI->MPDUtotalByteCount , */
518 pTxWI->MPDUtotalByteCount = totalMPDUSize;
765 if (pRxWI->MPDUtotalByteCount > ThisFrameLen) {
768 __FUNCTION__, pRxWI->MPDUtotalByteCount,
851 pAd->StaCfg.CLBusyBytes += (pRxWI->MPDUtotalByteCount + 14);
859 if (pRxWI->MPDUtotalByteCount > MAX_AGGREGATION_SIZE) {
H A Dcmm_wpa.c2727 (pAd, pRxBlk->pData, pRxWI->MPDUtotalByteCount,
2731 pRxWI->MPDUtotalByteCount -= 8;
2742 (pAd, pRxBlk->pData, pRxWI->MPDUtotalByteCount, 0,
2746 pRxWI->MPDUtotalByteCount -= 20;
2757 (pAd, pRxBlk->pData, pRxWI->MPDUtotalByteCount,
2761 pRxWI->MPDUtotalByteCount -= 16;
H A Dcmm_data.c1021 pTxWI->MPDUtotalByteCount = Length;
1086 pTxWI->MPDUtotalByteCount = pTxBlk->MpduHeaderLen + pTxBlk->SrcBufLen;
1190 pTxWI->MPDUtotalByteCount = pTxBlk->MpduHeaderLen + pTxBlk->SrcBufLen;
H A Dcmm_asic.c1508 ("--->AsicEnableIbssSync(ADHOC mode. MPDUtotalByteCount = %d)\n",
1509 pAd->BeaconTxWI.MPDUtotalByteCount));
1531 for (i = 0; i < pAd->BeaconTxWI.MPDUtotalByteCount; i += 4) {
1552 for (i = 0; i < pAd->BeaconTxWI.MPDUtotalByteCount; i += 2) {
H A Dcmm_data_pci.c251 pTxWI->MPDUtotalByteCount = totalMPDUSize;
1016 /* pFirstTxWI->MPDUtotalByteCount = SrcBufLen - TXWI_SIZE; */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Drtmp_data.c645 if (pRxWI->MPDUtotalByteCount > MGMT_DMA_BUFFER_SIZE) {
646 DBGPRINT_ERR(("STAHandleRxMgmtFrame: frame too large, size = %d \n", pRxWI->MPDUtotalByteCount));
651 pRxWI->MPDUtotalByteCount,
669 (pRxWI->MPDUtotalByteCount),
761 RxCell.DataSize = pRxWI->MPDUtotalByteCount;
766 pRxWI->MPDUtotalByteCount;
768 pRxWI->MPDUtotalByteCount;
773 if (pRxWI->MPDUtotalByteCount < 14)
1865 /* NOTE: TxWI->MPDUtotalByteCount will be updated after final frame was handled. */
2115 /* It's ok write the TxWI here, because the TxWI->MPDUtotalByteCount */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/sta/
H A Drtmp_data.c645 if (pRxWI->MPDUtotalByteCount > MGMT_DMA_BUFFER_SIZE) {
646 DBGPRINT_ERR(("STAHandleRxMgmtFrame: frame too large, size = %d \n", pRxWI->MPDUtotalByteCount));
651 pRxWI->MPDUtotalByteCount,
669 (pRxWI->MPDUtotalByteCount),
761 RxCell.DataSize = pRxWI->MPDUtotalByteCount;
766 pRxWI->MPDUtotalByteCount;
768 pRxWI->MPDUtotalByteCount;
773 if (pRxWI->MPDUtotalByteCount < 14)
1865 /* NOTE: TxWI->MPDUtotalByteCount will be updated after final frame was handled. */
2115 /* It's ok write the TxWI here, because the TxWI->MPDUtotalByteCount */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Drtmp_mac.h80 /* ex: 1c ff 38 00 means ACK=0, BAWinSize=7, MPDUtotalByteCount = 0x38 */
85 u32 MPDUtotalByteCount:12; member in struct:rt_txwi
102 u32 MPDUtotalByteCount:12; member in struct:rt_rxwi
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2870/common/
H A Drtusb_bulk.c376 pTxWI->MPDUtotalByteCount;
378 pTxWI->MPDUtotalByteCount;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/chip/
H A Drtmp_mac.h80 /* ex: 1c ff 38 00 means ACK=0, BAWinSize=7, MPDUtotalByteCount = 0x38 */
85 u32 MPDUtotalByteCount:12; member in struct:rt_txwi
102 u32 MPDUtotalByteCount:12; member in struct:rt_rxwi
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2870/common/
H A Drtusb_bulk.c376 pTxWI->MPDUtotalByteCount;
378 pTxWI->MPDUtotalByteCount;

Completed in 315 milliseconds