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.c220 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()
410 __predict_false(hwidx >= sc->vres.l2t.start + sc->vres.l2t.size) || in do_l2t_write_rpl()
414 sc->vres.l2t.size); in do_l2t_write_rpl()
445 struct l2t_data *l2t = sc->l2t; in sysctl_l2t() local
451 if (l2t == NULL) in sysctl_l2t()
[all …]
H A Doffload.h200 struct t4_range l2t; member
H A Dadapter.h952 struct l2t_data *l2t; /* L2 table */ member
H A Dt4_main.c1849 if (sc->l2t) in t4_detach_common()
2252 COMPARE_PARAM(vres.l2t.start, l2t_start); in compare_caps_and_params()
2253 COMPARE_PARAM(vres.l2t.size, l2t_size); in compare_caps_and_params()
5346 sc->vres.l2t.start = val[4]; in get_params__post_init()
5347 sc->vres.l2t.size = val[5] - val[4] + 1; in get_params__post_init()
5349 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()
430 struct l2t_data *d = sc->l2t; in t4_l2_update()
H A Dt4_listen.c529 t4_l2t_send(sc, wr, &sc->l2t->l2tab[synqe->params.l2t_idx]); in send_abort_rpl_synqe()
963 struct l2t_entry *e = &sc->l2t->l2tab[synqe->params.l2t_idx]; in done_with_synqe()
1251 struct l2t_entry *e = &sc->l2t->l2tab[synqe->params.l2t_idx]; in send_synack()
1639 toep->l2te = &sc->l2t->l2tab[synqe->params.l2t_idx]; in do_pass_establish()
H A Dt4_tom.c1138 MPASS(cp->l2t_idx >= 0 && cp->l2t_idx < vi->adapter->vres.l2t.size); in calc_options0()
2101 struct l2t_data *d = sc->l2t; in stop_tom_l2t()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h857 struct l2t_entry *l2t; member
904 struct l2t_entry *l2t);
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()