Searched refs:NumLookAheads (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/staging/ath6kl/htc2/ |
D | htc_recv.c | 390 int NumLookAheads, in HTCAsyncRecvCheckMorePackets() argument 394 if (NumLookAheads > 0) { in HTCAsyncRecvCheckMorePackets() 399 NumLookAheads)); in HTCAsyncRecvCheckMorePackets() 403 … nextStatus = HTCRecvMessagePendingHandler(target, NextLookAheads, NumLookAheads, NULL, &fetched); in HTCAsyncRecvCheckMorePackets() 409 NumLookAheads * (sizeof(u32)), in HTCAsyncRecvCheckMorePackets() 1120 int HTCRecvMessagePendingHandler(void *Context, u32 MsgLookAheads[], int NumLookAheads, bool *pAsyn… in HTCRecvMessagePendingHandler() argument 1134 …_DEBUG_PRINTF(ATH_DEBUG_RECV,("+HTCRecvMessagePendingHandler NumLookAheads: %d \n",NumLookAheads)); in HTCRecvMessagePendingHandler() 1152 if (NumLookAheads > HTC_HOST_MAX_MSG_PER_BUNDLE) { in HTCRecvMessagePendingHandler() 1158 memcpy(lookAheads, MsgLookAheads, (sizeof(u32)) * NumLookAheads); in HTCRecvMessagePendingHandler() 1166 if (NumLookAheads > HTC_HOST_MAX_MSG_PER_BUNDLE) { in HTCRecvMessagePendingHandler() [all …]
|
D | htc_internal.h | 172 int HTCRecvMessagePendingHandler(void *Context, u32 MsgLookAheads[], int NumLookAheads, bool *pA…
|
/linux-2.6.39/drivers/staging/ath6kl/htc2/AR6000/ |
D | ar6k.h | 126 int NumLookAheads,
|