Home
last modified time | relevance | path

Searched refs:exact (Results 1 – 25 of 156) sorted by relevance

1234567

/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 …]
H A Dsysfs-bus-iio-magnetometer-hmc584319 according to the device. For exact documentation
/linux/Documentation/networking/devlink/
H A Ddevlink-dpipe.rst184 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 },
246 match: { meta.rif_port: exact,
247 meta.is_l3_unicast: exact,
[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/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1541 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()
1626 unsigned int fw_naddr = (rem < ARRAY_SIZE(cmd.u.exact) ? in t4vf_free_mac_filt()
1627 rem : ARRAY_SIZE(cmd.u.exact)); in t4vf_free_mac_filt()
1629 u.exact[fw_naddr]), 16); in t4vf_free_mac_filt()
1643 for (i = 0, p = cmd.u.exact; i < (int)fw_naddr; i++, p++) { in t4vf_free_mac_filt()
1655 for (i = 0, p = cmd.u.exact; i < fw_naddr; i++, p++) { in t4vf_free_mac_filt()
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-uvc.rst18 exact copies of the standard part of UVC Payload Header contents and auxiliary
46 * - :cspan:`1` *The rest is an exact copy of the UVC payload header:*
/linux/crypto/
H A Dapi.c66 int exact, fuzzy; in __crypto_alg_lookup() local
74 exact = !strcmp(q->cra_driver_name, name); in __crypto_alg_lookup()
76 if (!exact && !(fuzzy && q->cra_priority > best)) in __crypto_alg_lookup()
87 if (exact) in __crypto_alg_lookup()
/linux/drivers/soc/vt8500/
H A DKconfig14 which helps identify the exact hardware revision of the SoC the kernel
/linux/arch/sh/drivers/
H A DKconfig10 Use the power-on LED on your machine as a load meter. The exact
/linux/scripts/genksyms/
H A Dgenksyms.h56 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
/linux/Documentation/userspace-api/media/rc/
H A Dlirc-set-rec-timeout.rst42 and data should be reported as soon as possible. If the exact value
H A Drc-protos.rst356 The scancode is the exact 16 bits as in the protocol. There is also a
364 The scancode is the exact 20 bits
372 The scancode is the exact 24 bits
H A Dlirc-read.rst44 The exact format of the data depends on what :ref:`lirc_modes` a driver
/linux/fs/gfs2/
H A Drgrp.h27 struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact);
/linux/Documentation/arch/x86/x86_64/
H A Dmachinecheck.rst12 a hardware subsystem) and subevents in a bank. The exact meaning
/linux/Documentation/admin-guide/perf/
H A Dhns3-pmu.rst124 is BDF of PF/VF, the "queue" filter option must be set to the exact queue
132 id is BDF of PF/VF, the "intr" filter option must be set to the exact
/linux/Documentation/networking/device_drivers/ethernet/freescale/
H A Dgianfar.rst35 filtering. On the eTSEC, the exact-match MAC registers are used
/linux/Documentation/hwmon/
H A Dlm95245.rst46 It will round up to the next selectable interval. See the datasheet for exact
H A Dlm95234.rst46 It will round up to the next selectable interval. See the datasheet for exact
/linux/Documentation/misc-devices/
H A Dad525x_dpot.rst24 and may vary greatly on a part-by-part basis. For exact interpretation of
/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/Documentation/devicetree/bindings/pwm/
H A Dpwm.txt16 PWM properties should be named "pwms". The exact meaning of each pwms
/linux/Documentation/netlabel/
H A Dintroduction.rst36 protocol built on top of the Generic NETLINK transport mechanism. The exact
/linux/drivers/pwm/
H A Dcore.c331 bool exact) in __pwm_set_waveform() argument
351 if ((IS_ENABLED(CONFIG_PWM_DEBUG) || exact) && wf->period_length_ns) { in __pwm_set_waveform()
361 if (exact && pwmwfcmp(wf, &wf_rounded)) { in __pwm_set_waveform()
443 const struct pwm_waveform *wf, bool exact) in pwm_set_waveform_might_sleep() argument
461 err = __pwm_set_waveform(pwm, wf, exact); in pwm_set_waveform_might_sleep()
464 err = __pwm_set_waveform(pwm, wf, exact); in pwm_set_waveform_might_sleep()
475 else if (exact && err == 1) in pwm_set_waveform_might_sleep()
/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-pxa-pci-ce4100.txt12 of the specific I2C controller. This were his exact words:

1234567