Searched refs:l2te (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_connect.c345 toep->l2te = t4_l2t_get(pi, rt_ifp,
347 if (toep->l2te == NULL)
393 cpl->params = select_ntuple(pi, toep->l2te);
399 c5->params = select_ntuple(pi, toep->l2te);
409 cpl->opt0 = calc_opt0(so, pi, toep->l2te, mtu_idx, rscale,
417 cpl->params = select_ntuple(pi, toep->l2te);
423 c5->params = select_ntuple(pi, toep->l2te);
429 cpl->opt0 = calc_opt0(so, pi, toep->l2te, mtu_idx, rscale,
438 rc = t4_l2t_send(sc, wr, toep->l2te);
455 if (toep->l2te)
[all...]
H A Dt4_tom.h109 struct l2t_entry *l2te; /* L2 table entry used by this connection */ member in struct:toepcb
H A Dt4_tom.c268 CTR5(KTR_CXGBE, "%s: toep %p (tid %d, l2te %p, ce %p)",
269 __func__, toep, tid, toep->l2te, toep->ce);
274 if (toep->l2te)
275 t4_l2t_release(toep->l2te);
H A Dt4_cpl_io.c196 t4_l2t_send(sc, wr, toep->l2te);
397 t4_l2t_send(sc, wr, toep->l2te);
728 t4_l2t_send(sc, wr, toep->l2te);
H A Dt4_listen.c1572 toep->l2te = &sc->l2t->l2tab[synqe->l2e_idx];

Completed in 104 milliseconds