Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c282 ip_proto = match1.key->ip_proto; in nfp_ct_merge_check()
300 memcpy(buf, match1.key, sizeof(*match1.key)); in nfp_ct_merge_check()
303 sizeof(*match1.key), in nfp_ct_merge_check()
322 memcpy(buf, match1.key, sizeof(*match1.key)); in nfp_ct_merge_check()
325 sizeof(*match1.key), in nfp_ct_merge_check()
350 memcpy(buf, match1.key, sizeof(*match1.key)); in nfp_ct_merge_check()
352 sizeof(*match1.key), htype); in nfp_ct_merge_check()
365 memcpy(buf, match1.key, sizeof(*match1.key)); in nfp_ct_merge_check()
367 sizeof(*match1.key), in nfp_ct_merge_check()
406 struct flow_match_ip match1, match2; in nfp_ct_merge_check() local
[all …]
/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;
/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()
/linux/include/uapi/linux/
H A Dserial.h88 unsigned char mask1, match1; member
/linux/kernel/sched/
H A Dtopology.c2722 goto match1; in partition_sched_domains_locked()
2727 match1: in partition_sched_domains_locked()
/linux/net/tipc/
H A Dlink.c1747 int match1, match2; in tipc_link_build_nack_msg() local
1750 match1 = def_cnt & 0xf; in tipc_link_build_nack_msg()
1752 if (match1 == match2) in tipc_link_build_nack_msg()
/linux/arch/x86/events/intel/
H A Duncore_snbep.c541 DEFINE_UNCORE_FORMAT_ATTR(match1, match1, "config1:32-63");
/linux/Documentation/trace/
H A Dftrace.rst3021 ``<match1>*<match2>``
3022 will match functions that begin with <match1> and end with <match2>