Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_smb.c409 vcp->vc_txmax = sv->sv_maxtx; in smb_smb_negotiate()
410 if (vcp->vc_txmax > 0x8000) in smb_smb_negotiate()
411 vcp->vc_txmax = 0x8000; in smb_smb_negotiate()
427 tlen = vcp->vc_txmax - 68; in smb_smb_negotiate()
H A Dsmb_conn.h285 #define vc_txmax vc_iods.is_txmax macro
H A Dsmb_rq.c1087 txmax = vcp->vc_txmax; in smb_t2_request_int()
1328 txmax = vcp->vc_txmax; in smb_nt_request_int()
H A Dsmb2_smb.c331 vcp->vc_txmax = sp->sv2_maxtransact; in smb2_smb_negotiate()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb1.c177 t2p->t2_maxdcount = vcp->vc_txmax; in smbfs_smb1_trans2_query()