Home
last modified time | relevance | path

Searched refs:fullLength (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_recv.c700 int fullLength; in AllocAndPrepareRxPackets() local
754fullLength = DEV_CALC_RECV_PADDED_LEN(&target->Device,pHdr->PayloadLen + sizeof(struct htc_frame_h… in AllocAndPrepareRxPackets()
770 fullLength); in AllocAndPrepareRxPackets()
774 (fullLength > pEndpoint->EpCallBacks.RecvAllocThreshold)) { in AllocAndPrepareRxPackets()
783 fullLength); in AllocAndPrepareRxPackets()
835 if ((u32)fullLength > pPacket->BufferLength) { in AllocAndPrepareRxPackets()
838 pHdr->PayloadLen, fullLength, pPacket->BufferLength)); in AllocAndPrepareRxPackets()