Home
last modified time | relevance | path

Searched refs:match1 (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c262 struct flow_match_control match1, match2; in nfp_ct_merge_check() local
264 flow_rule_match_control(entry1->rule, &match1); in nfp_ct_merge_check()
266 COMPARE_UNMASKED_FIELDS(match1, match2, &out); in nfp_ct_merge_check()
272 struct flow_match_basic match1, match2; in nfp_ct_merge_check() local
274 flow_rule_match_basic(entry1->rule, &match1); in nfp_ct_merge_check()
280 is_v6 = match1.key->n_proto == htons(ETH_P_IPV6); in nfp_ct_merge_check()
282 ip_proto = match1.key->ip_proto; in nfp_ct_merge_check()
284 COMPARE_UNMASKED_FIELDS(match1, match2, &out); in nfp_ct_merge_check()
295 struct flow_match_ipv4_addrs match1, match2; in nfp_ct_merge_check() local
297 flow_rule_match_ipv4_addrs(entry1->rule, &match1); in nfp_ct_merge_check()
[all …]
/openbmc/linux/scripts/coccinelle/api/
H A Dplatform_no_drv_owner.cocci12 @match1@
26 @fix1 depends on match1 && patch && !context && !org && !report@
27 identifier match1.__driver;
35 @fix1_i2c depends on match1 && patch && !context && !org && !report@
36 identifier match1.__driver;
77 @fix1_context depends on match1 && !patch && (context || org || report)@
78 identifier match1.__driver;
88 @fix1_i2c_context depends on match1 && !patch && (context || org || report)@
89 identifier match1.__driver;
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-async.c211 static bool v4l2_async_match_equal(struct v4l2_async_match_desc *match1, in v4l2_async_match_equal() argument
214 if (match1->type != match2->type) in v4l2_async_match_equal()
217 switch (match1->type) { in v4l2_async_match_equal()
219 return match1->i2c.adapter_id == match2->i2c.adapter_id && in v4l2_async_match_equal()
220 match1->i2c.address == match2->i2c.address; in v4l2_async_match_equal()
222 return match1->fwnode == match2->fwnode; in v4l2_async_match_equal()
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dtimer.h34 u32 match1; member
/openbmc/linux/include/uapi/linux/
H A Dserial.h87 unsigned char mask1, match1; member
/openbmc/linux/net/tipc/
H A Dlink.c1762 int match1, match2; in tipc_link_build_nack_msg() local
1765 match1 = def_cnt & 0xf; in tipc_link_build_nack_msg()
1767 if (match1 == match2) in tipc_link_build_nack_msg()
/openbmc/linux/kernel/sched/
H A Dtopology.c2694 goto match1; in partition_sched_domains_locked()
2699 match1: in partition_sched_domains_locked()
/openbmc/qemu/disas/
H A Dsparc.c2468 unsigned long int match0 = op0->match, match1 = op1->match; in compare_opcodes() local
2503 if (match1 & lose1) in compare_opcodes()
2509 op1->name, match1, lose1); in compare_opcodes()
2520 int x1 = (match1 & x) != 0; in compare_opcodes()
/openbmc/linux/arch/x86/events/intel/
H A Duncore_snbep.c542 DEFINE_UNCORE_FORMAT_ATTR(match1, match1, "config1:32-63");
/openbmc/linux/Documentation/trace/
H A Dftrace.rst2985 ``<match1>*<match2>``
2986 will match functions that begin with <match1> and end with <match2>