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.c654 MPASS(t->idx < sc->tids.nftids); in set_tcamfilter()
940 if (ti->nftids == 0) in set_filter()
942 if (t->idx >= ti->nftids) in set_filter()
947 ((t->idx & 0x3) || t->idx + 4 >= ti->nftids)) in set_filter()
1010 MPASS(ti->nftids != 0); in set_filter()
1014 ti->ftid_tab = malloc(sizeof(struct filter_entry) * ti->nftids, in set_filter()
1090 nfilters = sc->tids.nftids; in del_tcamfilter()
1429 nfilters = sc->tids.nftids; in get_tcamfilter()
H A Dt4_main.c2253 COMPARE_PARAM(tids.nftids, nftids); in compare_caps_and_params()
5449 sc->tids.nftids = val[3] - val[2] + 1; in get_params__post_init()
7617 NULL, sc->tids.nftids, "number of filters"); in t4_sysctls()
10740 if (t->nftids) { in sysctl_tids()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_entity.h708 u32 nftids; member
H A Dcudbg_lib.c3370 tid->nftids = val[1] - val[0] + 1; 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()