Searched refs:match_type (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/gpu/drm/xe/
H A Dxe_rtp.h32 { .match_type = XE_RTP_MATCH_PLATFORM, .platform = plat__ }
35 { .match_type = XE_RTP_MATCH_SUBPLATFORM, \
39 { .match_type = XE_RTP_MATCH_GRAPHICS_STEP, \
43 { .match_type = XE_RTP_MATCH_MEDIA_STEP, \
47 { .match_type = XE_RTP_MATCH_ENGINE_CLASS, \
115 { .match_type = XE_RTP_MATCH_FUNC, \
125 { .match_type = XE_RTP_MATCH_GRAPHICS_VERSION, \
139 { .match_type = XE_RTP_MATCH_GRAPHICS_VERSION_RANGE, \
149 { .match_type = XE_RTP_MATCH_MEDIA_VERSION, \
163 { .match_type
[all...]
H A Dxe_rtp_types.h58 u8 match_type; member in struct:xe_rtp_rule
H A Dxe_rtp.c42 switch (r->match_type) {
101 r->match_type);
/linux-master/net/netfilter/
H A Dxt_addrtype.c104 static inline bool match_type(struct net *net, const struct net_device *dev, function
119 ret &= match_type(net, NULL, iph->saddr, info->source) ^
122 ret &= match_type(net, NULL, iph->daddr, info->dest) ^
148 ret &= match_type(net, dev, iph->saddr, info->source) ^
151 ret &= match_type(net, dev, iph->daddr, info->dest) ^
/linux-master/arch/x86/mm/pat/
H A Dmemtype_interval.c57 static struct memtype *memtype_match(u64 start, u64 end, int match_type) argument
64 if ((match_type == MEMTYPE_EXACT_MATCH) &&
68 if ((match_type == MEMTYPE_END_MATCH) &&
/linux-master/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h35 u32 match_type; member in struct:aq_mss_egress_ctlf_record
343 u32 match_type; member in struct:aq_mss_ingress_prectlf_record
693 u32 match_type; member in struct:aq_mss_ingress_postctlf_record
H A Dmacsec_api.c278 packed_record[5] = rec->match_type & 0xF;
333 rec->match_type = packed_record[5] & 0xF;
1080 packed_record[5] = rec->match_type & 0xF;
1134 rec->match_type = packed_record[5] & 0xF;
1171 packed_record[5] = rec->match_type & 0xF;
1221 rec->match_type = packed_record[5] & 0xF;
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pip.h311 * @match_type: Watcher match type
317 cvmx_pip_qos_watch_types match_type,
323 watcher_config.s.match_type = match_type;
H A Dcvmx-pip-defs.h1990 uint64_t match_type:3; member in struct:cvmx_pip_qos_watchx::cvmx_pip_qos_watchx_s
1994 uint64_t match_type:3;
2013 uint64_t match_type:2; member in struct:cvmx_pip_qos_watchx::cvmx_pip_qos_watchx_cn30xx
2017 uint64_t match_type:2;
2036 uint64_t match_type:3; member in struct:cvmx_pip_qos_watchx::cvmx_pip_qos_watchx_cn50xx
2040 uint64_t match_type:3;
/linux-master/arch/arm64/include/asm/
H A Darch_timer.h52 enum arch_timer_erratum_match_type match_type; member in struct:arch_timer_erratum_workaround
/linux-master/drivers/clocksource/
H A Darm_arch_timer.c459 .match_type = ate_match_dt,
470 .match_type = ate_match_dt,
479 .match_type = ate_match_acpi_oem_info,
490 .match_type = ate_match_local_cap_id,
501 .match_type = ate_match_dt,
512 .match_type = ate_match_local_cap_id,
569 if (ool_workarounds[i].match_type != type)
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c1523 tx_ctlf_rec.match_type = 4; /* Match eth_type only */
1531 rx_prectlf_rec.match_type = 4; /* Match eth_type only */

Completed in 176 milliseconds