Home
last modified time | relevance | path

Searched refs:exact (Results 1 - 25 of 72) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c520 u32 exact, mask; in nfp_fl_set_eth() local
528 exact = act->mangle.val; in nfp_fl_set_eth()
530 if (exact & ~mask) { in nfp_fl_set_eth()
535 nfp_fl_set_helper32(exact, mask, &set_eth->eth_addr_val[off], in nfp_fl_set_eth()
561 __be32 exact, mask; in nfp_fl_set_ip4() local
565 exact = (__force __be32)act->mangle.val; in nfp_fl_set_ip4()
567 if (exact & ~mask) { in nfp_fl_set_ip4()
576 set_ip_addr->ipv4_dst |= exact & mask; in nfp_fl_set_ip4()
584 set_ip_addr->ipv4_src |= exact & mask; in nfp_fl_set_ip4()
591 ttl_word = (struct ipv4_ttl_word *)&exact; in nfp_fl_set_ip4()
633 nfp_fl_set_ip6_helper(int opcode_tag, u8 word, __be32 exact, __be32 mask, struct nfp_fl_set_ipv6_addr *ip6) nfp_fl_set_ip6_helper() argument
652 nfp_fl_set_ip6_hop_limit_flow_label(u32 off, __be32 exact, __be32 mask, struct nfp_fl_set_ipv6_tc_hl_fl *ip_hl_fl, struct netlink_ext_ack *extack) nfp_fl_set_ip6_hop_limit_flow_label() argument
700 __be32 exact, mask; nfp_fl_set_ip6() local
738 u32 exact, mask; nfp_fl_set_tport() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c523 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()
538 nfp_fl_set_helper32(exact, mask, &set_eth->eth_addr_val[off], in nfp_fl_set_eth()
564 __be32 exact, mask; in nfp_fl_set_ip4() local
568 exact = (__force __be32)act->mangle.val; in nfp_fl_set_ip4()
570 if (exact & ~mask) { in nfp_fl_set_ip4()
579 set_ip_addr->ipv4_dst |= exact & mask; in nfp_fl_set_ip4()
587 set_ip_addr->ipv4_src |= exact & mask; in nfp_fl_set_ip4()
594 ttl_word = (struct ipv4_ttl_word *)&exact; in nfp_fl_set_ip4()
636 nfp_fl_set_ip6_helper(int opcode_tag, u8 word, __be32 exact, __be32 mask, struct nfp_fl_set_ipv6_addr *ip6) nfp_fl_set_ip6_helper() argument
655 nfp_fl_set_ip6_hop_limit_flow_label(u32 off, __be32 exact, __be32 mask, struct nfp_fl_set_ipv6_tc_hl_fl *ip_hl_fl, struct netlink_ext_ack *extack) nfp_fl_set_ip6_hop_limit_flow_label() argument
703 __be32 exact, mask; nfp_fl_set_ip6() local
741 u32 exact, mask; nfp_fl_set_tport() local
[all...]
/kernel/linux/linux-5.10/crypto/
H 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()
H A 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()
/kernel/linux/linux-6.6/crypto/
H 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()
H A Dapi.c63 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()
/kernel/linux/linux-5.10/include/crypto/internal/
H A Dcryptouser.h5 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact);
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dcryptouser.h5 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact);
/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dinto_iter.rs210 let exact = if T::IS_ZST { in size_hint()
215 (exact, Some(exact)) in size_hint()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1506 * t4vf_alloc_mac_filt - allocates exact-match filters for MAC addresses
1516 * Allocates an exact-match filter for each of the supplied addresses and
1521 * If @hash is not %NULL addresses that fail to allocate an exact filter
1540 unsigned int fw_naddr = (rem < ARRAY_SIZE(cmd.u.exact) in t4vf_alloc_mac_filt()
1542 : ARRAY_SIZE(cmd.u.exact)); in t4vf_alloc_mac_filt()
1544 u.exact[fw_naddr]), 16); in t4vf_alloc_mac_filt()
1558 for (i = 0, p = cmd.u.exact; i < fw_naddr; i++, p++) { in t4vf_alloc_mac_filt()
1571 for (i = 0, p = rpl.u.exact; i < fw_naddr; i++, p++) { in t4vf_alloc_mac_filt()
1601 * t4vf_free_mac_filt - frees exact-match filters of given MAC addresses
1608 * Frees the exact
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1507 * t4vf_alloc_mac_filt - allocates exact-match filters for MAC addresses
1517 * Allocates an exact-match filter for each of the supplied addresses and
1522 * If @hash is not %NULL addresses that fail to allocate an exact filter
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()
1602 * t4vf_free_mac_filt - frees exact-match filters of given MAC addresses
1609 * Frees the exact
[all...]
/kernel/linux/linux-5.10/scripts/genksyms/
H A Dgenksyms.h53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
/kernel/linux/linux-6.6/scripts/genksyms/
H A Dgenksyms.h53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dallowedips.c155 bool exact = false; in node_placement() local
160 exact = true; in node_placement()
166 return exact; in node_placement()
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dallowedips.c155 bool exact = false; in node_placement() local
160 exact = true; in node_placement()
166 return exact; in node_placement()
/kernel/linux/linux-5.10/fs/ubifs/
H A Dtnc.c1194 * o exact match, i.e. the found zero-level znode contains key @key, then %1
1196 * o not exact match, which means that zero-level znode does not contain
1209 int err, exact; in ubifs_lookup_level0() local
1228 exact = ubifs_search_zbranch(c, znode, key, n); in ubifs_lookup_level0()
1250 if (exact || !is_hash_key(c, key) || *n != -1) { in ubifs_lookup_level0()
1251 dbg_tnc("found %d, lvl %d, n %d", exact, znode->level, *n); in ubifs_lookup_level0()
1252 return exact; in ubifs_lookup_level0()
1327 * o exact match, i.e. the found zero-level znode contains key @key, then %1
1329 * o not exact match, which means that zero-level znode does not contain @key
1345 int err, exact; in lookup_level0_dirty() local
1919 search_dh_cookie(struct ubifs_info *c, const union ubifs_key *key, struct ubifs_dent_node *dent, uint32_t cookie, struct ubifs_znode **zn, int *n, int exact) search_dh_cookie() argument
[all...]
/kernel/linux/linux-6.6/fs/ubifs/
H A Dtnc.c1195 * o exact match, i.e. the found zero-level znode contains key @key, then %1
1197 * o not exact match, which means that zero-level znode does not contain
1210 int err, exact; in ubifs_lookup_level0() local
1229 exact = ubifs_search_zbranch(c, znode, key, n); in ubifs_lookup_level0()
1251 if (exact || !is_hash_key(c, key) || *n != -1) { in ubifs_lookup_level0()
1252 dbg_tnc("found %d, lvl %d, n %d", exact, znode->level, *n); in ubifs_lookup_level0()
1253 return exact; in ubifs_lookup_level0()
1328 * o exact match, i.e. the found zero-level znode contains key @key, then %1
1330 * o not exact match, which means that zero-level znode does not contain @key
1346 int err, exact; in lookup_level0_dirty() local
1920 search_dh_cookie(struct ubifs_info *c, const union ubifs_key *key, struct ubifs_dent_node *dent, uint32_t cookie, struct ubifs_znode **zn, int *n, int exact) search_dh_cookie() argument
[all...]
/kernel/linux/linux-5.10/net/tipc/
H A Dname_table.h120 u32 scope, bool exact, struct list_head *dports);
/kernel/linux/linux-5.10/fs/gfs2/
H A Drgrp.h27 extern struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact);
/kernel/linux/linux-6.6/fs/gfs2/
H A Drgrp.h27 extern struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact);
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dphy-core.c186 * @exact: an exact match is required
191 * If @exact is unset, either an exact match or %NULL for no match will
194 * If @exact is set, an exact match, the fastest supported setting at
199 phy_lookup_setting(int speed, int duplex, const unsigned long *mask, bool exact) in phy_lookup_setting() argument
212 } else if (!exact) { in phy_lookup_setting()
223 if (!match && !exact) in phy_lookup_setting()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dphy-core.c276 * @exact: an exact match is required
281 * If @exact is unset, either an exact match or %NULL for no match will
284 * If @exact is set, an exact match, the fastest supported setting at
289 phy_lookup_setting(int speed, int duplex, const unsigned long *mask, bool exact) in phy_lookup_setting() argument
302 } else if (!exact) { in phy_lookup_setting()
313 if (!match && !exact) in phy_lookup_setting()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dcpuid.c1091 bool exact, used_max_basic = false; in kvm_cpuid() local
1094 exact = !!entry; in kvm_cpuid()
1129 trace_kvm_cpuid(orig_function, index, *eax, *ebx, *ecx, *edx, exact, in kvm_cpuid()
1131 return exact; in kvm_cpuid()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dcpuid.c1525 bool exact, used_max_basic = false; in kvm_cpuid() local
1528 exact = !!entry; in kvm_cpuid()
1566 trace_kvm_cpuid(orig_function, index, *eax, *ebx, *ecx, *edx, exact, in kvm_cpuid()
1568 return exact; in kvm_cpuid()
/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Dqcom-geni-se.c572 * @exact: Flag to indicate exact multiple requirement of the requested
580 * - if @exact is true then @res_freq / <an_integer> == @req_freq
581 * - if @exact is false then @res_freq / <an_integer> <= @req_freq
587 bool exact) in geni_se_clk_freq_match()
612 /* If the new best is exact then we're done */ in geni_se_clk_freq_match()
621 if (exact) in geni_se_clk_freq_match()
585 geni_se_clk_freq_match(struct geni_se *se, unsigned long req_freq, unsigned int *index, unsigned long *res_freq, bool exact) geni_se_clk_freq_match() argument

Completed in 26 milliseconds

123