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() 438 if (fs->val.matchtype || fs->mask.matchtype) in check_fspec_against_fconf_iconf() 481 if (fs->val.matchtype || fs->mask.matchtype) in fconf_to_mode() 890 V_FW_FILTER_WR_MATCHTYPE(f->fs.val.matchtype) | in is_4tuple_specified() 891 V_FW_FILTER_WR_MATCHTYPEM(f->fs.mask.matchtype)); in is_4tuple_specified() 1001 if (tp->matchtype_shift >= 0 && fs->mask.matchtype) { in set_filter() [all...] |
| H A D | t4_ioctl.h | 201 uint32_t matchtype:3; /* MPS match type */ 196 uint32_t matchtype:3; /* MPS match type */ global() 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/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/sys/contrib/openzfs/include/sys/ |
| H A D | zap.h | 99 typedef enum matchtype { enum
|
| /freebsd/usr.sbin/cxgbetool/ |
| H A D | cxgbetool.c | 909 printf(" %1x/%1x", t->fs.val.matchtype, in do_show_one_filter_info() 910 t->fs.mask.matchtype); in do_show_one_filter_info() 1059 printf("matchtype "); in set_filter_mode() 1101 else if (!strcmp(argv[0], "matchtype")) in del_filter() 1246 } else if (!parse_val_mask("matchtype", args, &val, &mask, hash)) { in set_filter() 1247 t.fs.val.matchtype = val; in set_filter() 1248 t.fs.mask.matchtype = mask; in set_filter()
|