Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DInputClass.c173 enum MatchType matchtype; in xf86parseInputClassSection() local
189 matchtype = MATCH_NORMAL; in xf86parseInputClassSection()
217 matchtype = MATCH_NEGATED; in xf86parseInputClassSection()
224 matchtype); in xf86parseInputClassSection()
228 matchtype = MATCH_NEGATED; in xf86parseInputClassSection()
235 matchtype); in xf86parseInputClassSection()
239 matchtype = MATCH_NEGATED; in xf86parseInputClassSection()
246 matchtype); in xf86parseInputClassSection()
250 matchtype = MATCH_NEGATED; in xf86parseInputClassSection()
257 matchtype); in xf86parseInputClassSection()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c265 unsupported(fconf, MPSHITTYPE_F, fs->val.matchtype, in validate_filter()
266 fs->mask.matchtype) || in validate_filter()
895 FW_FILTER_WR_MATCHTYPE_V(f->fs.val.matchtype) | in set_filter_wr()
896 FW_FILTER_WR_MATCHTYPEM_V(f->fs.mask.matchtype)); in set_filter_wr()
1066 if (fs->val.matchtype && !fs->mask.matchtype) in fill_default_mask()
1067 fs->mask.matchtype |= ~0; in fill_default_mask()
1225 ntuple_mask |= (u64)fs->mask.matchtype << tp->matchtype_shift; in is_filter_exact_match()
1283 if (tp->matchtype_shift >= 0 && fs->mask.matchtype) in hash_filter_ntuple()
1284 ntuple |= (u64)(fs->val.matchtype) << tp->matchtype_shift; in hash_filter_ntuple()
H A Dcxgb4.h1351 uint32_t matchtype:MATCHTYPE_BITWIDTH; /* MPS match type */ member