Home
last modified time | relevance | path

Searched refs:txmax (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netsmb/
H A Dsmb_rq.c557 int totpcount, leftpcount, totdcount, leftdcount, len, txmax, i; in smb_t2_request_int() local
578 txmax = vcp->vc_txmax; in smb_t2_request_int()
605 if (len + leftpcount > txmax) { in smb_t2_request_int()
606 txpcount = min(leftpcount, txmax - len); in smb_t2_request_int()
614 txdcount = min(leftdcount, txmax - len); in smb_t2_request_int()
637 SMBSDEBUG("%d:%d:%d\n", error, txpcount, txmax); in smb_t2_request_int()
678 if (len + leftpcount > txmax) { in smb_t2_request_int()
679 txpcount = min(leftpcount, txmax - len); in smb_t2_request_int()
687 txdcount = min(leftdcount, txmax - len); in smb_t2_request_int()