Searched refs:leftpcount (Results 1 – 1 of 1) sorted by relevance
557 int totpcount, leftpcount, totdcount, leftdcount, len, txmax, i; in smb_t2_request_int() local577 leftpcount = totpcount; 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()611 txpcount = leftpcount; in smb_t2_request_int()617 leftpcount -= txpcount; in smb_t2_request_int()654 if (leftpcount == 0 && leftdcount == 0) in smb_t2_request_int()659 while (leftpcount || leftdcount) { 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()[all …]