Lines Matching defs:vi
248 struct vi_info *vi;
264 vi = if_getsoftc(rt_ifp);
268 vi = if_getsoftc(ifp);
285 toep = alloc_toepcb(vi, M_NOWAIT);
293 toep->l2te = t4_l2t_get(vi->pi, rt_ifp,
299 init_conn_params(vi, &settings, &inp->inp_inc, so, NULL,
301 init_toepcb(vi, toep);
326 cpl->params = select_ntuple(vi, toep->l2te);
331 cpl5->params = select_ntuple(vi, toep->l2te);
337 cpl6->params = select_ntuple(vi, toep->l2te);
348 cpl->opt0 = calc_options0(vi, &toep->params);
349 cpl->opt2 = calc_options2(vi, &toep->params);
363 cpl->params = select_ntuple(vi, toep->l2te);
368 cpl5->params = select_ntuple(vi, toep->l2te);
374 cpl6->params = select_ntuple(vi, toep->l2te);
381 cpl->opt0 = calc_options0(vi, &toep->params);
382 cpl->opt2 = calc_options2(vi, &toep->params);