Searched refs:matchtype (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_filter.c | 245 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 D | t4_ioctl.h | 196 uint32_t matchtype:3; /* MPS match type */ member
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBTarget.h | 504 MatchType matchtype); 521 MatchType matchtype);
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBTarget.cpp | 1774 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 D | zap.h | 98 typedef enum matchtype { enum
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/ |
H A D | dump.c | 237 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 D | cxgbetool.c | 846 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()
|