Searched refs:this_sg (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/gadget/
H A Ddummy_hcd.c1242 u32 this_sg; local
1275 this_sg = min_t(u32, len, miter->length);
1276 miter->consumed = this_sg;
1277 trans += this_sg;
1280 memcpy(ubuf, rbuf, this_sg);
1282 memcpy(rbuf, ubuf, this_sg);
1283 len -= this_sg;
1293 rbuf += this_sg;

Completed in 621 milliseconds