Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cxgbe/
H A Dt4_filter.c248 if (fs1->mask.matchtype && fs1->val.matchtype != fs2->val.matchtype) in filter_eq()
385 if (fs->val.matchtype || fs->mask.matchtype) in check_fspec_against_fconf_iconf()
664 V_FW_FILTER_WR_MATCHTYPE(f->fs.val.matchtype) | in set_tcamfilter()
665 V_FW_FILTER_WR_MATCHTYPEM(f->fs.mask.matchtype)); in set_tcamfilter()
770 if (tp->matchtype_shift >= 0 && fs->mask.matchtype) { in hashfilter_ntuple()
771 *ftuple |= (uint64_t)(fs->val.matchtype) << tp->matchtype_shift; in hashfilter_ntuple()
H A Dt4_ioctl.h195 uint32_t matchtype:3; /* MPS match type */ member
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h488 MatchType matchtype);
507 MatchType matchtype);
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzap.h99 typedef enum matchtype { enum
/freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c236 next_sym(const ctf_data_t *cd, const int symidx, const uchar_t matchtype, in next_sym() argument
255 if (type != matchtype || ignore_symbol(&sym, name)) in next_sym()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1755 MatchType matchtype) { in FindGlobalFunctions() argument
1762 switch (matchtype) { in FindGlobalFunctions()
1931 MatchType matchtype) { in FindGlobalVariables() argument
1941 switch (matchtype) { in FindGlobalVariables()
/freebsd-12.1/usr.sbin/cxgbetool/
H A Dcxgbetool.c870 printf(" %1x/%1x", t->fs.val.matchtype, in do_show_one_filter_info()
871 t->fs.mask.matchtype); in do_show_one_filter_info()
1212 t.fs.val.matchtype = val; in set_filter()
1213 t.fs.mask.matchtype = mask; in set_filter()
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-ia64.c10505 int matchtype; local
10540 if ((matchtype = resources_match (rs, idesc, note,
10546 int certain = (matchtype == 1 && CURR_SLOT.qp_regno == 0);
10552 if (matchtype == 1 && rs->index >= 0)