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

/freebsd-11-stable/sys/netsmb/
H A Dsmb_rq.c557 int totpcount, leftpcount, totdcount, leftdcount, len, txmax, i; local
576 leftdcount = totdcount;
614 txdcount = min(leftdcount, txmax - len);
618 leftdcount -= txdcount;
654 if (leftpcount == 0 && leftdcount == 0)
659 while (leftpcount || leftdcount) {
687 txdcount = min(leftdcount, txmax - len);
695 mb_put_uint16le(mbp, totdcount - leftdcount);
697 leftdcount -= txdcount;

Completed in 76 milliseconds