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

/freebsd-10-stable/sys/fs/smbfs/
H A Dsmbfs_vfsops.c173 mp->mnt_stat.f_iosize = SSTOVC(ssp)->vc_txmax;
400 sbp->f_iosize = SSTOVC(ssp)->vc_txmax; /* optimal transfer block size */
H A Dsmbfs_node.c392 va->va_blocksize = SSTOVC(smp->sm_share)->vc_txmax;
H A Dsmbfs_smb.c521 t2p->t2_maxdcount = vcp->vc_txmax;
955 maxent = min(ctx->f_left, (vcp->vc_txmax - SMB_HDRLEN - 3) / SMB_DENTRYLEN);
1162 t2p->t2_maxdcount = vcp->vc_txmax;
/freebsd-10-stable/sys/netsmb/
H A Dsmb_conn.h264 int vc_txmax; /* max tx/rx packet size */ member in struct:smb_vc
H A Dsmb_smb.c274 vcp->vc_txmax = min(sp->sv_maxtx, maxqsz);
781 blksz = SSTOVC(ssp)->vc_txmax - SMB_HDRLEN - 16;
856 blksz = SSTOVC(ssp)->vc_txmax - SMB_HDRLEN - 16;
H A Dsmb_rq.c578 txmax = vcp->vc_txmax;

Completed in 159 milliseconds