Searched refs:bDisCRC (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Drxtx.c223 BOOL bDisCRC,
236 BOOL bDisCRC,
975 BOOL bDisCRC,
987 if (bDisCRC) {
1204 BOOL bDisCRC,
1216 if (bDisCRC) {
1313 BOOL bDisCRC = FALSE; local
1323 bDisCRC = TRUE;
1349 s_vFillRTSHead(pDevice, byPktType, pvRTS, cbFrameSize, bNeedACK, bDisCRC, psEthHeader, wCurrentRate, byFBOption);
1361 s_vFillCTSHead(pDevice, uDMAIdx, byPktType, pvCTS, cbFrameSize, bNeedACK, bDisCRC, wCurrentRat
969 s_vFillRTSHead( PSDevice pDevice, BYTE byPktType, void *pvRTS, unsigned int cbFrameLength, BOOL bNeedAck, BOOL bDisCRC, PSEthernetHeader psEthHeader, WORD wCurrentRate, BYTE byFBOption ) argument
1197 s_vFillCTSHead( PSDevice pDevice, unsigned int uDMAIdx, BYTE byPktType, void *pvCTS, unsigned int cbFrameLength, BOOL bNeedAck, BOOL bDisCRC, WORD wCurrentRate, BYTE byFBOption ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Drxtx.c139 bool bDisCRC,
850 bool bDisCRC,
862 if (bDisCRC) {
1045 bool bDisCRC,
1057 if (bDisCRC) {
1159 bool bDisCRC = false; local
1169 bDisCRC = true;
1195 s_vFillRTSHead(pDevice, byPktType, pvRTS, cbFrameSize, bNeedACK, bDisCRC, psEthHeader, wCurrentRate, byFBOption);
1209 s_vFillCTSHead(pDevice, uDMAIdx, byPktType, pvCTS, cbFrameSize, bNeedACK, bDisCRC, wCurrentRate, byFBOption);
1222 s_vFillRTSHead(pDevice, byPktType, pvRTS, cbFrameSize, bNeedACK, bDisCRC, psEthHeade
844 s_vFillRTSHead( PSDevice pDevice, unsigned char byPktType, void * pvRTS, unsigned int cbFrameLength, bool bNeedAck, bool bDisCRC, PSEthernetHeader psEthHeader, unsigned short wCurrentRate, unsigned char byFBOption ) argument
1038 s_vFillCTSHead( PSDevice pDevice, unsigned int uDMAIdx, unsigned char byPktType, void * pvCTS, unsigned int cbFrameLength, bool bNeedAck, bool bDisCRC, unsigned short wCurrentRate, unsigned char byFBOption ) argument
[all...]

Completed in 48 milliseconds