Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/include/common/
Dhtc.h218 u8 LookAhead[4]; /* 4 byte lookahead */
227 u8 LookAhead[4]; /* 4 byte lookahead */
/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_recv.c152 ((u8 *)(&pNextLookAheads[0]))[0] = pLookAhead->LookAhead[0]; in HTCProcessTrailer()
153 ((u8 *)(&pNextLookAheads[0]))[1] = pLookAhead->LookAhead[1]; in HTCProcessTrailer()
154 ((u8 *)(&pNextLookAheads[0]))[2] = pLookAhead->LookAhead[2]; in HTCProcessTrailer()
155 ((u8 *)(&pNextLookAheads[0]))[3] = pLookAhead->LookAhead[3]; in HTCProcessTrailer()
191 ((u8 *)(&pNextLookAheads[i]))[0] = pBundledLookAheadRpt->LookAhead[0]; in HTCProcessTrailer()
192 ((u8 *)(&pNextLookAheads[i]))[1] = pBundledLookAheadRpt->LookAhead[1]; in HTCProcessTrailer()
193 ((u8 *)(&pNextLookAheads[i]))[2] = pBundledLookAheadRpt->LookAhead[2]; in HTCProcessTrailer()
194 ((u8 *)(&pNextLookAheads[i]))[3] = pBundledLookAheadRpt->LookAhead[3]; in HTCProcessTrailer()
499 static INLINE void SetRxPacketIndicationFlags(u32 LookAhead, in SetRxPacketIndicationFlags() argument
503 struct htc_frame_hdr *pHdr = (struct htc_frame_hdr *)&LookAhead; in SetRxPacketIndicationFlags()
/linux-2.6.39/drivers/staging/ath6kl/htc2/AR6000/
Dar6k_events.c97 *pLookAhead = events.LookAhead; in DevPollMboxMsgRecv()
324 lookAhead = pEvents->LookAhead; in DevGetEventAsyncHandler()
509 lookAhead = events.LookAhead; in ProcessPendingIRQs()
/linux-2.6.39/drivers/staging/ath6kl/include/
Dhif.h347 u32 LookAhead; member