Home
last modified time | relevance | path

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

12345678

/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/
Daction.c491 u32 exact, mask; in nfp_fl_set_eth() local
499 exact = act->mangle.val; in nfp_fl_set_eth()
501 if (exact & ~mask) { in nfp_fl_set_eth()
506 nfp_fl_set_helper32(exact, mask, &set_eth->eth_addr_val[off], in nfp_fl_set_eth()
532 __be32 exact, mask; in nfp_fl_set_ip4() local
536 exact = (__force __be32)act->mangle.val; in nfp_fl_set_ip4()
538 if (exact & ~mask) { in nfp_fl_set_ip4()
547 set_ip_addr->ipv4_dst |= exact & mask; in nfp_fl_set_ip4()
555 set_ip_addr->ipv4_src |= exact & mask; in nfp_fl_set_ip4()
562 ttl_word = (struct ipv4_ttl_word *)&exact; in nfp_fl_set_ip4()
[all …]
/Linux-v5.4/Documentation/ABI/testing/
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 network device. See the network driver for the exact
71 the exact meaning of this value.
80 exact meaning of this value.
89 driver for the exact meaning of this value.
98 (e.g: larger than MTU). See the network driver for the exact
116 a medium collision). See the network driver for the exact
125 device. See the network driver for the exact meaning of this
137 network driver for the exact meaning of this value.
[all …]
Dsysfs-bus-iio-magnetometer-hmc584314 according to the device. For exact documentation
Dsysfs-class-led-trigger-pattern12 The exact format is described in:
/Linux-v5.4/crypto/
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()
334 int exact = 0; in crypto_add_alg() local
347 exact = 1; in crypto_add_alg()
349 if (priority && !exact) in crypto_add_alg()
352 alg = crypto_alg_match(p, exact); in crypto_add_alg()
Dapi.c62 int exact, fuzzy; in __crypto_alg_lookup() local
75 exact = !strcmp(q->cra_driver_name, name); in __crypto_alg_lookup()
77 if (!exact && !(fuzzy && q->cra_priority > best)) in __crypto_alg_lookup()
88 if (exact) in __crypto_alg_lookup()
/Linux-v5.4/Documentation/devicetree/bindings/nvmem/
Drockchip-efuse.txt12 - reg: Should contain the registers location and exact eFuse size
17 - rockchip,efuse-size: Should be exact eFuse size in byte, the eFuse
/Linux-v5.4/include/crypto/internal/
Dcryptouser.h5 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact);
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/
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()
1626 unsigned int fw_naddr = (rem < ARRAY_SIZE(cmd.u.exact) ? in t4vf_free_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()
1643 for (i = 0, p = cmd.u.exact; i < (int)fw_naddr; i++, p++) { in t4vf_free_mac_filt()
1655 for (i = 0, p = cmd.u.exact; i < fw_naddr; i++, p++) { in t4vf_free_mac_filt()
[all …]
/Linux-v5.4/tools/lib/traceevent/Documentation/
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-v5.4/Documentation/media/uapi/v4l/
Dpixfmt-meta-uvc.rst24 exact copies of the standard part of UVC Payload Header contents and auxiliary
52 * - :cspan:`1` *The rest is an exact copy of the UVC payload header:*
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/
Dcdns,xtensa-mx.txt6 Remaining properties have exact same meaning as in Xtensa PIC
/Linux-v5.4/arch/sh/drivers/
DKconfig10 Use the power-on LED on your machine as a load meter. The exact
/Linux-v5.4/Documentation/devicetree/bindings/arm/ti/
Dk3.txt10 Each device tree root node must specify which exact SoC in K3 Multicore SoC
/Linux-v5.4/scripts/genksyms/
Dgenksyms.h53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
/Linux-v5.4/Documentation/devicetree/bindings/clock/
Dpwm-clock.txt17 is not exact but was rounded to nanoseconds.
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dsnow.txt17 MAX98091 or MAX98095 CODEC (exact device type is indicated by the compatible
/Linux-v5.4/fs/gfs2/
Drgrp.h27 extern struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact);
/Linux-v5.4/fs/ubifs/
Dtnc.c1173 int err, exact; in ubifs_lookup_level0() local
1192 exact = ubifs_search_zbranch(c, znode, key, n); in ubifs_lookup_level0()
1214 if (exact || !is_hash_key(c, key) || *n != -1) { in ubifs_lookup_level0()
1215 dbg_tnc("found %d, lvl %d, n %d", exact, znode->level, *n); in ubifs_lookup_level0()
1216 return exact; in ubifs_lookup_level0()
1309 int err, exact; in lookup_level0_dirty() local
1331 exact = ubifs_search_zbranch(c, znode, key, n); in lookup_level0_dirty()
1358 if (exact || !is_hash_key(c, key) || *n != -1) { in lookup_level0_dirty()
1359 dbg_tnc("found %d, lvl %d, n %d", exact, znode->level, *n); in lookup_level0_dirty()
1360 return exact; in lookup_level0_dirty()
[all …]
/Linux-v5.4/Documentation/networking/device_drivers/freescale/
Dgianfar.txt28 filtering. On the eTSEC, the exact-match MAC registers are used
/Linux-v5.4/Documentation/media/uapi/rc/
Dlirc-set-rec-timeout.rst47 and data should be reported as soon as possible. If the exact value
/Linux-v5.4/drivers/net/phy/
Dphy-core.c164 phy_lookup_setting(int speed, int duplex, const unsigned long *mask, bool exact) in phy_lookup_setting() argument
177 } else if (!exact) { in phy_lookup_setting()
188 if (!match && !exact) in phy_lookup_setting()
/Linux-v5.4/net/tipc/
Dname_table.h111 u32 scope, bool exact, struct list_head *dports);
/Linux-v5.4/Documentation/misc-devices/
Dad525x_dpot.txt23 and may vary greatly on a part-by-part basis. For exact interpretation of
/Linux-v5.4/Documentation/hwmon/
Dlm95234.rst46 It will round up to the next selectable interval. See the datasheet for exact

12345678