Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Doffload.h121 u_int nftids; member
H A Dt4_filter.c789 MPASS(t->idx < sc->tids.nftids); in set_tcamfilter()
1142 if (ti->nftids == 0)
1144 if (t->idx >= ti->nftids) in del_filter()
1149 ((t->idx & 0x3) || t->idx + 4 >= ti->nftids)) in del_filter()
1212 MPASS(ti->nftids != 0);
1216 ti->ftid_tab = malloc(sizeof(struct filter_entry) * ti->nftids, in set_tcb_tflag()
1292 nfilters = sc->tids.nftids;
1639 nfilters = sc->tids.nftids; in set_hashfilter()
H A Dt4_main.c2374 COMPARE_PARAM(tids.nftids, nftids); in compare_caps_and_params()
5663 sc->tids.nftids = val[3] - val[2] + 1; in get_params__post_init()
8020 NULL, sc->tids.nftids, "number of filters"); in t4_sysctls()
11661 if (t->nftids) { in sysctl_tids()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_entity.h708 u32 nftids; member
H A Dcudbg_lib.c3373 tid->nftids = val[1] - val[0] + 1; in collect_tid()
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h544 return (sc->tids.nftids > 0 && tid >= sc->tids.ftid_base && in is_ftid()