Lines Matching refs:slp
7477 struct scatterlist *slp;
7509 scsi_for_each_sg(scp, slp, use_sg, sgcnt) {
7511 cpu_to_le32(sg_dma_address(slp));
7513 cpu_to_le32(sg_dma_len(slp));
7515 DIV_ROUND_UP(sg_dma_len(slp), 512));
7544 struct scatterlist *slp;
7550 slp = scsi_sglist(scp);
7613 cpu_to_le32(sg_dma_address(slp));
7615 cpu_to_le32(sg_dma_len(slp));
7617 DIV_ROUND_UP(sg_dma_len(slp), 512));
7627 slp = sg_next(slp);