Lines Matching defs:slp
7478 struct scatterlist *slp;
7510 scsi_for_each_sg(scp, slp, use_sg, sgcnt) {
7512 cpu_to_le32(sg_dma_address(slp));
7514 cpu_to_le32(sg_dma_len(slp));
7516 DIV_ROUND_UP(sg_dma_len(slp), 512));
7545 struct scatterlist *slp;
7551 slp = scsi_sglist(scp);
7614 cpu_to_le32(sg_dma_address(slp));
7616 cpu_to_le32(sg_dma_len(slp));
7618 DIV_ROUND_UP(sg_dma_len(slp), 512));
7628 slp = sg_next(slp);