Home
last modified time | relevance | path

Searched refs:l2t (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_l2t.c155 idx = e->idx + sc->vres.l2t.start; in mk_write_l2e()
220 d = sc->l2t; in t4_l2t_alloc_tls()
290 struct l2t_data *d = sc->l2t; in t4_l2t_alloc_switching()
330 l2t_size = sc->vres.l2t.size; in t4_init_l2t()
355 sc->l2t = d; in t4_init_l2t()
363 struct l2t_data *d = sc->l2t; in t4_free_l2t()
377 struct l2t_data *d = sc->l2t; in t4_stop_l2t()
391 struct l2t_data *d = sc->l2t; in t4_restart_l2t()
413 if (__predict_false(hwidx < sc->vres.l2t.start) || in do_l2t_write_rpl()
414 __predict_false(hwidx >= sc->vres.l2t in do_l2t_write_rpl()
449 struct l2t_data *l2t = sc->l2t; sysctl_l2t() local
[all...]
H A Doffload.h191 struct t4_range l2t; member
H A Dadapter.h1021 struct l2t_data *l2t; /* L2 table */ member
H A Dt4_main.c1959 if (sc->l2t) in t4_detach_common()
2375 COMPARE_PARAM(vres.l2t.start, l2t_start); in compare_caps_and_params()
2376 COMPARE_PARAM(vres.l2t.size, l2t_size); in compare_caps_and_params()
5665 sc->vres.l2t.start = val[4]; in get_params__post_init()
5666 sc->vres.l2t.size = val[5] - val[4] + 1; in get_params__post_init()
5668 if (sc->vres.l2t.size > 0) in get_params__post_init()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c327 if (__predict_false(hwidx < sc->vres.l2t.start) || in do_l2t_write_rpl2()
328 __predict_false(hwidx >= sc->vres.l2t.start + sc->vres.l2t.size) || in do_l2t_write_rpl2()
331 __func__, hwidx, rpl->status, sync, sc->vres.l2t.start, in do_l2t_write_rpl2()
332 sc->vres.l2t.size); in do_l2t_write_rpl2()
337 const u_int idx = hwidx - sc->vres.l2t.start; in do_l2t_write_rpl2()
338 struct l2t_entry *e = &sc->l2t->l2tab[idx]; in do_l2t_write_rpl2()
363 struct l2t_data *d = sc->l2t; in t4_l2t_get()
428 struct l2t_data *d = sc->l2t; in t4_l2_update()
H A Dt4_listen.c560 t4_l2t_send(sc, wr, &sc->l2t->l2tab[synqe->params.l2t_idx]); in send_abort_rpl_synqe()
997 struct l2t_entry *e = &sc->l2t->l2tab[synqe->params.l2t_idx]; in done_with_synqe()
1285 struct l2t_entry *e = &sc->l2t->l2tab[synqe->params.l2t_idx]; in send_synack()
1678 toep->l2te = &sc->l2t->l2tab[synqe->params.l2t_idx]; in do_pass_establish()
H A Dt4_tom.c1147 MPASS(cp->l2t_idx >= 0 && cp->l2t_idx < vi->adapter->vres.l2t.size); in calc_options0()
2146 struct l2t_data *d = sc->l2t; in stop_tom_l2t()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h856 struct l2t_entry *l2t;
903 struct l2t_entry *l2t);
857 struct l2t_entry *l2t; global() member
H A Dcm.c2935 struct l2t_entry *l2t) in c4iw_ep_redirect() argument
2943 l2t); in c4iw_ep_redirect()
2945 cxgb4_l2t_release(ep->l2t); in c4iw_ep_redirect()
2946 ep->l2t = l2t; in c4iw_ep_redirect()