Home
last modified time | relevance | path

Searched refs:hpftid_base (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Doffload.h126 u_int hpftid_base; member
H A Dt4_filter.c652 tid = sc->tids.hpftid_base + t->idx; in set_tcamfilter()
1087 tid_base = sc->tids.hpftid_base; in del_tcamfilter()
1235 idx = tid - sc->tids.hpftid_base; in t4_filter_rpl()
1426 tid_base = sc->tids.hpftid_base; in get_tcamfilter()
H A Dt4_main.c2261 COMPARE_PARAM(tids.hpftid_base, hpftid_base); in compare_caps_and_params()
5384 sc->tids.hpftid_base = val[0]; in get_params__post_init()
5392 MPASS(sc->tids.hpftid_base == 0); in get_params__post_init()
10604 t->hpftid_base, t->hpftid_end, t->hpftids_in_use); in sysctl_tids()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_entity.h727 u32 hpftid_base; member
H A Dcudbg_lib.c3393 tid->hpftid_base = val[0]; in collect_tid()
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h484 return (sc->tids.nhpftids > 0 && tid >= sc->tids.hpftid_base && in is_hpftid()