Searched refs:vc_wxmax (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/netsmb/
H A Dsmb_conn.h266 int vc_wxmax; /* max writex data size */ member in struct:smb_vc
H A Dsmb_smb.c273 vcp->vc_wxmax = min(smb_vc_maxwrite(vcp), maxqsz - 1024);
730 *len = min(SSTOVC(ssp)->vc_wxmax, *len);

Completed in 57 milliseconds