Searched refs:psgl (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/syslib/
H A Dppc4xx_sgdma.c60 sgl_list_info_t *psgl = (sgl_list_info_t *) handle; local
68 if (psgl->dmanr >= MAX_PPC4xx_DMA_CHANNELS) {
69 printk("ppc4xx_add_dma_sgl: bad channel: %d\n", psgl->dmanr);
73 p_dma_ch = &dma_channels[psgl->dmanr];
108 if ((unsigned) (psgl->ptail + 1) >= ((unsigned) psgl + SGL_LIST_SIZE)) {
113 if (!psgl->ptail) {
114 psgl->phead = (ppc_sgl_t *)
115 ((unsigned) psgl + sizeof (sgl_list_info_t));
116 psgl
147 sgl_list_info_t *psgl = (sgl_list_info_t *) handle; local
180 sgl_list_info_t *psgl = (sgl_list_info_t *) handle; local
208 sgl_list_info_t *psgl = (sgl_list_info_t *) handle; local
292 sgl_list_info_t *psgl = (sgl_list_info_t *) handle; local
357 sgl_list_info_t *psgl=NULL; local
442 sgl_list_info_t *psgl = (sgl_list_info_t *) handle; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dtmscsim.c356 struct scatterlist *psgl = pSRB->pSegmentList; local
359 pSRB->SGBusAddr = sg_dma_address(psgl);
360 pSRB->SGToBeXferLen = sg_dma_len(psgl);
1153 struct scatterlist *psgl; local
1159 psgl = pSRB->pSegmentList;
1162 while (pSRB->TotalXferredLen + (unsigned long) sg_dma_len(psgl) < pSRB->Saved_Ptr)
1164 pSRB->TotalXferredLen += (unsigned long) sg_dma_len(psgl);

Completed in 160 milliseconds