Searched refs:TotalFragNum (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Dmac_pci.h174 ((freeNum) >= (unsigned long)(pTxBlk->TotalFragNum + RTMP_GET_PACKET_FRAGMENTS(pPacket) + 3)) /* rough estimate we will use 3 more descriptor. */
/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.c172 if (fragNum == pTxBlk->TotalFragNum) {
196 if (fragNum == pTxBlk->TotalFragNum) {
H A Dcmm_data.c807 pTxBlk->TotalFragNum += RTMP_GET_PACKET_FRAGMENTS(pPacket); /* The real fragment number maybe vary */
853 pTxBlk->TotalFragNum += RTMP_GET_PACKET_FRAGMENTS(pPacket); /* The real fragment number maybe vary */
H A Dcmm_data_pci.c311 if (fragNum == pTxBlk->TotalFragNum) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Drtmp_data.c2340 pTxBlk->TotalFragNum = 0xff;
2357 pTxBlk->TotalFragNum = fragNum;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h2206 u16 TotalFragNum; /* Total frame fragments required in one batch */ member in struct:rt_tx_blk

Completed in 87 milliseconds