Searched refs:leftpcount (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
577 leftpcount = totpcount;
605 if (len + leftpcount > txmax) {
606 txpcount = min(leftpcount, txmax - len);
611 txpcount = leftpcount;
617 leftpcount -= txpcount;
654 if (leftpcount == 0 && leftdcount == 0)
659 while (leftpcount || leftdcount) {
678 if (len + leftpcount > txmax) {
679 txpcount = min(leftpcount, txma
[all...]

Completed in 60 milliseconds