Lines Matching refs:l2te
293 toep->l2te = t4_l2t_get(vi->pi, rt_ifp, in t4_connect()
295 if (toep->l2te == NULL) in t4_connect()
300 toep->l2te->idx, &toep->params); in t4_connect()
326 cpl->params = select_ntuple(vi, toep->l2te); in t4_connect()
331 cpl5->params = select_ntuple(vi, toep->l2te); in t4_connect()
337 cpl6->params = select_ntuple(vi, toep->l2te); in t4_connect()
363 cpl->params = select_ntuple(vi, toep->l2te); in t4_connect()
368 cpl5->params = select_ntuple(vi, toep->l2te); in t4_connect()
374 cpl6->params = select_ntuple(vi, toep->l2te); in t4_connect()
398 rc = t4_l2t_send(sc, wr, toep->l2te); in t4_connect()
418 if (toep->l2te) in t4_connect()
419 t4_l2t_release(toep->l2te); in t4_connect()