Searched full:flow (Results 1 – 25 of 1213) sorted by relevance
12345678910>>...49
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/ |
D | flow.json |
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | flowring.c |
|
D | flowring.h |
|
/openbmc/linux/include/net/ |
D | fq_impl.h |
|
/openbmc/linux/drivers/net/phy/mscc/ |
D | mscc_macsec.c |
|
/openbmc/linux/drivers/gpu/ipu-v3/ |
D | ipu-dp.c |
|
/openbmc/linux/Documentation/networking/ |
D | openvswitch.rst |
|
D | secid.rst |
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
D | conntrack.h |
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/ |
H A D | psci.c | 10 #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 …]
|
/openbmc/linux/samples/bpf/ |
D | sockex2_kern.c |
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_tun_encap.h |
|
/openbmc/linux/drivers/infiniband/hw/usnic/ |
D | usnic_fwd.c |
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
D | goto.c |
|
D | act.c |
|
/openbmc/qemu/hw/net/rocker/ |
H A D | rocker_of_dpa.c | 2 * 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 …]
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
D | igc_mac.c |
|
/openbmc/linux/arch/arm/mach-tegra/ |
D | platsmp.c |
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
D | test_xdp_noinline.c |
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
H A D | Valve.interface.yaml | 2 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/qapi/ |
H A D | rocker.json | 119 # 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/linux/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-prng.c |
|
D | sun8i-ss.h |
|
/openbmc/linux/net/qrtr/ |
D | af_qrtr.c |
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/ |
D | i40e.rst |
|
12345678910>>...49