Searched refs:match_type (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_rtp.h | 32 { .match_type = XE_RTP_MATCH_PLATFORM, .platform = plat__ } 35 { .match_type = XE_RTP_MATCH_SUBPLATFORM, \ 39 { .match_type = XE_RTP_MATCH_PLATFORM_STEP, \ 43 { .match_type = XE_RTP_MATCH_GRAPHICS_STEP, \ 47 { .match_type = XE_RTP_MATCH_MEDIA_STEP, \ 51 { .match_type = XE_RTP_MATCH_ENGINE_CLASS, \ 135 { .match_type = XE_RTP_MATCH_FUNC, \ 145 { .match_type = XE_RTP_MATCH_GRAPHICS_VERSION, \ 159 { .match_type = XE_RTP_MATCH_GRAPHICS_VERSION_RANGE, \ 173 { .match_type = XE_RTP_MATCH_GRAPHICS_VERSION_ANY_GT, \ [all …]
|
| H A D | xe_rtp.c | 45 return r->match_type != XE_RTP_MATCH_OR; in rule_is_item() 55 switch (r->match_type) { in rule_match_item() 135 r->match_type); in rule_match_item() 187 match_ctx->rules[match_ctx->head].match_type == XE_RTP_MATCH_OR) { in rule_match_or()
|
| H A D | xe_rtp_types.h | 80 u8 match_type; member
|
| /linux/security/ipe/ |
| H A D | eval.c | 322 enum ipe_match match_type; in ipe_evaluate_event() local 341 match_type = IPE_MATCH_GLOBAL; in ipe_evaluate_event() 362 match_type = IPE_MATCH_RULE; in ipe_evaluate_event() 365 match_type = IPE_MATCH_TABLE; in ipe_evaluate_event() 368 match_type = IPE_MATCH_GLOBAL; in ipe_evaluate_event() 372 ipe_audit_match(ctx, match_type, action, rule); in ipe_evaluate_event()
|
| H A D | audit.c | 123 * @match_type: Supplies the scope of the match: rule, operation default, 129 enum ipe_match match_type, in ipe_audit_match() argument 164 if (match_type == IPE_MATCH_RULE) in ipe_audit_match() 166 else if (match_type == IPE_MATCH_TABLE) in ipe_audit_match()
|
| H A D | audit.h | 12 enum ipe_match match_type,
|
| /linux/net/netfilter/ |
| H A D | xt_addrtype.c | 104 static inline bool match_type(struct net *net, const struct net_device *dev, in match_type() function 119 ret &= match_type(net, NULL, iph->saddr, info->source) ^ in addrtype_mt_v0() 122 ret &= match_type(net, NULL, iph->daddr, info->dest) ^ in addrtype_mt_v0() 148 ret &= match_type(net, dev, iph->saddr, info->source) ^ in addrtype_mt_v1() 151 ret &= match_type(net, dev, iph->daddr, info->dest) ^ in addrtype_mt_v1()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/macsec/ |
| H A D | macsec_struct.h | 35 u32 match_type; member 343 u32 match_type; member 693 u32 match_type; member
|
| H A D | macsec_api.c | 278 packed_record[5] = rec->match_type & 0xF; in set_ingress_prectlf_record() 333 rec->match_type = packed_record[5] & 0xF; in get_ingress_prectlf_record() 1080 packed_record[5] = rec->match_type & 0xF; in set_ingress_postctlf_record() 1134 rec->match_type = packed_record[5] & 0xF; in get_ingress_postctlf_record() 1171 packed_record[5] = rec->match_type & 0xF; in set_egress_ctlf_record() 1221 rec->match_type = packed_record[5] & 0xF; in get_egress_ctlf_record()
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pip-defs.h | 1990 uint64_t match_type:3; member 1994 uint64_t match_type:3; 2013 uint64_t match_type:2; member 2017 uint64_t match_type:2; 2036 uint64_t match_type:3; member 2040 uint64_t match_type:3;
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-dbg-g-chip-info.rst | 155 The ``match_type`` is invalid or no device could be matched.
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_macsec.c | 1519 tx_ctlf_rec.match_type = 4; /* Match eth_type only */ in aq_macsec_enable() 1527 rx_prectlf_rec.match_type = 4; /* Match eth_type only */ in aq_macsec_enable()
|