Lines Matching refs:slp
7563 struct scatterlist *slp;
7595 scsi_for_each_sg(scp, slp, use_sg, sgcnt) {
7597 cpu_to_le32(sg_dma_address(slp));
7599 cpu_to_le32(sg_dma_len(slp));
7601 DIV_ROUND_UP(sg_dma_len(slp), 512));
7630 struct scatterlist *slp;
7636 slp = scsi_sglist(scp);
7699 cpu_to_le32(sg_dma_address(slp));
7701 cpu_to_le32(sg_dma_len(slp));
7703 DIV_ROUND_UP(sg_dma_len(slp), 512));
7713 slp = sg_next(slp);