Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Doffload.h122 u_int ftid_base; member
H A Dt4_filter.c656 tid = sc->tids.ftid_base + t->idx; in set_tcamfilter()
1093 tid_base = sc->tids.ftid_base; in del_tcamfilter()
1238 idx = tid - sc->tids.ftid_base; in t4_filter_rpl()
1433 tid_base = sc->tids.ftid_base; in get_tcamfilter()
H A Dt4_main.c2253 COMPARE_PARAM(tids.ftid_base, ftid_base); in compare_caps_and_params()
5346 sc->tids.ftid_base = val[2]; in get_params__post_init()
10646 sbuf_printf(sb, "FTID range: %u-%u, in use: %u\n", t->ftid_base, in sysctl_tids()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_entity.h709 u32 ftid_base; member
H A Dcudbg_lib.c3369 tid->ftid_base = val[0]; in collect_tid()
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h477 return (sc->tids.nftids > 0 && tid >= sc->tids.ftid_base && in is_ftid()