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.c787 tid = sc->tids.hpftid_base + t->idx; in set_tcamfilter()
1289 tid_base = sc->tids.hpftid_base;
1445 idx = tid - sc->tids.hpftid_base; in get_tcamfilter()
1636 tid_base = sc->tids.hpftid_base; in set_hashfilter()
H A Dt4_main.c2380 COMPARE_PARAM(tids.hpftid_base, hpftid_base); in compare_caps_and_params()
5699 sc->tids.hpftid_base = val[0]; in get_params__post_init()
5707 MPASS(sc->tids.hpftid_base == 0); in get_params__post_init()
11610 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.c3396 tid->hpftid_base = val[0]; in collect_tid()
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h548 return (sc->tids.nhpftids > 0 && tid >= sc->tids.hpftid_base && in is_hpftid()