Lines Matching refs:slp
6773 struct scatterlist *slp; in asc_build_req() local
6803 slp = (struct scatterlist *) scp->request_buffer; in asc_build_req()
6804 for (sgcnt = 0; sgcnt < scp->use_sg; sgcnt++, slp++) { in asc_build_req()
6806 cpu_to_le32(virt_to_bus(slp->address)); in asc_build_req()
6807 asc_sg_head.sg_list[sgcnt].bytes = cpu_to_le32(slp->length); in asc_build_req()
6808 ASC_STATS_ADD(scp->host, sg_xfer, ASC_CEILING(slp->length, 512)); in asc_build_req()
6983 struct scatterlist *slp; in adv_get_sglist() local
6990 slp = (struct scatterlist *) scp->request_buffer; in adv_get_sglist()
7064 cpu_to_le32(virt_to_bus(slp->address)); in adv_get_sglist()
7065 sg_block->sg_list[i].sg_count = cpu_to_le32(slp->length); in adv_get_sglist()
7066 ASC_STATS_ADD(scp->host, sg_xfer, ASC_CEILING(slp->length, 512)); in adv_get_sglist()
7074 slp++; in adv_get_sglist()