Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_send.c290 pPacket = (struct htc_packet *)(pScatterReq->ScatterList[i].pCallerContexts[0]); in HTCAsyncSendScatterCompletion()
360 pScatterReq->ScatterList[i].pCallerContexts[0] = NULL; in HTCIssueSendBundle()
416 pScatterReq->ScatterList[i].pCallerContexts[0] = pPacket; in HTCIssueSendBundle()
453 pPacket = (struct htc_packet *)(pScatterReq->ScatterList[i].pCallerContexts[0]); in HTCIssueSendBundle()
Dhtc_recv.c912 pPacket = (struct htc_packet *)pScatterReq->ScatterList[0].pCallerContexts[0]; in HTCAsyncRecvScatterCompletion()
920 pPacket = (struct htc_packet *)pScatterReq->ScatterList[i].pCallerContexts[0]; in HTCAsyncRecvScatterCompletion()
1068 pScatterReq->ScatterList[i].pCallerContexts[0] = pPacket; in HTCIssueRecvPacketBundle()
/linux-2.6.39/drivers/staging/ath6kl/include/
Dhif.h276 …void *pCallerContexts[2]; /* space for caller to insert a context associated with this ite… member