Searched refs:txmax (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
578 txmax = vcp->vc_txmax;
605 if (len + leftpcount > txmax) {
606 txpcount = min(leftpcount, txmax - len);
614 txdcount = min(leftdcount, txmax - len);
637 SMBSDEBUG("%d:%d:%d\n", error, txpcount, txmax);
678 if (len + leftpcount > txmax) {
679 txpcount = min(leftpcount, txmax - len);
687 txdcount = min(leftdcount, txmax - len);

Completed in 41 milliseconds