Home
last modified time | relevance | path

Searched refs:matchtype (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c245 if (fs1->mask.matchtype && fs1->val.matchtype != fs2->val.matchtype) in filter_eq()
395 if (fs->val.matchtype || fs->mask.matchtype) in check_fspec_against_fconf_iconf()
755 V_FW_FILTER_WR_MATCHTYPE(f->fs.val.matchtype) | in set_tcamfilter()
756 V_FW_FILTER_WR_MATCHTYPEM(f->fs.mask.matchtype)); in set_tcamfilter()
865 if (tp->matchtype_shift >= 0 && fs->mask.matchtype) { in hashfilter_ntuple()
866 *ftuple |= (uint64_t)(fs->val.matchtype) << tp->matchtype_shift; in hashfilter_ntuple()
H A Dt4_ioctl.h196 uint32_t matchtype:3; /* MPS match type */ member
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h504 MatchType matchtype);
521 MatchType matchtype);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1774 MatchType matchtype) { in FindGlobalFunctions() argument
1775 LLDB_INSTRUMENT_VA(this, name, max_matches, matchtype); in FindGlobalFunctions()
1787 switch (matchtype) { in FindGlobalFunctions()
1924 MatchType matchtype) { in FindGlobalVariables() argument
1925 LLDB_INSTRUMENT_VA(this, name, max_matches, matchtype); in FindGlobalVariables()
1935 switch (matchtype) { in FindGlobalVariables()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap.h98 typedef enum matchtype { enum
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c237 next_sym(const ctf_data_t *cd, const int symidx, const uchar_t matchtype, in next_sym() argument
256 if (type != matchtype || ignore_symbol(&sym, name)) in next_sym()
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c846 printf(" %1x/%1x", t->fs.val.matchtype, in do_show_one_filter_info()
847 t->fs.mask.matchtype); in do_show_one_filter_info()
1184 t.fs.val.matchtype = val; in set_filter()
1185 t.fs.mask.matchtype = mask; in set_filter()