/Linux-v5.15/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-v5.15/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-v5.15/arch/powerpc/kernel/vdso32/ |
D | gettimeofday.S | 19 * Exact prototype of gettimeofday 29 * Exact prototype of clock_gettime() 39 * Exact prototype of clock_gettime64() 49 * Exact prototype of clock_getres() 60 * Exact prototype of time()
|
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/flower/ |
D | action.c | 520 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() [all …]
|
/Linux-v5.15/arch/powerpc/kernel/vdso64/ |
D | gettimeofday.S | 19 * Exact prototype of gettimeofday 30 * Exact prototype of clock_gettime() 41 * Exact prototype of clock_getres() 51 * Exact prototype of time()
|
/Linux-v5.15/drivers/net/ethernet/freescale/ |
D | gianfar.h | 106 /* The number of Exact Match registers */ 833 u32 mac01addr1; /* 0x.548 - MAC exact match address 1, part 1 */ 834 u32 mac01addr2; /* 0x.54c - MAC exact match address 1, part 2 */ 835 u32 mac02addr1; /* 0x.550 - MAC exact match address 2, part 1 */ 836 u32 mac02addr2; /* 0x.554 - MAC exact match address 2, part 2 */ 837 u32 mac03addr1; /* 0x.558 - MAC exact match address 3, part 1 */ 838 u32 mac03addr2; /* 0x.55c - MAC exact match address 3, part 2 */ 839 u32 mac04addr1; /* 0x.560 - MAC exact match address 4, part 1 */ 840 u32 mac04addr2; /* 0x.564 - MAC exact match address 4, part 2 */ 841 u32 mac05addr1; /* 0x.568 - MAC exact match address 5, part 1 */ [all …]
|
/Linux-v5.15/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-v5.15/tools/testing/selftests/exec/ |
D | binfmt_script | 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-v5.15/drivers/gpu/drm/selftests/ |
D | test-drm_plane_helper.c | 167 FAIL(ret < 0, "Should succeed with exact scaling limit\n"); in igt_check_plane_state() 179 FAIL(ret < 0, "Should succeed by clipping to exact multiple"); in igt_check_plane_state() 190 FAIL(ret < 0, "Should succeed by clipping to exact multiple"); in igt_check_plane_state() 201 FAIL(ret < 0, "Should succeed by clipping to exact multiple"); in igt_check_plane_state() 213 FAIL(ret < 0, "Should succeed by clipping to exact multiple"); in igt_check_plane_state()
|
/Linux-v5.15/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-v5.15/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-v5.15/drivers/scsi/mvsas/ |
D | mv_init.c | 676 { PCI_VDEVICE(OCZ, 0x1022), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 677 { PCI_VDEVICE(OCZ, 0x1040), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 678 { PCI_VDEVICE(OCZ, 0x1041), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 679 { PCI_VDEVICE(OCZ, 0x1042), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 680 { PCI_VDEVICE(OCZ, 0x1043), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 681 { PCI_VDEVICE(OCZ, 0x1044), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 682 { PCI_VDEVICE(OCZ, 0x1080), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 683 { PCI_VDEVICE(OCZ, 0x1083), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 684 { PCI_VDEVICE(OCZ, 0x1084), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */
|
/Linux-v5.15/include/uapi/linux/ |
D | btf.h | 96 * The exact number of btf_enum is stored in the vlen (of the 112 * by multiple "struct btf_member". The exact number 136 * The exact number of btf_param is stored in the vlen (of the
|
/Linux-v5.15/tools/include/uapi/linux/ |
D | btf.h | 96 * The exact number of btf_enum is stored in the vlen (of the 112 * by multiple "struct btf_member". The exact number 136 * The exact number of btf_param is stored in the vlen (of the
|
/Linux-v5.15/drivers/net/phy/ |
D | phy-core.c | 187 * @exact: an exact match is required 192 * If @exact is unset, either an exact match or %NULL for no match will 195 * If @exact is set, an exact match, the fastest supported setting at 200 phy_lookup_setting(int speed, int duplex, const unsigned long *mask, bool exact) in phy_lookup_setting() argument 210 /* Exact match for speed and duplex */ in phy_lookup_setting() 213 } else if (!exact) { in phy_lookup_setting() 224 if (!match && !exact) in phy_lookup_setting()
|
/Linux-v5.15/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-v5.15/tools/memory-model/scripts/ |
D | cmplitmushist.sh | 25 echo Exact output match: $2 67 echo Exact output matches: $perfect 1>&2
|
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/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…
|
/Linux-v5.15/include/drm/ |
D | drm_vma_manager.h | 83 * drm_vma_offset_exact_lookup_locked() - Look up node by exact address 89 * It only returns the exact object with the given start address. 92 * Node at exact start address @start.
|
/Linux-v5.15/Documentation/networking/ |
D | openvswitch.rst | 82 The <linux/openvswitch.h> header file defines the exact format of the 104 A wildcarded flow can represent a group of exact match flows. Each '1' bit 105 in the mask specifies a exact match with the corresponding bit in the flow key. 111 space program. The kernel can ignore the mask attribute, installing an exact
|