/linux-5.10/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-5.10/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-5.10/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-5.10/drivers/net/ethernet/freescale/ |
D | gianfar.h | 106 /* The number of Exact Match registers */ 770 u32 mac01addr1; /* 0x.548 - MAC exact match address 1, part 1 */ 771 u32 mac01addr2; /* 0x.54c - MAC exact match address 1, part 2 */ 772 u32 mac02addr1; /* 0x.550 - MAC exact match address 2, part 1 */ 773 u32 mac02addr2; /* 0x.554 - MAC exact match address 2, part 2 */ 774 u32 mac03addr1; /* 0x.558 - MAC exact match address 3, part 1 */ 775 u32 mac03addr2; /* 0x.55c - MAC exact match address 3, part 2 */ 776 u32 mac04addr1; /* 0x.560 - MAC exact match address 4, part 1 */ 777 u32 mac04addr2; /* 0x.564 - MAC exact match address 4, part 2 */ 778 u32 mac05addr1; /* 0x.568 - MAC exact match address 5, part 1 */ [all …]
|
/linux-5.10/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-5.10/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-5.10/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-5.10/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-5.10/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-5.10/drivers/scsi/mvsas/ |
D | mv_init.c | 675 { PCI_VDEVICE(OCZ, 0x1022), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 676 { PCI_VDEVICE(OCZ, 0x1040), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 677 { PCI_VDEVICE(OCZ, 0x1041), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 678 { PCI_VDEVICE(OCZ, 0x1042), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 679 { PCI_VDEVICE(OCZ, 0x1043), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 680 { PCI_VDEVICE(OCZ, 0x1044), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 681 { PCI_VDEVICE(OCZ, 0x1080), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 682 { PCI_VDEVICE(OCZ, 0x1083), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ 683 { PCI_VDEVICE(OCZ, 0x1084), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */
|
/linux-5.10/arch/powerpc/kernel/vdso64/ |
D | gettimeofday.S | 18 * Exact prototype of gettimeofday 53 * Exact prototype of clock_gettime() 177 * Exact prototype of clock_getres() 214 * Exact prototype of time()
|
/linux-5.10/include/uapi/linux/ |
D | btf.h | 95 * The exact number of btf_enum is stored in the vlen (of the 111 * by multiple "struct btf_member". The exact number 135 * The exact number of btf_param is stored in the vlen (of the
|
/linux-5.10/tools/include/uapi/linux/ |
D | btf.h | 95 * The exact number of btf_enum is stored in the vlen (of the 111 * by multiple "struct btf_member". The exact number 135 * The exact number of btf_param is stored in the vlen (of the
|
/linux-5.10/drivers/net/phy/ |
D | phy-core.c | 186 * @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 209 /* Exact match for speed and duplex */ in phy_lookup_setting() 212 } else if (!exact) { in phy_lookup_setting() 223 if (!match && !exact) in phy_lookup_setting()
|
/linux-5.10/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-5.10/arch/powerpc/kernel/vdso32/ |
D | gettimeofday.S | 25 * Exact prototype of gettimeofday 60 * Exact prototype of clock_gettime() 191 * Exact prototype of clock_getres() 232 * Exact prototype of time()
|
/linux-5.10/tools/memory-model/scripts/ |
D | cmplitmushist.sh | 25 echo Exact output match: $2 67 echo Exact output matches: $perfect 1>&2
|
/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_hw.c | 1506 * 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-match filter for each of the supplied addresses [all …]
|
/linux-5.10/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-5.10/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-5.10/fs/xfs/ |
D | xfs_extent_busy.c | 76 * extent, -1 for an overlapping but not exact busy extent, and 1 for an exact 79 * used to distinguish between a partial or exact match. 102 /* may overlap, but exact start block is lower */ in xfs_extent_busy_search() 107 /* may overlap, but exact start block is higher */ in xfs_extent_busy_search() 112 /* bno matches busyp, length determines exact match */ in xfs_extent_busy_search()
|
/linux-5.10/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-5.10/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-5.10/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
|
/linux-5.10/tools/testing/ktest/examples/include/ |
D | bisect.conf | 16 # to modify the options below to make it bisect the exact 42 # Usually it's a good idea to specify the exact config you
|