Searched refs:sgptr (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/usb/storage/ |
D | protocol.c | 135 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() 165 *sgptr = miter.piter.sg; in usb_stor_access_xfer_buf() 168 *sgptr = sg_next(miter.piter.sg); in usb_stor_access_xfer_buf()
|
/linux-4.4.14/drivers/scsi/ |
D | aha1740.c | 218 struct aha1740_sg *sgptr; in aha1740_intr_handle() local 254 sgptr = (struct aha1740_sg *) SCtmp->host_scribble; in aha1740_intr_handle() 261 sgptr->sg_dma_addr); in aha1740_intr_handle() 322 struct aha1740_sg *sgptr; in aha1740_queuecommand_lck() local 391 sgptr = (struct aha1740_sg *) SCpnt->host_scribble; in aha1740_queuecommand_lck() 392 sgptr->sg_dma_addr = sg_dma; in aha1740_queuecommand_lck() 404 cptr = sgptr->sg_chain; in aha1740_queuecommand_lck()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 415 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 …]
|
D | aic7xxx_core.c | 438 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 …]
|
D | aic79xx_inline.h | 100 void *sgptr, dma_addr_t addr,
|
D | aic7xxx.h | 460 /*20*/ uint32_t sgptr; member
|
D | aic79xx.h | 502 /*36*/ uint32_t sgptr; member
|
D | aic7xxx_osm.c | 1551 scb->hscb->sgptr = in ahc_linux_run_command() 1561 scb->hscb->sgptr = ahc_htole32(SG_LIST_NULL); in ahc_linux_run_command()
|