Searched refs:nsend (Results 1 – 1 of 1) sorted by relevance
1419 u32 nsend; in pad_with_zeros() local1433 nsend = min(fsg->common->usb_amount_left, FSG_BUFLEN); in pad_with_zeros()1434 memset(bh->buf + nkeep, 0, nsend - nkeep); in pad_with_zeros()1435 bh->inreq->length = nsend; in pad_with_zeros()1440 fsg->common->usb_amount_left -= nsend; in pad_with_zeros()