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

/freebsd-11-stable/sys/netsmb/
H A Dsmb_rq.c558 int error, doff, poff, txdcount, txpcount, nmlen; local
606 txpcount = min(leftpcount, txmax - len);
611 txpcount = leftpcount;
612 poff = txpcount ? len : 0;
613 len = ALIGN4(len + txpcount);
617 leftpcount -= txpcount;
619 mb_put_uint16le(mbp, txpcount);
634 if (txpcount) {
636 error = md_get_mbuf(&mbparam, txpcount, &m);
637 SMBSDEBUG("%d:%d:%d\n", error, txpcount, txma
[all...]

Completed in 64 milliseconds