Searched refs:matchtype (Results 1 – 8 of 8) sorted by relevance
248 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()
195 uint32_t matchtype:3; /* MPS match type */ member
488 MatchType matchtype);507 MatchType matchtype);
99 typedef enum matchtype { enum
236 next_sym(const ctf_data_t *cd, const int symidx, const uchar_t matchtype, in next_sym() argument255 if (type != matchtype || ignore_symbol(&sym, name)) in next_sym()
1755 MatchType matchtype) { in FindGlobalFunctions() argument1762 switch (matchtype) { in FindGlobalFunctions()1931 MatchType matchtype) { in FindGlobalVariables() argument1941 switch (matchtype) { in FindGlobalVariables()
870 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()
10505 int matchtype; local10540 if ((matchtype = resources_match (rs, idesc, note,10546 int certain = (matchtype == 1 && CURR_SLOT.qp_regno == 0);10552 if (matchtype == 1 && rs->index >= 0)