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

/freebsd-12-stable/sys/netsmb/
H A Dsmb_rq.h116 u_int16_t t2_maxdcount; /* max data bytes to return */ member in struct:smb_t2rq
H A Dsmb_usr.c325 t2p->t2_maxdcount = dp->ioc_rdatacnt;
H A Dsmb_rq.c593 mb_put_uint16le(mbp, t2p->t2_maxdcount);
/freebsd-12-stable/sys/fs/smbfs/
H A Dsmbfs_smb.c159 t2p->t2_maxdcount = sizeof(int64_t) * 2 + sizeof(uint32_t) * 2;
200 t2p->t2_maxdcount = 4 * 4 + 2;
296 t2p->t2_maxdcount = 0;
523 t2p->t2_maxdcount = vcp->vc_txmax;
574 t2p->t2_maxdcount = 56;
666 t2p->t2_maxdcount = 0;
1164 t2p->t2_maxdcount = vcp->vc_txmax;

Completed in 66 milliseconds