Searched refs:leftpcount (Results 1 – 1 of 1) sorted by relevance
946 int totpcount, leftpcount, totdcount, leftdcount, len, txmax, i; in smb_t2_request_int() local966 leftpcount = totpcount; in smb_t2_request_int()1004 if (len + leftpcount > txmax) { in smb_t2_request_int()1005 txpcount = min(leftpcount, txmax - len); in smb_t2_request_int()1010 txpcount = leftpcount; in smb_t2_request_int()1021 leftpcount -= txpcount; in smb_t2_request_int()1065 if (leftpcount || leftdcount) { in smb_t2_request_int()1076 while (leftpcount || leftdcount) { in smb_t2_request_int()1095 if (len + leftpcount > txmax) { in smb_t2_request_int()1096 txpcount = min(leftpcount, txmax - len); in smb_t2_request_int()[all …]