| /Linux-v6.1/Documentation/ABI/testing/ |
| 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 141 device. See the network driver for the exact meaning of this [all …]
|
| /Linux-v6.1/Documentation/networking/devlink/ |
| D | devlink-dpipe.rst | 130 * ``field_exact``: Exact match on a specific field. 131 * ``field_exact_mask``: Exact match on a specific field after masking. 184 match: { meta.vr_id: exact, 187 meta.lpm_prefix: exact }, 198 router interface (RIF), yet the exact MAC address is not known. The local 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 }, [all …]
|
| /Linux-v6.1/drivers/net/ethernet/netronome/nfp/flower/ |
| 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() 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() [all …]
|
| /Linux-v6.1/arch/powerpc/kernel/vdso/ |
| D | gettimeofday.S | 66 * Exact prototype of gettimeofday 76 * Exact prototype of clock_gettime() 86 * Exact prototype of clock_gettime64() 98 * Exact prototype of clock_getres() 109 * Exact prototype of time()
|
| /Linux-v6.1/drivers/net/ethernet/freescale/ |
| D | gianfar.h | 103 /* The number of Exact Match registers */ 830 u32 mac01addr1; /* 0x.548 - MAC exact match address 1, part 1 */ 831 u32 mac01addr2; /* 0x.54c - MAC exact match address 1, part 2 */ 832 u32 mac02addr1; /* 0x.550 - MAC exact match address 2, part 1 */ 833 u32 mac02addr2; /* 0x.554 - MAC exact match address 2, part 2 */ 834 u32 mac03addr1; /* 0x.558 - MAC exact match address 3, part 1 */ 835 u32 mac03addr2; /* 0x.55c - MAC exact match address 3, part 2 */ 836 u32 mac04addr1; /* 0x.560 - MAC exact match address 4, part 1 */ 837 u32 mac04addr2; /* 0x.564 - MAC exact match address 4, part 2 */ 838 u32 mac05addr1; /* 0x.568 - MAC exact match address 5, part 1 */ [all …]
|
| /Linux-v6.1/arch/m68k/fpsp040/ |
| D | smovecr.S | 87 bra no_finx |if 3, it is exact 92 bra no_finx |if 3, it is exact 97 bra no_finx |if 3, it is exact 109 ble no_finx |if 0 - 7, it is exact 116 ble no_finx |if 0 - 7, it is exact 123 ble no_finx |if 0 - 7, it is exact
|
| /Linux-v6.1/tools/testing/selftests/exec/ |
| D | binfmt_script.py | 113 test(name="exact", size=SIZE, good=False) 115 test(name="exact-space", size=SIZE, good=False, leading=" ") 142 # Exact size, but trailing whitespace visible instead of newline 143 test(name="exact-trunc-whitespace", size=SIZE, arg=" ") 144 # Exact size, but trailing space and first arg char visible instead of newline. 145 test(name="exact-trunc-arg", size=SIZE, arg=" f")
|
| /Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/ |
| D | rvu_npc_hash.c | 342 * Return: mdata for exact match table. 454 dev_dbg(rvu->dev, "%s: No space in 4 way exact way, weight=%u\n", __func__, in rvu_npc_exact_alloc_mem_table_entry() 511 * @index: Index to exact CAM table. 525 dev_info(rvu->dev, "%s: No space in exact cam table, weight=%u\n", __func__, in rvu_npc_exact_alloc_cam_table_entry() 541 * rvu_exact_prepare_table_entry - Data for exact match table entry. 547 * Return: mdata for exact match table. 625 * rvu_exact_config_result_ctrl - Set exact table hash control 627 * @depth: Depth of Exact match table. 652 * rvu_exact_config_table_mask - Set exact table mask. 692 * rvu_npc_exact_has_match_table - Checks support for exact match. [all …]
|
| /Linux-v6.1/tools/include/uapi/linux/ |
| D | btf.h | 102 * The exact number of btf_enum is stored in the vlen (of the 118 * by multiple "struct btf_member". The exact number 142 * The exact number of btf_param is stored in the vlen (of the 191 * The exact number of btf_enum64 is stored in the vlen (of the
|
| /Linux-v6.1/include/uapi/linux/ |
| D | btf.h | 102 * The exact number of btf_enum is stored in the vlen (of the 118 * by multiple "struct btf_member". The exact number 142 * The exact number of btf_param is stored in the vlen (of the 191 * The exact number of btf_enum64 is stored in the vlen (of the
|
| /Linux-v6.1/drivers/gpu/drm/tests/ |
| D | drm_plane_helper_test.c | 171 KUNIT_EXPECT_FALSE_MSG(test, ret, 0, "Should succeed with exact scaling limit\n"); in drm_test_check_plane_state() 183 KUNIT_EXPECT_FALSE_MSG(test, ret, 0, "Should succeed by clipping to exact multiple"); in drm_test_check_plane_state() 194 KUNIT_EXPECT_FALSE_MSG(test, ret, 0, "Should succeed by clipping to exact multiple"); in drm_test_check_plane_state() 206 KUNIT_EXPECT_FALSE_MSG(test, ret, 0, "Should succeed by clipping to exact multiple"); in drm_test_check_plane_state() 218 KUNIT_EXPECT_FALSE_MSG(test, ret, 0, "Should succeed by clipping to exact multiple"); in drm_test_check_plane_state()
|
| /Linux-v6.1/Documentation/devicetree/bindings/clock/ |
| D | pwm-clock.txt | 16 - clock-frequency : Exact output frequency, in case the PWM period 17 is not exact but was rounded to nanoseconds.
|
| /Linux-v6.1/crypto/ |
| 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()
|
| /Linux-v6.1/tools/perf/pmu-events/arch/x86/snowridgex/ |
| D | frontend.json | 77 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line or… 89 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line an… 101 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line an…
|
| /Linux-v6.1/tools/perf/pmu-events/arch/x86/elkhartlake/ |
| D | frontend.json | 77 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line or… 89 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line an… 101 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line an…
|
| /Linux-v6.1/drivers/scsi/mvsas/ |
| D | mv_init.c | 678 { PCI_VDEVICE(OCZ, 0x1022), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 679 { PCI_VDEVICE(OCZ, 0x1040), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 680 { PCI_VDEVICE(OCZ, 0x1041), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 681 { PCI_VDEVICE(OCZ, 0x1042), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 682 { PCI_VDEVICE(OCZ, 0x1043), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 683 { PCI_VDEVICE(OCZ, 0x1044), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 684 { PCI_VDEVICE(OCZ, 0x1080), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 685 { PCI_VDEVICE(OCZ, 0x1083), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 686 { PCI_VDEVICE(OCZ, 0x1084), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */
|
| /Linux-v6.1/Documentation/userspace-api/media/v4l/ |
| 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-v6.1/drivers/net/phy/ |
| D | phy-core.c | 262 * @exact: an exact match is required 267 * If @exact is unset, either an exact match or %NULL for no match will 270 * If @exact is set, an exact match, the fastest supported setting at 275 phy_lookup_setting(int speed, int duplex, const unsigned long *mask, bool exact) in phy_lookup_setting() argument 285 /* Exact match for speed and duplex */ in phy_lookup_setting() 288 } else if (!exact) { in phy_lookup_setting() 299 if (!match && !exact) in phy_lookup_setting()
|
| /Linux-v6.1/tools/memory-model/scripts/ |
| D | cmplitmushist.sh | 25 echo Exact output match: $2 67 echo Exact output matches: $perfect 1>&2
|
| /Linux-v6.1/net/netlabel/ |
| D | netlabel_addrlist.c | 59 * netlbl_af4list_search_exact - Search for an exact IPv4 address entry 65 * Searches the IPv4 address list given by @head. If an exact match if found 110 * netlbl_af6list_search_exact - Search for an exact IPv6 address entry 116 * Searches the IPv6 address list given by @head. If an exact match if found
|
| /Linux-v6.1/fs/xfs/ |
| D | xfs_extent_busy.c | 73 * extent, -1 for an overlapping but not exact busy extent, and 1 for an exact 76 * used to distinguish between a partial or exact match. 95 /* may overlap, but exact start block is lower */ in xfs_extent_busy_search() 100 /* may overlap, but exact start block is higher */ in xfs_extent_busy_search() 105 /* bno matches busyp, length determines exact match */ in xfs_extent_busy_search()
|
| /Linux-v6.1/tools/lib/traceevent/Documentation/ |
| D | libtraceevent-func_find.txt | 21 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-v6.1/drivers/net/ethernet/chelsio/cxgb4vf/ |
| D | t4vf_hw.c | 1507 * 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-match filter for each of the supplied addresses [all …]
|
| /Linux-v6.1/arch/x86/math-emu/ |
| D | reg_round.S | 43 | The significand and its extension are assumed to be exact in the | 45 | If the significand by itself is the exact result then the significand | 49 | smaller than the magnitude of the correct exact result by an amount | 55 | true exact result. | 58 | exact result. | 61 | true exact result. |
|
| /Linux-v6.1/crypto/asymmetric_keys/ |
| D | asymmetric_type.c | 43 * @partial: Use partial match for @id_0 and @id_1 if true, exact if false. 260 * Match asymmetric keys by an exact match on one of the first two IDs. 286 * Match asymmetric keys by an exact match on the third IDs. 299 * the default will be an exact match on the key description. 305 * "ex:<id>" - find a key by exact match on one of the first two IDs 306 * "dn:<id>" - find a key by exact match on the third ID
|