Searched refs:sgptr (Results 1 - 11 of 11) sorted by relevance

/drivers/staging/rts5139/
H A Drts51x_transport.h41 void **sgptr, unsigned int *offset,
45 struct scatterlist **sgptr,
H A Drts51x_transport.c48 * Update the **sgptr and *offset variables so that the next copy will
54 void **sgptr, unsigned int *offset,
58 struct scatterlist *sg = (struct scatterlist *)*sgptr;
75 * the *offset and **sgptr values for the next loop.
117 *sgptr = sg;
125 struct scatterlist **sgptr,
129 (void **)sgptr, offset, dir);
472 unsigned pipe, unsigned period, void *buf, struct scatterlist **sgptr,
478 struct scatterlist *sg = *sgptr, *first_sg;
591 RTS51X_DEBUGP("sg address stored in sgptr
52 rts51x_access_sglist(unsigned char *buffer, unsigned int buflen, void *sglist, void **sgptr, unsigned int *offset, enum xfer_buf_dir dir) argument
123 rts51x_access_xfer_buf(unsigned char *buffer, unsigned int buflen, struct scsi_cmnd *srb, struct scatterlist **sgptr, unsigned int *offset, enum xfer_buf_dir dir) argument
[all...]
/drivers/usb/storage/
H A Dprotocol.c131 * Update the **sgptr and *offset variables so that the next copy will
135 unsigned int buflen, struct scsi_cmnd *srb, struct scatterlist **sgptr,
139 struct scatterlist *sg = *sgptr;
156 * the *offset and **sgptr values for the next loop.
198 *sgptr = sg;
134 usb_stor_access_xfer_buf(unsigned char *buffer, unsigned int buflen, struct scsi_cmnd *srb, struct scatterlist **sgptr, unsigned int *offset, enum xfer_buf_dir dir) argument
/drivers/scsi/
H A Daha1740.c238 struct aha1740_sg *sgptr; local
274 sgptr = (struct aha1740_sg *) SCtmp->host_scribble;
281 sgptr->sg_dma_addr);
342 struct aha1740_sg *sgptr; local
411 sgptr = (struct aha1740_sg *) SCpnt->host_scribble;
412 sgptr->sg_dma_addr = sg_dma;
424 cptr = sgptr->sg_chain;
/drivers/staging/keucr/
H A Dscsiglue.c411 unsigned int buflen, struct scsi_cmnd *srb, struct scatterlist **sgptr,
417 struct scatterlist *sg = *sgptr;
457 *sgptr = sg;
410 usb_stor_access_xfer_buf(struct us_data *us, unsigned char *buffer, unsigned int buflen, struct scsi_cmnd *srb, struct scatterlist **sgptr, unsigned int *offset, enum xfer_buf_dir dir) argument
/drivers/scsi/aic7xxx/
H A Daic79xx_inline.h100 void *sgptr, dma_addr_t addr,
H A Daic79xx_core.c415 void *sgptr, dma_addr_t addr, bus_size_t len, int last)
422 sg = (struct ahd_dma64_seg *)sgptr;
429 sg = (struct ahd_dma_seg *)sgptr;
492 scb->hscb->sgptr = ahd_htole32(scb->sg_list_busaddr|SG_FULL_RESID);
498 scb->hscb->sgptr = ahd_htole32(SG_LIST_NULL);
1102 uint32_t sgptr; local
1104 sgptr = ahd_le32toh(scb->hscb->sgptr);
1105 if ((sgptr & SG_STATUS_VALID) != 0)
1112 uint32_t sgptr; local
414 ahd_sg_setup(struct ahd_softc *ahd, struct scb *scb, void *sgptr, dma_addr_t addr, bus_size_t len, int last) argument
1439 uint32_t sgptr; local
1484 uint32_t sgptr; local
1553 uint32_t sgptr; local
5716 uint32_t sgptr; local
5847 uint32_t sgptr; local
9144 uint32_t sgptr; local
[all...]
H A Daic7xxx_core.c438 uint32_t sgptr; local
440 sgptr = ahc_le32toh(scb->hscb->sgptr);
441 if ((sgptr & SG_RESID_VALID) != 0)
1141 hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID;
1142 hscb->sgptr = ahc_htole32(hscb->sgptr);
2116 printk(" dataptr:%#x datacnt:%#x sgptr:%#x tag:%#x\n",
2119 ahc_le32toh(hscb->sgptr),
4182 uint32_t sgptr; local
4271 uint32_t sgptr; local
6659 uint32_t sgptr; local
[all...]
H A Daic7xxx.h421 * transfer. The sgptr field is initialized to the bus address for
426 * fields). If no transfer is to occur, sgptr is set to SG_LIST_NULL.
429 * the residual sgptr and datacnt are loaded from the sgptr and the
431 * loaded into the hardware, the residual sgptr is advanced. After
436 * will set the SG_RESID_VALID flag in sgptr and dma the scb back into
440 * o A residual has occurred if SG_FULL_RESID is set in sgptr,
450 * o residual_sgptr and sgptr refer to the "next" sg entry
460 /*20*/ uint32_t sgptr; member in struct:hardware_scb
H A Daic79xx.h454 * transfer. The sgptr field is initialized to the bus address for
459 * fields). If no transfer is to occur, sgptr is set to SG_LIST_NULL.
462 * the residual sgptr and datacnt are loaded from the sgptr and the
464 * loaded into the hardware, the residual sgptr is advanced. After
470 * sgptr and dma the scb back into host memory. To sumarize:
473 * o A residual has occurred if SG_FULL_RESID is set in sgptr,
485 * o residual_sgptr and sgptr refer to the "next" sg entry
502 /*36*/ uint32_t sgptr; member in struct:hardware_scb
H A Daic7xxx_osm.c1572 scb->hscb->sgptr =
1582 scb->hscb->sgptr = ahc_htole32(SG_LIST_NULL);

Completed in 298 milliseconds