Searched refs:maxqsz (Results 1 – 1 of 1) sorted by relevance
120 int error, maxqsz; in smb_smb_negotiate() local267 SMB_TRAN_GETPARAM(vcp, SMBTP_RCVSZ, &maxqsz); in smb_smb_negotiate()268 vcp->vc_rxmax = min(smb_vc_maxread(vcp), maxqsz - 1024); in smb_smb_negotiate()269 SMB_TRAN_GETPARAM(vcp, SMBTP_SNDSZ, &maxqsz); in smb_smb_negotiate()270 vcp->vc_wxmax = min(smb_vc_maxwrite(vcp), maxqsz - 1024); in smb_smb_negotiate()271 vcp->vc_txmax = min(sp->sv_maxtx, maxqsz); in smb_smb_negotiate()