/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/flower/ |
A D | action.c | 523 u32 exact, mask; in nfp_fl_set_eth() local 531 exact = act->mangle.val; in nfp_fl_set_eth() 533 if (exact & ~mask) { in nfp_fl_set_eth() 564 __be32 exact, mask; in nfp_fl_set_ip4() local 570 if (exact & ~mask) { in nfp_fl_set_ip4() 641 ip6->ipv6[word].exact |= exact & mask; in nfp_fl_set_ip6_helper() 703 __be32 exact, mask; in nfp_fl_set_ip6() local 711 if (exact & ~mask) { in nfp_fl_set_ip6() 741 u32 exact, mask; in nfp_fl_set_tport() local 749 exact = act->mangle.val; in nfp_fl_set_tport() [all …]
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-class-net-statistics | 23 See the network driver for the exact meaning of when this 51 packet processing. See the network driver for the exact 60 See the network driver for the exact meaning of this value. 68 network device. See the network driver for the exact 79 the exact meaning of this value. 88 exact meaning of this value. 97 driver for the exact meaning of this value. 114 (e.g: larger than MTU). See the network driver for the exact 132 a medium collision). See the network driver for the exact 153 network driver for the exact meaning of this value. [all …]
|
A D | sysfs-bus-iio-magnetometer-hmc5843 | 19 according to the device. For exact documentation
|
A D | sysfs-class-led-trigger-pattern | 12 The exact format is described in:
|
/linux-6.3-rc2/Documentation/networking/devlink/ |
A D | devlink-dpipe.rst | 184 match: { meta.vr_id: exact, 187 meta.lpm_prefix: exact }, 207 match: { meta.rif_port: exact, 208 ipv4.dst_addr: exact}, 226 match: { meta.adj_index: exact, 227 meta.adj_group_size: exact, 228 meta.packet_hash_index: exact }, 246 match: { meta.rif_port: exact, 247 meta.is_l3_unicast: exact, 248 meta.is_l3_broadcast: exact, [all …]
|
/linux-6.3-rc2/crypto/ |
A D | crypto_user_base.c | 36 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact) in crypto_alg_match() argument 54 else if (!exact) in crypto_alg_match() 337 int exact = 0; in crypto_add_alg() local 350 exact = 1; in crypto_add_alg() 352 if (priority && !exact) in crypto_add_alg() 355 alg = crypto_alg_match(p, exact); in crypto_add_alg()
|
A D | api.c | 63 int exact, fuzzy; in __crypto_alg_lookup() local 76 exact = !strcmp(q->cra_driver_name, name); in __crypto_alg_lookup() 78 if (!exact && !(fuzzy && q->cra_priority > best)) in __crypto_alg_lookup() 89 if (exact) in __crypto_alg_lookup()
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4vf/ |
A D | t4vf_hw.c | 1541 unsigned int fw_naddr = (rem < ARRAY_SIZE(cmd.u.exact) in t4vf_alloc_mac_filt() 1543 : ARRAY_SIZE(cmd.u.exact)); in t4vf_alloc_mac_filt() 1545 u.exact[fw_naddr]), 16); in t4vf_alloc_mac_filt() 1559 for (i = 0, p = cmd.u.exact; i < fw_naddr; i++, p++) { in t4vf_alloc_mac_filt() 1572 for (i = 0, p = rpl.u.exact; i < fw_naddr; i++, p++) { in t4vf_alloc_mac_filt() 1627 rem : ARRAY_SIZE(cmd.u.exact)); in t4vf_free_mac_filt() 1629 u.exact[fw_naddr]), 16); in t4vf_free_mac_filt() 1695 struct fw_vi_mac_exact *p = &cmd.u.exact[0]; in t4vf_change_mac() 1697 u.exact[1]), 16); in t4vf_change_mac() 1719 p = &rpl.u.exact[0]; in t4vf_change_mac() [all …]
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | pixfmt-meta-uvc.rst | 17 exact copies of the standard part of UVC Payload Header contents and auxiliary 45 * - :cspan:`1` *The rest is an exact copy of the UVC payload header:*
|
/linux-6.3-rc2/include/crypto/internal/ |
A D | cryptouser.h | 5 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact);
|
/linux-6.3-rc2/rust/alloc/vec/ |
A D | into_iter.rs | 173 let exact = if mem::size_of::<T>() == 0 { in size_hint() 178 (exact, Some(exact)) in size_hint()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/interrupt-controller/ |
A D | cdns,xtensa-mx.txt | 6 Remaining properties have exact same meaning as in Xtensa PIC
|
A D | intel,ixp4xx-interrupt.yaml | 16 The exact number of interrupts is determined from the compatible
|
/linux-6.3-rc2/arch/sh/drivers/ |
A D | Kconfig | 10 Use the power-on LED on your machine as a load meter. The exact
|
/linux-6.3-rc2/scripts/genksyms/ |
A D | genksyms.h | 53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
|
/linux-6.3-rc2/scripts/ |
A D | setlocalversion | 49 tag=$(git describe --exact-match --match=$tag $tag 2>/dev/null)
|
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/ |
A D | pwm-clock.yaml | 20 description: Exact output frequency, in case the PWM period is not exact
|
/linux-6.3-rc2/drivers/net/wireguard/ |
A D | allowedips.c | 155 bool exact = false; in node_placement() local 160 exact = true; in node_placement() 166 return exact; in node_placement()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/timestamp/ |
A D | hte-consumer.yaml | 20 line identifier and exact number of arguments must be specified in the
|
/linux-6.3-rc2/Documentation/bpf/libbpf/ |
A D | program_types.rst | 11 - ``type`` is an exact match, e.g. ``SEC("socket")`` 12 - ``type+`` means it can be either exact ``SEC("type")`` or well-formed ``SEC("type/extras")``
|
/linux-6.3-rc2/Documentation/userspace-api/media/rc/ |
A D | lirc-set-rec-timeout.rst | 42 and data should be reported as soon as possible. If the exact value
|
/linux-6.3-rc2/Documentation/x86/x86_64/ |
A D | machinecheck.rst | 12 a hardware subsystem) and subevents in a bank. The exact meaning
|
/linux-6.3-rc2/fs/ubifs/ |
A D | tnc.c | 1179 int err, exact; in ubifs_lookup_level0() local 1198 exact = ubifs_search_zbranch(c, znode, key, n); in ubifs_lookup_level0() 1220 if (exact || !is_hash_key(c, key) || *n != -1) { in ubifs_lookup_level0() 1221 dbg_tnc("found %d, lvl %d, n %d", exact, znode->level, *n); in ubifs_lookup_level0() 1222 return exact; in ubifs_lookup_level0() 1315 int err, exact; in lookup_level0_dirty() local 1337 exact = ubifs_search_zbranch(c, znode, key, n); in lookup_level0_dirty() 1364 if (exact || !is_hash_key(c, key) || *n != -1) { in lookup_level0_dirty() 1366 return exact; in lookup_level0_dirty() 1891 struct ubifs_znode **zn, int *n, int exact) in search_dh_cookie() argument [all …]
|
/linux-6.3-rc2/fs/gfs2/ |
A D | rgrp.h | 27 extern struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact);
|
/linux-6.3-rc2/Documentation/admin-guide/perf/ |
A D | hns3-pmu.rst | 124 is BDF of PF/VF, the "queue" filter option must be set to the exact queue 132 id is BDF of PF/VF, the "intr" filter option must be set to the exact
|