Home
last modified time | relevance | path

Searched refs:fed (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/netgraph/netflow/
H A Dnetflow_v9.c248 struct flow_entry_data *fed; in export9_add() local
263 flow_type = fed->r.flow_type; in export9_add()
271 rec->src_addr = fed->r.r_src.s_addr; in export9_add()
272 rec->dst_addr = fed->r.r_dst.s_addr; in export9_add()
282 rec->s_port = fed->r.r_sport; in export9_add()
283 rec->d_port = fed->r.r_dport; in export9_add()
284 rec->flags = fed->tcp_flags; in export9_add()
285 rec->prot = fed->r.r_ip_p; in export9_add()
286 rec->tos = fed->r.r_tos; in export9_add()
287 rec->dst_mask = fed->dst_mask; in export9_add()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dexynos5260-clock.txt29 These clocks are fed into the clock controller and then routed to
71 - clocks: list of clock identifiers which are fed as the input to
75 - clock-names: list of names of clocks which are fed as the input
H A Dexynos7-clock.txt45 - clocks: list of clock identifiers which are fed as the input to
49 - clock-names: list of names of clocks which are fed as the input
H A Darm,syscon-icst.yaml30 In the core modules and logic tiles, the ICST is a configurable clock fed
/f-stack/freebsd/contrib/device-tree/Bindings/pwm/
H A Dbrcm,bcm7038-pwm.txt9 - clocks: a phandle to the reference clock for this block which is fed through
/f-stack/freebsd/contrib/device-tree/Bindings/iio/afe/
H A Dvoltage-divider.txt33 voltage divider (R = 200 Ohms, Rout = 22 Ohms) and fed to an ADC.
/f-stack/freebsd/contrib/device-tree/Bindings/iio/multiplexer/
H A Dio-channel-mux.txt3 If a multiplexer is used to select which hardware signal is fed to
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,versatile-fpga-irq.txt5 controllers are OR:ed together and fed to the CPU tile's IRQ input. Each
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dbrcm,unimac-mdio.txt19 - interrupt-names: must be "mdio_done_error" when there is a share interrupt fed
H A Dsnps,dwc-qos-ethernet.txt37 In cases where the PHY clock is directly fed into the EQOS receive path
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dnspire.dtsi99 * We assume the same clock is fed to APB and CLCDCLK.
/f-stack/dpdk/doc/guides/tools/
H A Dcomp_perf.rst14 Then, the output buffers are fed into the decompression stage, and the resulting
/f-stack/freebsd/contrib/device-tree/Bindings/arm/tegra/
H A Dnvidia,tegra20-pmc.yaml66 signal is fed into the PMC. This signal is optionally inverted, and
67 then fed into the ARM GIC. The PMC is not involved in the detection
/f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/
H A Dqcom,spmi-vadc.yaml94 fed to VADC. The configuration for this node is to know the
H A Dqcom,spmi-vadc.txt78 fed to VADC. The configuration for this node is to know the
/f-stack/dpdk/doc/guides/prog_guide/
H A Dqos_framework.rst1688 * Committed (C) bucket: fed with tokens at the rate defined by the Committed Information Rate (CI…
1692 * Excess (E) bucket: fed with tokens at the same rate as the C bucket.
1698 * Committed (C) bucket: fed with tokens at the rate defined by the Committed Information Rate (CI…
1702 * Peak (P) bucket: fed with tokens at the rate defined by the Peak Information Rate (PIR) paramet…
H A Dpacket_framework.rst1068 …| 3 | App ID | Per flow state machine fed by variable length sequence o…
/f-stack/freebsd/contrib/zlib/doc/
H A Drfc1950.txt290 bytes which are initially fed to the compressor without
/f-stack/freebsd/contrib/zlib/
H A DChangeLog1274 - Fix inflate to terminate gracefully when fed corrupted or invalid data