Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/hif/sdio/linux_sdio/src/
Dhif_scatter.c133 if ((unsigned long)pReq->ScatterList[i].pBuffer & 0x3) { in DoHifReadWriteScatter()
139 (unsigned long)pReq->ScatterList[i].pBuffer)); in DoHifReadWriteScatter()
143 i,(unsigned long)pReq->ScatterList[i].pBuffer,pReq->ScatterList[i].Length)); in DoHifReadWriteScatter()
145 sg_set_buf(pSg, pReq->ScatterList[i].pBuffer, pReq->ScatterList[i].Length); in DoHifReadWriteScatter()
/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()
422 pScatterReq->ScatterList[i].pBuffer = pPacket->pBuffer; in HTCIssueSendBundle()
423 pScatterReq->ScatterList[i].Length = transferLength; 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()
1061 pScatterReq->ScatterList[i].pBuffer = pPacket->pBuffer; in HTCIssueRecvPacketBundle()
1062 pScatterReq->ScatterList[i].Length = paddedLength; in HTCIssueRecvPacketBundle()
1068 pScatterReq->ScatterList[i].pCallerContexts[0] = pPacket; in HTCIssueRecvPacketBundle()
1074 A_ASSERT(pScatterReq->ScatterList[i].Length); in HTCIssueRecvPacketBundle()
1075 totalLength += pScatterReq->ScatterList[i].Length; in HTCIssueRecvPacketBundle()
/linux-2.6.39/drivers/staging/ath6kl/htc2/AR6000/
Dar6k.c628 length = min((int)pReq->ScatterList[i].Length, remaining); in DevCopyScatterListToFromDMABuffer()
630 if (length != (int)pReq->ScatterList[i].Length) { in DevCopyScatterListToFromDMABuffer()
638 memcpy(pReq->ScatterList[i].pBuffer, pDMABuffer , length); in DevCopyScatterListToFromDMABuffer()
641 memcpy(pDMABuffer, pReq->ScatterList[i].pBuffer, length); in DevCopyScatterListToFromDMABuffer()
/linux-2.6.39/drivers/staging/ath6kl/include/
Dhif.h301 struct hif_scatter_item ScatterList[1]; /* start of scatter list */ member
/linux-2.6.39/drivers/block/
DDAC960.c354 Command->cmd_sglist = Command->V1.ScatterList; in DAC960_CreateAuxiliaryStructures()
360 Command->cmd_sglist = Command->V2.ScatterList; in DAC960_CreateAuxiliaryStructures()
3208 struct scatterlist *ScatterList = Command->V1.ScatterList; in DAC960_V1_QueueReadWriteCommand() local
3223 (DAC960_BusAddress32_T)sg_dma_address(ScatterList); in DAC960_V1_QueueReadWriteCommand()
3241 for (i = 0; i < Command->SegmentCount; i++, ScatterList++, ScatterGatherList++) { in DAC960_V1_QueueReadWriteCommand()
3243 (DAC960_BusAddress32_T)sg_dma_address(ScatterList); in DAC960_V1_QueueReadWriteCommand()
3245 (DAC960_ByteCount32_T)sg_dma_len(ScatterList); in DAC960_V1_QueueReadWriteCommand()
3261 struct scatterlist *ScatterList = Command->V2.ScatterList; in DAC960_V2_QueueReadWriteCommand() local
3289 (DAC960_BusAddress64_T)sg_dma_address(ScatterList); in DAC960_V2_QueueReadWriteCommand()
3315 for (i = 0; i < Command->SegmentCount; i++, ScatterList++, ScatterGatherList++) { in DAC960_V2_QueueReadWriteCommand()
[all …]
DDAC960.h2245 struct scatterlist ScatterList[DAC960_V1_ScatterGatherLimit]; member
2258 struct scatterlist ScatterList[DAC960_V2_ScatterGatherLimit]; member