Lines Matching defs:sgel
294 struct scatterlist *sgel;
305 scsi_for_each_sg(scmnd, sgel, req->nsge, i) {
307 sgl->addr0 = cpu_to_be64(sg_dma_address(sgel));
308 sgl->len0 = cpu_to_be32(sg_dma_len(sgel));
314 sg_dma_address(sgel));
316 sg_dma_len(sgel));
320 sg_dma_address(sgel));
322 sg_dma_len(sgel));
558 struct scatterlist *sgel = NULL;
569 scsi_for_each_sg(scmnd, sgel, req->nsge, i) {
570 sg_addr = sg_dma_address(sgel);
571 sg_len = sg_dma_len(sgel);