Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c1067 int error, doff, poff, txdcount, txpcount, nmlen, nmsize; in smb_t2_request_int() local
1125 txpcount = min(leftpcount, txmax - len); in smb_t2_request_int()
1130 txpcount = leftpcount; in smb_t2_request_int()
1131 poff = txpcount ? len : 0; in smb_t2_request_int()
1137 len = ALIGN4(len + txpcount); in smb_t2_request_int()
1141 leftpcount -= txpcount; in smb_t2_request_int()
1143 mb_put_uint16le(mbp, txpcount); in smb_t2_request_int()
1165 if (txpcount) { in smb_t2_request_int()
1167 error = md_get_mbuf(&mbparam, txpcount, &m); in smb_t2_request_int()
1168 SMBSDEBUG("%d:%d:%d\n", error, txpcount, txmax); in smb_t2_request_int()
[all …]