Home
last modified time | relevance | path

Searched refs:flow (Results 1 – 25 of 28) sorted by relevance

12

/qemu/hw/net/rocker/
H A Drocker_of_dpa.c317 of_dpa_flow_key_dump(&flow->key, &flow->mask); in _of_dpa_flow_match()
356 g_hash_table_insert(of_dpa->flow_tbl, &flow->cookie, flow); in of_dpa_flow_add()
368 OfDpaFlow *flow; in of_dpa_flow_alloc() local
376 flow->stats.install_time = flow->stats.refresh_time = now; in of_dpa_flow_alloc()
378 return flow; in of_dpa_flow_alloc()
613 if (flow) { in of_dpa_bridging_learn()
1013 if (!flow) { in of_dpa_flow_ig_tbl()
1859 if (flow) { in of_dpa_cmd_flow_add()
1879 if (!flow) { in of_dpa_cmd_flow_mod()
1890 if (!flow) { in of_dpa_cmd_flow_del()
[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()
/qemu/qapi/
H A Drocker.json117 # Rocker switch OF-DPA flow key
121 # @tbl-id: flow table ID
155 # Rocker switch OF-DPA flow mask
184 # Rocker switch OF-DPA flow action
211 # Rocker switch OF-DPA flow
213 # @cookie: flow unique cookie ID
215 # @hits: count of matches (hits) on flow
217 # @key: flow key
219 # @mask: flow mask
221 # @action: flow action
[all …]
H A Dqapi-schema.json23 # Also, the following notation is used to denote data flow:
H A Dmachine.json419 # time will have continued to flow normally. The time in the
425 # its point of view time will have continued to flow normally.
/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.
/qemu/hw/dma/
H A Dpl080.c94 int flow; in pl080_run() local
132 flow = (ch->conf >> 11) & 7; in pl080_run()
133 if (flow >= 4) { in pl080_run()
141 switch (flow) { in pl080_run()
/qemu/docs/specs/
H A Drocker.txt701 CMD_ADD: add an entry to flow table
702 CMD_MOD: modify an entry in flow table
703 CMD_DEL: delete an entry from flow table
704 CMD_GET_STATS: get stats for flow entry
720 OF_DPA_HARDTIME 4 Hard timeout for flow
721 OF_DPA_IDLETIME 4 Idle timeout for flow
724 Additional TLVs based on flow table ID:
874 OF_DPA_IPV6_LABEL 4 (N) IPv6 flow label
893 TLVs for flow delete and get stats command are:
923 -ROCKER_ENOSPC ADD no space left in flow table
[all …]
H A Dppc-xive.rst155 Interrupt flow from an O/S perspective
/qemu/target/hexagon/
H A Dattribs_def.h.inc87 /* Change-of-flow attributes */
91 DEF_ATTRIB(COF, "Change-of-flow instruction", "", "")
92 DEF_ATTRIB(HINTED_COF, "This instruction is a hinted change-of-flow", "", "")
131 DEF_ATTRIB(RESTRICT_COF_MAX1, "One change-of-flow per packet", "", "")
/qemu/docs/devel/
H A Dindex-build.rst20 control-flow-integrity
H A Dcontrol-flow-integrity.rst5 This document describes the current control-flow integrity (CFI) mechanism in
14 The type used in QEMU is a forward-edge control-flow integrity that ensures
H A Dvfio-iommufd.rst72 * DMA Mapping flow
H A Dci-definitions.rst.inc32 to erroneous computations, incorrect comparisons, or improper control flow [2]_.
H A Dnested-papr.txt86 The basic execution flow is for an L1 to create an L2, run it, and
H A Dtcg-plugins.rst133 change control flow mid-block.
457 introduce determinism to the execution flow it doesn't always follow
H A Dreset.rst307 flow is:
/qemu/docs/system/i386/
H A Damd-memory-encryption.rst95 See SEV API Spec ([SEVAPI]_) 'Launching a guest' usage flow (Appendix A) for the
96 complete flow chart.
199 ``SNP_LAUNCH_FINISH`` finalizes the guest launch flow. Optionally, while
/qemu/docs/devel/migration/
H A Dvfio.rst147 Below is the state change flow during live migration for a VFIO device that
148 supports both precopy and P2P migration. The flow for devices that don't
/qemu/hw/net/
H A Dtrace-events132 e1000e_link_autoneg_flowctl(bool enabled) "Auto-negotiated flow control state is %d"
133 …utodetect: %d, Speed: %d, Force speed: %d, Force duplex: %d, RX flow control %d, TX flow control %…
134 …utodetect: %d, Speed: %d, Force speed: %d, Force duplex: %d, RX flow control %d, TX flow control %…
/qemu/
H A Dhmp-commands-info.hx680 .help = "Show rocker OF-DPA flow tables",
686 Show rocker OF-DPA flow tables.
/qemu/docs/system/riscv/
H A Dsifive_u.rst314 develop and test the recommended RISC-V boot flow with a real world use
/qemu/docs/
H A DCOLO-FT.txt100 Modifications of save/restore flow to realize continuous migration,
/qemu/docs/interop/
H A Dlive-block-operations.rst427 The following is the flow for :ref:`Case-3 <block-commit_Case-3>` to
848 way to [D], to a new target, call it [E]. The following is the flow.
/qemu/target/hexagon/idef-parser/
H A DREADME.rst663 proper control flow statements, which emit a jump to the first or to the second

12