Home
last modified time | relevance | path

Searched refs:vc_maxmux (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c935 ASSERT(vcp->vc_maxmux > 0); in smb_iod_sendall()
950 if (++muxcnt == vcp->vc_maxmux) { in smb_iod_sendall()
963 (muxcnt < vcp->vc_maxmux) ? 0 : 1; in smb_iod_sendall()
H A Dsmb_conn.h198 #define vc_maxmux vc_work.wk_sopt.sv_maxmux macro