Searched refs:l2t (Results 1 – 9 of 9) sorted by relevance
155 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...]
191 struct t4_range l2t; member
1021 struct l2t_data *l2t; /* L2 table */ member
1959 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()
327 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()
560 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()
1147 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()
856 struct l2t_entry *l2t;903 struct l2t_entry *l2t);857 struct l2t_entry *l2t; global() member
2935 struct l2t_entry *l2t) in c4iw_ep_redirect() argument2943 l2t); in c4iw_ep_redirect()2945 cxgb4_l2t_release(ep->l2t); in c4iw_ep_redirect()2946 ep->l2t = l2t; in c4iw_ep_redirect()