Home
last modified time | relevance | path

Searched refs:match_type (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dxt_addrtype.c104 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()
/openbmc/linux/arch/x86/mm/pat/
H A Dmemtype_interval.c57 static struct memtype *memtype_match(u64 start, u64 end, int match_type) in memtype_match() argument
64 if ((match_type == MEMTYPE_EXACT_MATCH) && in memtype_match()
68 if ((match_type == MEMTYPE_END_MATCH) && in memtype_match()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h35 u32 match_type; member
343 u32 match_type; member
693 u32 match_type; member
H A Dmacsec_api.c278 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()
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pip.h317 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
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;
/openbmc/linux/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) in arch_timer_iterate_errata()
/openbmc/openbmc-test-automation/lib/
H A Dstate.py387 def compare_states(state, match_state, match_type="and"): argument
427 error_message = gv.valid_value(match_type, valid_values=["and", "or"])
436 default_match = match_type == "and"
/openbmc/linux/arch/arm64/include/asm/
H A Darch_timer.h52 enum arch_timer_erratum_match_type match_type; member
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-dbg-g-chip-info.rst155 The ``match_type`` is invalid or no device could be matched.
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c1523 tx_ctlf_rec.match_type = 4; /* Match eth_type only */ in aq_macsec_enable()
1531 rx_prectlf_rec.match_type = 4; /* Match eth_type only */ in aq_macsec_enable()