Searched refs:pCallerContexts (Results 1 – 3 of 3) sorted by relevance
290 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()
912 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()
276 …void *pCallerContexts[2]; /* space for caller to insert a context associated with this ite… member