Home
last modified time | relevance | path

Searched refs:exact (Results 1 – 25 of 213) sorted by relevance

123456789

/linux/drivers/net/ethernet/netronome/nfp/flower/
A Daction.c521 u32 exact, mask; in nfp_fl_set_eth() local
529 exact = act->mangle.val; in nfp_fl_set_eth()
531 if (exact & ~mask) { in nfp_fl_set_eth()
562 __be32 exact, mask; in nfp_fl_set_ip4() local
568 if (exact & ~mask) { in nfp_fl_set_ip4()
639 ip6->ipv6[word].exact |= exact & mask; in nfp_fl_set_ip6_helper()
701 __be32 exact, mask; in nfp_fl_set_ip6() local
709 if (exact & ~mask) { in nfp_fl_set_ip6()
739 u32 exact, mask; in nfp_fl_set_tport() local
747 exact = act->mangle.val; in nfp_fl_set_tport()
[all …]
/linux/Documentation/ABI/testing/
A Dsysfs-class-net-statistics23 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 Dsysfs-bus-iio-magnetometer-hmc584319 according to the device. For exact documentation
A Dsysfs-class-led-trigger-pattern12 The exact format is described in:
/linux/Documentation/networking/devlink/
A Ddevlink-dpipe.rst184 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/crypto/
A Dcrypto_user_base.c36 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 Dapi.c61 int exact, fuzzy; in __crypto_alg_lookup() local
74 exact = !strcmp(q->cra_driver_name, name); in __crypto_alg_lookup()
76 if (!exact && !(fuzzy && q->cra_priority > best)) in __crypto_alg_lookup()
87 if (exact) in __crypto_alg_lookup()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
A Dt4vf_hw.c1541 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/Documentation/userspace-api/media/v4l/
A Dpixfmt-meta-uvc.rst17 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/tools/lib/traceevent/Documentation/
A Dlibtraceevent-func_find.txt21 address. The given address does not have to be exact, it will select the function
28 by given address _addr_. The _addr_ does not have to be exact, it will select the
/linux/include/crypto/internal/
A Dcryptouser.h5 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact);
/linux/Documentation/devicetree/bindings/interrupt-controller/
A Dcdns,xtensa-mx.txt6 Remaining properties have exact same meaning as in Xtensa PIC
A Dintel,ixp4xx-interrupt.yaml16 The exact number of interrupts is determined from the compatible
/linux/drivers/net/wireguard/
A Dallowedips.c152 bool exact = false; in node_placement() local
157 exact = true; in node_placement()
163 return exact; in node_placement()
/linux/arch/sh/drivers/
A DKconfig10 Use the power-on LED on your machine as a load meter. The exact
/linux/scripts/genksyms/
A Dgenksyms.h53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
/linux/Documentation/devicetree/bindings/clock/
A Dpwm-clock.txt17 is not exact but was rounded to nanoseconds.
/linux/fs/ubifs/
A Dtnc.c1172 int err, exact; in ubifs_lookup_level0() local
1191 exact = ubifs_search_zbranch(c, znode, key, n); in ubifs_lookup_level0()
1213 if (exact || !is_hash_key(c, key) || *n != -1) { in ubifs_lookup_level0()
1214 dbg_tnc("found %d, lvl %d, n %d", exact, znode->level, *n); in ubifs_lookup_level0()
1215 return exact; in ubifs_lookup_level0()
1308 int err, exact; in lookup_level0_dirty() local
1330 exact = ubifs_search_zbranch(c, znode, key, n); in lookup_level0_dirty()
1357 if (exact || !is_hash_key(c, key) || *n != -1) { in lookup_level0_dirty()
1359 return exact; in lookup_level0_dirty()
1884 struct ubifs_znode **zn, int *n, int exact) in search_dh_cookie() argument
[all …]
/linux/Documentation/devicetree/bindings/sound/
A Dsnow.txt17 MAX98091 or MAX98095 CODEC (exact device type is indicated by the compatible
/linux/Documentation/userspace-api/media/rc/
A Dlirc-set-rec-timeout.rst42 and data should be reported as soon as possible. If the exact value
/linux/drivers/net/phy/
A Dphy-core.c200 phy_lookup_setting(int speed, int duplex, const unsigned long *mask, bool exact) in phy_lookup_setting() argument
213 } else if (!exact) { in phy_lookup_setting()
224 if (!match && !exact) in phy_lookup_setting()
/linux/fs/gfs2/
A Drgrp.h27 extern struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact);
/linux/Documentation/x86/x86_64/
A Dmachinecheck.rst12 a hardware subsystem) and subevents in a bank. The exact meaning
/linux/Documentation/networking/device_drivers/ethernet/freescale/
A Dgianfar.rst35 filtering. On the eTSEC, the exact-match MAC registers are used
/linux/Documentation/devicetree/bindings/mux/
A Dmux-consumer.yaml22 Mux controller properties should be named "mux-controls". The exact meaning of

Completed in 38 milliseconds

123456789