Searched refs:wDuration (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/vt6655/
H A Drxtx.h58 unsigned short wDuration,
H A Ddesc.h497 unsigned short wDuration; member in struct:tagSRTS_ab
509 unsigned short wDuration; member in struct:tagSRTS_a_FB
616 unsigned short wDuration; member in struct:tagSTxDataHead_ab
627 unsigned short wDuration; member in struct:tagSTxDataHead_a_FB
H A Dcard.c1154 unsigned short wDuration = 0; local
1185 wDuration = *((unsigned short *) (pDevice->pCurrMeasureEID->sReq.abyDuration));
1186 wDuration += 1; // 1 TU for channel switching
1237 VNSvOutPortW(pDevice->PortOffset + MAC_REG_MSRDURATION, wDuration);
1338 pDevice->sQuiet[pDevice->uQuietEnqueue].wDuration = wQuietDuration;
1400 VNSvOutPortW(pDevice->PortOffset + MAC_REG_QUIETDUR, (unsigned short) pDevice->sQuiet[uCurrentQuietIndex].wDuration);
1412 if (dwGap >= pDevice->sQuiet[uCurrentQuietIndex].wDuration) {
1416 dwDuration = pDevice->sQuiet[uCurrentQuietIndex].wDuration - dwGap;
1420 dwDuration = pDevice->sQuiet[uCurrentQuietIndex].wDuration;
1431 pDevice->dwCurrentQuietEndTime += pDevice->sQuiet[uCurrentQuietIndex].wDuration;
[all...]
H A Drxtx.c797 pBuf->wDuration = cpu_to_le16((unsigned short)s_uGetDataDuration(pDevice, DATADUR_A, cbFrameLength, byPktType,
804 return (pBuf->wDuration);
814 pBuf->wDuration = cpu_to_le16((unsigned short)s_uGetDataDuration(pDevice, DATADUR_A, cbFrameLength, byPktType,
820 return (pBuf->wDuration);
831 pBuf->wDuration = cpu_to_le16((unsigned short)s_uGetDataDuration(pDevice, DATADUR_B, cbFrameLength, byPktType,
836 return (pBuf->wDuration);
954 pBuf->wDuration = cpu_to_le16((unsigned short)s_uGetRTSCTSDuration(pDevice, RTSDUR_AA, cbFrameLength, byPktType, wCurrentRate, bNeedAck, byFBOption)); //0:RTSDuration_aa, 0:5G, 0: 5G OFDMData
955 pBuf->Data.wDurationID = pBuf->wDuration;
983 pBuf->wDuration = cpu_to_le16((unsigned short)s_uGetRTSCTSDuration(pDevice, RTSDUR_AA, cbFrameLength, byPktType, wCurrentRate, bNeedAck, byFBOption)); //0:RTSDuration_aa, 0:5G, 0: 5G OFDMData
986 pBuf->Data.wDurationID = pBuf->wDuration;
2232 vGenerateMACHeader( PSDevice pDevice, unsigned char *pbyBufferAddr, unsigned short wDuration, PSEthernetHeader psEthHeader, bool bNeedEncrypt, unsigned short wFragType, unsigned int uDMAIdx, unsigned int uFragIdx ) argument
[all...]
H A Ddevice.h285 unsigned short wDuration; member in struct:tagSQuietControl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/vt6655/
H A Drxtx.h58 unsigned short wDuration,
H A Ddesc.h497 unsigned short wDuration; member in struct:tagSRTS_ab
509 unsigned short wDuration; member in struct:tagSRTS_a_FB
616 unsigned short wDuration; member in struct:tagSTxDataHead_ab
627 unsigned short wDuration; member in struct:tagSTxDataHead_a_FB
H A Dcard.c1154 unsigned short wDuration = 0; local
1185 wDuration = *((unsigned short *) (pDevice->pCurrMeasureEID->sReq.abyDuration));
1186 wDuration += 1; // 1 TU for channel switching
1237 VNSvOutPortW(pDevice->PortOffset + MAC_REG_MSRDURATION, wDuration);
1338 pDevice->sQuiet[pDevice->uQuietEnqueue].wDuration = wQuietDuration;
1400 VNSvOutPortW(pDevice->PortOffset + MAC_REG_QUIETDUR, (unsigned short) pDevice->sQuiet[uCurrentQuietIndex].wDuration);
1412 if (dwGap >= pDevice->sQuiet[uCurrentQuietIndex].wDuration) {
1416 dwDuration = pDevice->sQuiet[uCurrentQuietIndex].wDuration - dwGap;
1420 dwDuration = pDevice->sQuiet[uCurrentQuietIndex].wDuration;
1431 pDevice->dwCurrentQuietEndTime += pDevice->sQuiet[uCurrentQuietIndex].wDuration;
[all...]
H A Drxtx.c797 pBuf->wDuration = cpu_to_le16((unsigned short)s_uGetDataDuration(pDevice, DATADUR_A, cbFrameLength, byPktType,
804 return (pBuf->wDuration);
814 pBuf->wDuration = cpu_to_le16((unsigned short)s_uGetDataDuration(pDevice, DATADUR_A, cbFrameLength, byPktType,
820 return (pBuf->wDuration);
831 pBuf->wDuration = cpu_to_le16((unsigned short)s_uGetDataDuration(pDevice, DATADUR_B, cbFrameLength, byPktType,
836 return (pBuf->wDuration);
954 pBuf->wDuration = cpu_to_le16((unsigned short)s_uGetRTSCTSDuration(pDevice, RTSDUR_AA, cbFrameLength, byPktType, wCurrentRate, bNeedAck, byFBOption)); //0:RTSDuration_aa, 0:5G, 0: 5G OFDMData
955 pBuf->Data.wDurationID = pBuf->wDuration;
983 pBuf->wDuration = cpu_to_le16((unsigned short)s_uGetRTSCTSDuration(pDevice, RTSDUR_AA, cbFrameLength, byPktType, wCurrentRate, bNeedAck, byFBOption)); //0:RTSDuration_aa, 0:5G, 0: 5G OFDMData
986 pBuf->Data.wDurationID = pBuf->wDuration;
2232 vGenerateMACHeader( PSDevice pDevice, unsigned char *pbyBufferAddr, unsigned short wDuration, PSEthernetHeader psEthHeader, bool bNeedEncrypt, unsigned short wFragType, unsigned int uDMAIdx, unsigned int uFragIdx ) argument
[all...]
H A Ddevice.h285 unsigned short wDuration; member in struct:tagSQuietControl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/vt6656/
H A Ddesc.h249 WORD wDuration; member in struct:tagSRTS_ab
261 WORD wDuration; member in struct:tagSRTS_a_FB
369 WORD wDuration; member in struct:tagSTxDataHead_ab
379 WORD wDuration; member in struct:tagSTxDataHead_a_FB
H A Drxtx.c168 WORD wDuration,
851 pBuf->wDuration = (WORD)s_uGetDataDuration(pDevice, DATADUR_A, cbFrameLength, byPktType,
858 return (pBuf->wDuration);
917 pBuf->wDuration = (WORD)s_uGetDataDuration(pDevice, DATADUR_A, cbFrameLength, byPktType,
926 return (pBuf->wDuration);
934 pBuf->wDuration = (WORD)s_uGetDataDuration(pDevice, DATADUR_A, cbFrameLength, byPktType,
942 return (pBuf->wDuration);
952 pBuf->wDuration = (WORD)s_uGetDataDuration(pDevice, DATADUR_B, cbFrameLength, byPktType,
959 return (pBuf->wDuration);
1095 pBuf->wDuration
1845 s_vGenerateMACHeader( PSDevice pDevice, PBYTE pbyBufferAddr, WORD wDuration, PSEthernetHeader psEthHeader, BOOL bNeedEncrypt, WORD wFragType, unsigned int uDMAIdx, unsigned int uFragIdx ) argument
[all...]
H A Ddevice.h341 WORD wDuration; member in struct:tagSQuietControl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/vt6656/
H A Ddesc.h249 WORD wDuration; member in struct:tagSRTS_ab
261 WORD wDuration; member in struct:tagSRTS_a_FB
369 WORD wDuration; member in struct:tagSTxDataHead_ab
379 WORD wDuration; member in struct:tagSTxDataHead_a_FB
H A Drxtx.c168 WORD wDuration,
851 pBuf->wDuration = (WORD)s_uGetDataDuration(pDevice, DATADUR_A, cbFrameLength, byPktType,
858 return (pBuf->wDuration);
917 pBuf->wDuration = (WORD)s_uGetDataDuration(pDevice, DATADUR_A, cbFrameLength, byPktType,
926 return (pBuf->wDuration);
934 pBuf->wDuration = (WORD)s_uGetDataDuration(pDevice, DATADUR_A, cbFrameLength, byPktType,
942 return (pBuf->wDuration);
952 pBuf->wDuration = (WORD)s_uGetDataDuration(pDevice, DATADUR_B, cbFrameLength, byPktType,
959 return (pBuf->wDuration);
1095 pBuf->wDuration
1845 s_vGenerateMACHeader( PSDevice pDevice, PBYTE pbyBufferAddr, WORD wDuration, PSEthernetHeader psEthHeader, BOOL bNeedEncrypt, WORD wFragType, unsigned int uDMAIdx, unsigned int uFragIdx ) argument
[all...]
H A Ddevice.h341 WORD wDuration; member in struct:tagSQuietControl

Completed in 281 milliseconds