Searched refs:tid_base (Results 1 – 4 of 4) sorted by relevance
205 MPASS(f->tid >= t->tid_base); in insert_hftid()206 MPASS(f->tid - t->tid_base < t->ntids); in insert_hftid()1079 u_int tid_base; in del_tcamfilter() local1087 tid_base = sc->tids.hpftid_base; in del_tcamfilter()1093 tid_base = sc->tids.ftid_base; in del_tcamfilter()1115 MPASS(f->tid == tid_base + t->idx); in del_tcamfilter()1416 u_int tid_base; in get_tcamfilter() local1426 tid_base = sc->tids.hpftid_base; in get_tcamfilter()1433 tid_base = sc->tids.ftid_base; in get_tcamfilter()1446 MPASS(f->tid == tid_base + i); in get_tcamfilter()[all …]
130 u_int tid_base; member
2258 COMPARE_PARAM(tids.tid_base, tid_base); in compare_caps_and_params()5473 sc->tids.tid_base = t4_read_reg(sc, in get_params__post_init()5494 MPASS(sc->tids.tid_base == sc->tids.nhpftids); in get_params__post_init()10725 sbuf_printf(sb, "%u-%u, ", t->tid_base, x - 1); in sysctl_tids()10728 sbuf_printf(sb, "%u-%u", t->tid_base, t->tid_base + in sysctl_tids()
487 MPASS(tid >= sc->tids.tid_base); in send_get_tcb()488 MPASS(tid - sc->tids.tid_base < sc->tids.ntids); in send_get_tcb()541 MPASS(tid >= sc->tids.tid_base); in add_tid_to_history()542 MPASS(tid - sc->tids.tid_base < sc->tids.ntids); in add_tid_to_history()592 MPASS(tid >= sc->tids.tid_base); in lookup_tcb_histent()593 MPASS(tid - sc->tids.tid_base < sc->tids.ntids); in lookup_tcb_histent()789 MPASS(tid >= sc->tids.tid_base); in read_tcb_using_memwin()790 MPASS(tid - sc->tids.tid_base < sc->tids.ntids); in read_tcb_using_memwin()1028 MPASS(tid >= t->tid_base); in insert_tid()1029 MPASS(tid - t->tid_base < t->ntids); in insert_tid()[all …]