vc_txmax
vcp->vc_txmax = sp->sv2_maxtransact;
txmax = vcp->vc_txmax;
txmax = vcp->vc_txmax;
vcp->vc_txmax = sv->sv_maxtx;
if (vcp->vc_txmax > 0x8000)
vcp->vc_txmax = 0x8000;
tlen = vcp->vc_txmax - 68;
t2p->t2_maxdcount = vcp->vc_txmax;