Home
last modified time | relevance | path

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

/drivers/usb/storage/
Dprotocol.c135 unsigned int buflen, struct scsi_cmnd *srb, struct scatterlist **sgptr, in usb_stor_access_xfer_buf() argument
139 struct scatterlist *sg = *sgptr; in usb_stor_access_xfer_buf()
198 *sgptr = sg; in usb_stor_access_xfer_buf()
/drivers/staging/rts5139/
Drts51x_transport.c54 void **sgptr, unsigned int *offset, in rts51x_access_sglist() argument
58 struct scatterlist *sg = (struct scatterlist *)*sgptr; in rts51x_access_sglist()
117 *sgptr = sg; in rts51x_access_sglist()
125 struct scatterlist **sgptr, in rts51x_access_xfer_buf() argument
129 (void **)sgptr, offset, dir); in rts51x_access_xfer_buf()
472 unsigned pipe, unsigned period, void *buf, struct scatterlist **sgptr,
478 struct scatterlist *sg = *sgptr, *first_sg;
592 *sgptr = sg;
745 unsigned int pipe, void *buf, struct scatterlist **sgptr,
759 chip->usb->pusb_dev, pipe, 0, buf, sgptr, offset,
Drts51x_transport.h41 void **sgptr, unsigned int *offset,
45 struct scatterlist **sgptr,
/drivers/scsi/
Daha1740.c237 struct aha1740_sg *sgptr; in aha1740_intr_handle() local
273 sgptr = (struct aha1740_sg *) SCtmp->host_scribble; in aha1740_intr_handle()
280 sgptr->sg_dma_addr); in aha1740_intr_handle()
341 struct aha1740_sg *sgptr; in aha1740_queuecommand_lck() local
410 sgptr = (struct aha1740_sg *) SCpnt->host_scribble; in aha1740_queuecommand_lck()
411 sgptr->sg_dma_addr = sg_dma; in aha1740_queuecommand_lck()
423 cptr = sgptr->sg_chain; in aha1740_queuecommand_lck()
/drivers/scsi/aic7xxx/
Daic79xx_core.c415 void *sgptr, dma_addr_t addr, bus_size_t len, int last) in ahd_sg_setup() argument
422 sg = (struct ahd_dma64_seg *)sgptr; in ahd_sg_setup()
429 sg = (struct ahd_dma_seg *)sgptr; in ahd_sg_setup()
492 scb->hscb->sgptr = ahd_htole32(scb->sg_list_busaddr|SG_FULL_RESID); in ahd_setup_data_scb()
498 scb->hscb->sgptr = ahd_htole32(SG_LIST_NULL); in ahd_setup_noxfer_scb()
1102 uint32_t sgptr; in ahd_update_residual() local
1104 sgptr = ahd_le32toh(scb->hscb->sgptr); in ahd_update_residual()
1105 if ((sgptr & SG_STATUS_VALID) != 0) in ahd_update_residual()
1112 uint32_t sgptr; in ahd_complete_scb() local
1114 sgptr = ahd_le32toh(scb->hscb->sgptr); in ahd_complete_scb()
[all …]
Daic7xxx_core.c438 uint32_t sgptr; in ahc_update_residual() local
440 sgptr = ahc_le32toh(scb->hscb->sgptr); in ahc_update_residual()
441 if ((sgptr & SG_RESID_VALID) != 0) in ahc_update_residual()
1141 hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID; in ahc_handle_seqint()
1142 hscb->sgptr = ahc_htole32(hscb->sgptr); in ahc_handle_seqint()
2119 ahc_le32toh(hscb->sgptr),
4182 uint32_t sgptr; in ahc_handle_ign_wide_residue() local
4184 sgptr = ahc_inb(ahc, SCB_RESIDUAL_SGPTR); in ahc_handle_ign_wide_residue()
4185 if ((sgptr & SG_LIST_NULL) != 0 in ahc_handle_ign_wide_residue()
4200 sgptr = ahc_inl(ahc, SCB_RESIDUAL_SGPTR); in ahc_handle_ign_wide_residue()
[all …]
Daic79xx_inline.h100 void *sgptr, dma_addr_t addr,
Daic7xxx.h460 /*20*/ uint32_t sgptr; member
Daic79xx.h502 /*36*/ uint32_t sgptr; member
Daic7xxx_osm.c1572 scb->hscb->sgptr = in ahc_linux_run_command()
1582 scb->hscb->sgptr = ahc_htole32(SG_LIST_NULL); in ahc_linux_run_command()
/drivers/staging/keucr/
Dscsiglue.c411 unsigned int buflen, struct scsi_cmnd *srb, struct scatterlist **sgptr, in usb_stor_access_xfer_buf() argument
417 struct scatterlist *sg = *sgptr; in usb_stor_access_xfer_buf()
457 *sgptr = sg; in usb_stor_access_xfer_buf()