Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_recv.c887 u32 lookAheads[HTC_HOST_MAX_MSG_PER_BUNDLE]; in HTCAsyncRecvScatterCompletion() local
928 status = HTCProcessRecvHeader(target,pPacket,lookAheads,&numLookAheads); in HTCAsyncRecvScatterCompletion()
942 SET_MORE_RX_PACKET_INDICATION_FLAG(lookAheads,numLookAheads,pEndpoint,pPacket); in HTCAsyncRecvScatterCompletion()
976 lookAheads, in HTCAsyncRecvScatterCompletion()
1127 u32 lookAheads[HTC_HOST_MAX_MSG_PER_BUNDLE]; in HTCRecvMessagePendingHandler() local
1158 memcpy(lookAheads, MsgLookAheads, (sizeof(u32)) * NumLookAheads); in HTCRecvMessagePendingHandler()
1173 id = ((struct htc_frame_hdr *)&lookAheads[0])->EndpointID; in HTCRecvMessagePendingHandler()
1185 lookAheads, in HTCRecvMessagePendingHandler()
1297 status = HTCProcessRecvHeader(target,pPacket,lookAheads,&NumLookAheads); in HTCRecvMessagePendingHandler()
1304 SET_MORE_RX_PACKET_INDICATION_FLAG(lookAheads,NumLookAheads,pEndpoint,pPacket); in HTCRecvMessagePendingHandler()