Searched refs:sg_left (Results 1 – 1 of 1) sorted by relevance
137 unsigned int sg_left, part = 0; in uvc_video_encode_isoc_sg() local163 sg_left = buf->sg->length - buf->offset; in uvc_video_encode_isoc_sg()164 part = min_t(unsigned int, len, sg_left); in uvc_video_encode_isoc_sg()168 if (part == sg_left) { in uvc_video_encode_isoc_sg()