Home
last modified time | relevance | path

Searched full:exact (Results 1 – 25 of 932) sorted by relevance

12345678910>>...38

/linux/Documentation/ABI/testing/
H A 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 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/Documentation/networking/devlink/
H A Ddevlink-dpipe.rst130 * ``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/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c538 u32 exact, mask; in nfp_fl_set_eth() local
546 exact = act->mangle.val; in nfp_fl_set_eth()
548 if (exact & ~mask) { in nfp_fl_set_eth()
553 nfp_fl_set_helper32(exact, mask, &set_eth->eth_addr_val[off], in nfp_fl_set_eth()
579 __be32 exact, mask; in nfp_fl_set_ip4() local
583 exact = (__force __be32)act->mangle.val; in nfp_fl_set_ip4()
585 if (exact & ~mask) { in nfp_fl_set_ip4()
594 set_ip_addr->ipv4_dst |= exact & mask; in nfp_fl_set_ip4()
602 set_ip_addr->ipv4_src |= exact & mask; in nfp_fl_set_ip4()
609 ttl_word = (struct ipv4_ttl_word *)&exact; in nfp_fl_set_ip4()
[all …]
/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h103 /* 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/arch/m68k/fpsp040/
H A Dsmovecr.S87 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/tools/testing/selftests/exec/
H A Dbinfmt_script.py119 test(name="exact", size=SIZE, good=False)
121 test(name="exact-space", size=SIZE, good=False, leading=" ")
148 # Exact size, but trailing whitespace visible instead of newline
149 test(name="exact-trunc-whitespace", size=SIZE, arg=" ")
150 # Exact size, but trailing space and first arg char visible instead of newline.
151 test(name="exact-trunc-arg", size=SIZE, arg=" f")
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.c492 dev_dbg(rvu->dev, "%s: No space in 4 way exact way, weight=%u\n", __func__, in rvu_npc_exact_alloc_mem_table_entry()
549 * @index: Index to exact CAM table.
563 dev_info(rvu->dev, "%s: No space in exact cam table, weight=%u\n", __func__, in rvu_npc_exact_alloc_cam_table_entry()
579 * rvu_exact_prepare_table_entry - Data for exact match table entry.
585 * Return: mdata for exact match table.
663 * rvu_exact_config_result_ctrl - Set exact table hash control
665 * @depth: Depth of Exact match table.
690 * rvu_exact_config_table_mask - Set exact table mask.
730 * rvu_npc_exact_has_match_table - Checks support for exact match.
732 * Return: True if exact match table is supported/enabled.
[all …]
/linux/include/uapi/linux/
H A Dbtf.h103 * The exact number of btf_enum is stored in the vlen (of the
119 * by multiple "struct btf_member". The exact number
143 * The exact number of btf_param is stored in the vlen (of the
192 * The exact number of btf_enum64 is stored in the vlen (of the
/linux/tools/include/uapi/linux/
H A Dbtf.h103 * The exact number of btf_enum is stored in the vlen (of the
119 * by multiple "struct btf_member". The exact number
143 * The exact number of btf_param is stored in the vlen (of the
192 * The exact number of btf_enum64 is stored in the vlen (of the
/linux/tools/perf/pmu-events/arch/x86/elkhartlake/
H A Dfrontend.json56 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line or…
65 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line an…
74 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line an…
/linux/tools/perf/pmu-events/arch/x86/snowridgex/
H A Dfrontend.json56 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line or…
65 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line an…
74 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line an…
/linux/Documentation/devicetree/bindings/clock/
H A Dpwm-clock.yaml20 description: Exact output frequency, in case the PWM period is not exact
/linux/drivers/gpu/drm/tests/
H A Ddrm_plane_helper_test.c191 .msg = "Should succeed with exact scaling limit",
203 .msg = "Should succeed by clipping to exact multiple",
215 .msg = "Should succeed by clipping to exact multiple",
227 .msg = "Should succeed by clipping to exact multiple",
240 .msg = "Should succeed by clipping to exact multiple",
/linux/drivers/scsi/mvsas/
H A Dmv_init.c659 { PCI_VDEVICE(OCZ, 0x1022), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */
660 { PCI_VDEVICE(OCZ, 0x1040), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */
661 { PCI_VDEVICE(OCZ, 0x1041), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */
662 { PCI_VDEVICE(OCZ, 0x1042), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */
663 { PCI_VDEVICE(OCZ, 0x1043), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */
664 { PCI_VDEVICE(OCZ, 0x1044), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */
665 { PCI_VDEVICE(OCZ, 0x1080), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */
666 { PCI_VDEVICE(OCZ, 0x1083), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */
667 { PCI_VDEVICE(OCZ, 0x1084), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */
/linux/drivers/net/ethernet/sfc/
H A Dtc_conntrack.c143 "Conntrack eth_proto is not exact-match; mask %04x\n", in efx_tc_ct_parse_match()
157 "Conntrack ip_proto is not exact-match; mask %02x\n", in efx_tc_ct_parse_match()
186 "Conntrack ipv4.src is not exact-match; mask %08x\n", in efx_tc_ct_parse_match()
193 "Conntrack ipv4.dst is not exact-match; mask %08x\n", in efx_tc_ct_parse_match()
204 "Conntrack ipv6.src is not exact-match; mask %pI6\n", in efx_tc_ct_parse_match()
211 "Conntrack ipv6.dst is not exact-match; mask %pI6\n", in efx_tc_ct_parse_match()
228 "Conntrack ports.src is not exact-match; mask %04x\n", in efx_tc_ct_parse_match()
235 "Conntrack ports.dst is not exact-match; mask %04x\n", in efx_tc_ct_parse_match()
/linux/drivers/net/phy/
H A Dopen_alliance_helpers.h11 * information about the cable status and faults. The exact register offset
30 * of 1 meter, ranging from 0 to 31 meters. The exact interpretation of the
/linux/tools/perf/pmu-events/arch/x86/alderlaken/
H A Dfrontend.json16 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line or…
25 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line an…
/linux/net/netlabel/
H A Dnetlabel_addrlist.c59 * 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/Documentation/netlink/specs/
H A Dovpn.yaml61 exact-len: 16
93 exact-len: 16
106 exact-len: 16
278 exact-len: nonce-tail-size
/linux/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-match filter for each of the supplied addresses
[all …]
/linux/tools/testing/selftests/net/netfilter/packetdrill/
H A Dconntrack_rst_invalid.pkt37 // in-window but not exact match
51 // exact next sequence
/linux/arch/x86/math-emu/
H A Dreg_round.S43 | 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/fs/xfs/
H A Dxfs_extent_busy.c106 * extent, -1 for an overlapping but not exact busy extent, and 1 for an exact
109 * used to distinguish between a partial or exact match.
128 /* may overlap, but exact start block is lower */ in xfs_extent_busy_search()
133 /* may overlap, but exact start block is higher */ in xfs_extent_busy_search()
138 /* bno matches busyp, length determines exact match */ in xfs_extent_busy_search()
/linux/Documentation/networking/
H A Dopenvswitch.rst82 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/include/drm/
H A Ddrm_vma_manager.h84 * drm_vma_offset_exact_lookup_locked() - Look up node by exact address
90 * It only returns the exact object with the given start address.
93 * Node at exact start address @start.

12345678910>>...38