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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.h130 uint16_t t2_maxdcount; /* max data bytes to return */ member in struct:smb_t2rq
H A Dsmb_usr.c270 t2p->t2_maxdcount = ioc->ioc_rdatacnt;
H A Dsmb_rq.c980 mb_put_uint16le(mbp, t2p->t2_maxdcount);
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_xattr.c345 t2p->t2_maxdcount = INT16_MAX;
H A Dsmbfs_smb.c285 t2p->t2_maxdcount = vcp->vc_txmax;
402 t2p->t2_maxdcount = 4 * 3 + 512;
484 t2p->t2_maxdcount = 4 * 4 + 2;
619 t2p->t2_maxdcount = 0;
675 t2p->t2_maxdcount = 0;
1091 t2p->t2_maxdcount = 0;
1958 t2p->t2_maxdcount = 0xF000; /* 64K less some overhead */

Completed in 54 milliseconds