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

/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_connect.c277 toep->l2te = t4_l2t_get(vi->pi, rt_ifp,
279 if (toep->l2te == NULL)
284 toep->l2te->idx, &toep->params);
310 cpl->params = select_ntuple(vi, toep->l2te);
315 cpl5->params = select_ntuple(vi, toep->l2te);
321 cpl6->params = select_ntuple(vi, toep->l2te);
347 cpl->params = select_ntuple(vi, toep->l2te);
352 cpl5->params = select_ntuple(vi, toep->l2te);
358 cpl6->params = select_ntuple(vi, toep->l2te);
376 rc = t4_l2t_send(sc, wr, toep->l2te);
[all...]
H A Dt4_tom.h191 struct l2t_entry *l2te; /* L2 table entry used by this connection */ member in struct:toepcb
H A Dt4_tom.c325 CTR5(KTR_CXGBE, "%s: toep %p (tid %d, l2te %p, ce %p)",
326 __func__, toep, tid, toep->l2te, toep->ce);
341 if (toep->l2te)
342 t4_l2t_release(toep->l2te);
H A Dt4_cpl_io.c296 t4_l2t_send(sc, wr, toep->l2te);
512 t4_l2t_send(sc, wr, toep->l2te);
902 t4_l2t_send(sc, wr, toep->l2te);
1098 t4_l2t_send(sc, wr, toep->l2te);
H A Dt4_tls.c1670 t4_l2t_send(sc, wr, toep->l2te);
1972 t4_l2t_send(sc, wr, toep->l2te);
H A Dt4_listen.c1513 toep->l2te = &sc->l2t->l2tab[synqe->params.l2t_idx];
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_filter.c64 struct l2t_entry *l2te; /* L2 table entry for DMAC rewrite */ member in struct:filter_entry
618 set_tcamfilter(struct adapter *sc, struct t4_filter *t, struct l2t_entry *l2te, argument
681 f->l2te = l2te;
720 V_FW_FILTER_WR_L2TIX(f->l2te ? f->l2te->idx : 0));
895 struct l2t_entry *l2te = NULL; local
1017 l2te = t4_l2t_alloc_switching(sc, t->fs.vlan, t->fs.eport,
1019 if (__predict_false(l2te == NULL)) {
1038 rc = set_hashfilter(sc, t, ftuple, l2te, sm
1600 set_hashfilter(struct adapter *sc, struct t4_filter *t, uint64_t ftuple, struct l2t_entry *l2te, struct smt_entry *smt) argument
[all...]
/freebsd-13-stable/sys/dev/cxgbe/crypto/
H A Dt4_kern_tls.c162 struct l2t_entry *l2te; /* L2 table entry used by this connection */ member in struct:tlspcb
1704 tlsp->tid, tlsp->l2te->idx);
1707 V_TCB_L2T_IX(M_TCB_L2T_IX), V_TCB_L2T_IX(tlsp->l2te->idx));
2241 if (tlsp->l2te == NULL || tlsp->l2te->vlan != vlan_tag ||
2242 memcmp(tlsp->l2te->dmac, eh->ether_dhost, ETHER_ADDR_LEN) != 0) {
2244 if (tlsp->l2te)
2245 t4_l2t_release(tlsp->l2te);
2246 tlsp->l2te = t4_l2t_alloc_tls(tlsp->sc, txq, dst, &ndesc,
2248 if (tlsp->l2te
[all...]
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c352 ifp = TOEPCB(so)->l2te->ifp;

Completed in 198 milliseconds