Home
last modified time | relevance | path

Searched full:flow (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/openbmc/u-boot/arch/arm/mach-tegra/tegra124/
H A Dpsci.c10 #include <asm/arch/flow.h>
26 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in psci_board_init() local
31 * The naturally expected order of putting these CPUs under Flow in psci_board_init()
33 * - configure the Flow Controller in psci_board_init()
39 * indeed program the Flow Controller to powergate them on wfi, which in psci_board_init()
46 writel((2 << CSR_WAIT_WFI_SHIFT) | CSR_ENABLE, &flow->cpu1_csr); in psci_board_init()
47 writel((4 << CSR_WAIT_WFI_SHIFT) | CSR_ENABLE, &flow->cpu2_csr); in psci_board_init()
48 writel((8 << CSR_WAIT_WFI_SHIFT) | CSR_ENABLE, &flow->cpu3_csr); in psci_board_init()
50 writel(EVENT_MODE_STOP, &flow->halt_cpu1_events); in psci_board_init()
51 writel(EVENT_MODE_STOP, &flow->halt_cpu2_events); in psci_board_init()
[all …]
H A Dcpu.c11 #include <asm/arch/flow.h>
109 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in tegra124_ram_repair() local
114 * Request the Flow Controller perform RAM repair whenever it turns on in tegra124_ram_repair()
117 clrbits_le32(&flow->ram_repair, RAM_REPAIR_BYPASS_EN); in tegra124_ram_repair()
121 setbits_le32(&flow->ram_repair, RAM_REPAIR_REQ); in tegra124_ram_repair()
126 val = readl(&flow->ram_repair); in tegra124_ram_repair()
132 setbits_le32(&flow->ram_repair_cluster1, RAM_REPAIR_REQ); in tegra124_ram_repair()
137 val = readl(&flow->ram_repair_cluster1); in tegra124_ram_repair()
150 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in tegra124_init_clocks() local
159 clrbits_le32(&flow->cluster_control, 1); in tegra124_init_clocks()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DValve.interface.yaml2 Implement to provide Valve attributes. A valve helps control the flow of
10 This property specifies the direction of the liquid flow for the
16 This indicates the direction of liquid flow for the valve.
21 liquid flow.
25 liquid flow.
28 This indicates the direction of liquid flow for valve is not
/openbmc/qemu/hw/net/rocker/
H A Drocker_of_dpa.c2 * QEMU rocker switch emulation - OF-DPA flow processing support
89 uint32_t label; /* IPv6 flow label */
309 OfDpaFlow *flow = value; in _of_dpa_flow_match() local
311 uint64_t *k = (uint64_t *)&flow->key; in _of_dpa_flow_match()
312 uint64_t *m = (uint64_t *)&flow->mask; in _of_dpa_flow_match()
316 if (flow->key.tbl_id == match->value.tbl_id) { in _of_dpa_flow_match()
317 of_dpa_flow_key_dump(&flow->key, &flow->mask); in _of_dpa_flow_match()
320 if (flow->key.width > match->value.width) { in _of_dpa_flow_match()
324 for (i = 0; i < flow->key.width; i++, k++, m++, v++) { in _of_dpa_flow_match()
333 flow->priority > match->best->priority || in _of_dpa_flow_match()
[all …]
H A Drocker-hmp-cmds.c83 RockerOfDpaFlow *flow = info->value; in hmp_rocker_of_dpa_flows() local
84 RockerOfDpaFlowKey *key = flow->key; in hmp_rocker_of_dpa_flows()
85 RockerOfDpaFlowMask *mask = flow->mask; in hmp_rocker_of_dpa_flows()
86 RockerOfDpaFlowAction *action = flow->action; in hmp_rocker_of_dpa_flows()
88 if (flow->hits) { in hmp_rocker_of_dpa_flows()
90 key->priority, key->tbl_id, flow->hits); in hmp_rocker_of_dpa_flows()
/openbmc/qemu/qapi/
H A Drocker.json119 # Rocker switch OF-DPA flow key
123 # @tbl-id: flow table ID
143 # .. note:: Optional members may or may not appear in the flow key
144 # depending if they're relevant to the flow key.
157 # Rocker switch OF-DPA flow mask
173 # .. note:: Optional members may or may not appear in the flow mask
174 # depending if they're relevant to the flow mask.
186 # Rocker switch OF-DPA flow action
200 # .. note:: Optional members may or may not appear in the flow action
201 # depending if they're relevant to the flow action.
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DValve.events.yaml11 description: The valve is open for coolant flow to resume.
12 message: The {ValveName} is open for coolant flow.
21 description: The valve is closed for coolant flow to stop.
22 message: The {ValveName} is closed for coolant flow.
/openbmc/bmcweb/redfish-core/include/registries/
H A Denvironmental_message_registry.hpp177 …"Indicates that a flow rate reading is no longer below the lower critical threshold but is still o…
178 …"Flow rate '%1' reading of %2 L/min is now above the %3 lower critical threshold but remains outsi…
191 …"Indicates that a flow rate reading is no longer below the lower fatal threshold but is still outs…
192 …"Flow rate '%1' reading of %2 L/min is now above the %3 lower fatal threshold but remains outside …
205 "Indicates that a flow rate reading is above the upper caution threshold.",
206 "Flow rate '%1' reading of %2 L/min is above the %3 upper caution threshold.",
219 "Indicates that a flow rate reading is above the upper critical threshold.",
220 "Flow rate '%1' reading of %2 L/min is above the %3 upper critical threshold.",
233 "Indicates that a flow rate reading is above the upper fatal threshold.",
234 "Flow rate '%1' reading of %2 L/min is above the %3 upper fatal threshold.",
[all …]
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dwarmboot_avp.c10 #include <asm/arch/flow.h>
27 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in wb_start() local
80 writel(reg, &flow->halt_cop_events); in wb_start()
92 /* Halt CPU1 at the flow controller for uni-processor configurations */ in wb_start()
93 writel(EVENT_MODE_STOP, &flow->halt_cpu1_events); in wb_start()
195 writel(0, flow->halt_cpu_events); in wb_start()
217 writel(reg, flow->halt_cop_events); in wb_start()
/openbmc/u-boot/arch/arm/mach-tegra/tegra30/
H A Dcpu.c9 #include <asm/arch/flow.h>
88 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in t30_init_clocks() local
93 clrbits_le32(flow->cluster_control, 1 << 0); in t30_init_clocks()
130 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in set_cpu_running() local
133 writel(run ? FLOW_MODE_NONE : FLOW_MODE_STOP, &flow->halt_cpu_events); in set_cpu_running()
/openbmc/qemu/docs/specs/
H A Drocker.rst311 packet data is network-byte order. For example, flow match fields (and masks)
667 OF-DPA mode allows the switch to offload flow packet processing functions to
671 hardware with flow functionality, as defined in OF-DPA. The block diagram is::
692 To participate in flow functions, ports must be configure for OF-DPA mode
695 OF-DPA Flow Table Interface
698 There are commands to add, modify, delete, and get stats of flow table entries.
702 CMD_ADD: add an entry to flow table
703 CMD_MOD: modify an entry in flow table
704 CMD_DEL: delete an entry from flow table
705 CMD_GET_STATS: get stats for flow entry
[all …]
/openbmc/phosphor-bmc-code-mgmt/common/
H A DREADME.md9 Device-specific class members can be added to implement the code update flow for
14 To understand the control flow, consider looking at 'ExampleDevice' and
/openbmc/qemu/scripts/coccinelle/
H A Derrp-guard.cocci65 // double error_prepend in control flow like in
101 // Warn when several Error * definitions are in the control flow.
106 // control flow we may have several (in total) Error * definitions in
133 // Warn when several propagations are in the control flow.
163 'one control flow: at {}:{} and then at {}:{}'.format(
175 // error_propagate_prepend() or error_propagate() on each control-flow
181 // which has the "common case" on at least one control-flow path.
/openbmc/u-boot/include/linux/
H A Dethtool.h228 /* for configuring link flow control parameters */
240 * flow control.
319 /* The following structures are for supporting RX network flow
326 * struct ethtool_tcpip4_spec - flow specification for TCP/IPv4 etc.
333 * This can be used to specify a TCP/IPv4, UDP/IPv4 or SCTP/IPv4 flow.
344 * struct ethtool_ah_espip4_spec - flow specification for IPsec/IPv4
362 * struct ethtool_usrip4_spec - general flow specification for IPv4
381 * struct ethtool_rxfh_indir - command to get or set RX flow hash indirection
536 #define ETHTOOL_GRXFH 0x00000029 /* Get RX flow hash configuration */
537 #define ETHTOOL_SRXFH 0x0000002a /* Set RX flow hash configuration */
[all …]
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A Dsuricata.yaml19 # runmodes for each packet acquisition method. Defaults to "autofp" (auto flow pinned
23 # Specifies the kind of flow load balancer used by the flow pinned autofp mode.
30 # hash - Flow alloted usihng the address hash. More of a random
314 # Number of receive threads (>1 will enable experimental flow pinned
317 # Default clusterid. AF_PACKET will load balance packets based on flow.
321 # Default AF_PACKET cluster type. AF_PACKET can load balance per flow or per hash.
325 # * cluster_flow: all packets of a given flow are send to the same socket
335 # the following value. If you are using flow cluster-type and have really network
336 # intensive single-flow you could want to set the ring-size independantly of the number
588 # Flow settings:
[all …]
H A DCVE-2024-38534.patch4 Subject: [PATCH 2/4] modbus: abort flow parsing on flood
8 Let's not spend more resources for a flow which is trying to
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/
H A DValue.interface.yaml67 Electrical charge flow rate as Amperes.
70 To calculate Air Flow in Cubic Feet per Minute
82 To calculate the liquid flow in Liters Per Minute.
/openbmc/u-boot/drivers/usb/eth/
H A Dlan75xx.c62 uint32_t flow = 0, fct_flow = 0; in lan75xx_update_flowcontrol() local
65 ret = lan7x_update_flowcontrol(udev, dev, &flow, &fct_flow); in lan75xx_update_flowcontrol()
72 return lan7x_write_reg(udev, FLOW, flow); in lan75xx_update_flowcontrol()
200 ret = lan7x_write_reg(udev, FLOW, 0); in lan75xx_eth_start()
/openbmc/u-boot/tools/kermit/
H A Dflash_param11 #set flow-control none
12 set flow-control xon/xoff
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h565 * struct ethtool_pauseparam - Ethernet pause (flow control) parameters
1228 /* The following structures are for supporting RX network flow
1235 * struct ethtool_tcpip4_spec - flow specification for TCP/IPv4 etc.
1242 * This can be used to specify a TCP/IPv4, UDP/IPv4 or SCTP/IPv4 flow.
1253 * struct ethtool_ah_espip4_spec - flow specification for IPsec/IPv4
1271 * struct ethtool_usrip4_spec - general flow specification for IPv4
1289 * struct ethtool_tcpip6_spec - flow specification for TCP/IPv6 etc.
1296 * This can be used to specify a TCP/IPv6, UDP/IPv6 or SCTP/IPv6 flow.
1307 * struct ethtool_ah_espip6_spec - flow specification for IPsec/IPv6
1323 * struct ethtool_usrip6_spec - general flow specification for IPv6
[all …]
/openbmc/u-boot/include/
H A Dconfig_fsl_chain_trust.h17 * for secure boot flow and therefore bootscript should have
66 /* For secure boot flow, default environment used will be used */
/openbmc/qemu/target/hexagon/
H A Dinsn.h63 bool pkt_has_cof; /* Has any change-of-flow */
64 bool pkt_has_multi_cof; /* Has more than one change-of-flow */
/openbmc/openbmc-test-automation/lib/
H A Dfirmware_utils.py45 [cycle_time]: no flow control=120ns IORDY flow control=120ns
/openbmc/u-boot/doc/device-tree-bindings/serial/
H A D8250.txt43 - auto-flow-control: one way to enable automatic flow control support. The
/openbmc/u-boot/drivers/net/
H A De1000.c1838 * configuration and flow control settings. Clears all on-chip counters. Leaves
1976 /* Call a subroutine to configure the link and setup flow control. */ in e1000_init_hw()
2052 * Configures flow control and link settings.
2056 * Determines which flow control settings to use. Calls the apropriate media-
2057 * specific link configuration function. Configures the flow control settings.
2080 * that determine the hardware's default PAUSE (flow control) mode, in e1000_setup_link()
2083 * SW defined pins. If there is no SW over-ride of the flow in e1000_setup_link()
2121 /* We want to save off the original Flow Control configuration just in e1000_setup_link()
2123 * hub or switch with different Flow Control capabilities. in e1000_setup_link()
2157 /* Initialize the flow control address, type, and PAUSE timer in e1000_setup_link()
[all …]

12345678910>>...17