Lines Matching defs:sgnext
1158 struct scatterlist **sg, *sgnext, *sgnew = NULL;
1222 sgnext = ichan->sg[!ichan->active_buffer];
1234 sgnext ? (u64)sg_dma_address(sgnext) : 0,
1237 /* Find the descriptor of sgnext */
1239 if (sgnext != sgnew)
1240 dev_err(dev, "Submitted buffer %p, next buffer %p\n", sgnext, sgnew);
1243 * if sgnext == NULL sg must be the last element in a scatterlist and
1246 if (unlikely(!sgnext)) {
1265 if (unlikely(!sg_next(*sg)) || !sgnext) {