Home
last modified time | relevance | path

Searched refs:jump (Results 1 – 22 of 22) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/sram/
H A Dsram.yaml251 // value is set at a specific location. If it is then the BROM will jump
266 // cpu0 should jump to SMP entry vector
/f-stack/freebsd/mips/mips/
H A Dswtch.S185 # thread's context, so jump
H A Dexception.S187 PTR_LA k0, _C_LABEL(machExceptionTable) # get base of the jump table
/f-stack/dpdk/doc/guides/tools/
H A Dflow-perf.rst226 * ``--jump``
227 Add jump action to all flows actions.
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h529 struct mlx5_flow_dv_jump_tbl_resource jump; member
687 struct mlx5_flow_dv_jump_tbl_resource *jump; member
H A Dmlx5_flow.c3606 struct rte_flow_action_jump jump = { in flow_dv_mreg_create_cb() local
3647 .conf = &jump, in flow_dv_mreg_create_cb()
3665 .conf = &jump, in flow_dv_mreg_create_cb()
4312 struct rte_flow_action_jump *jump; in flow_mreg_split_qrss_prep() local
4366 jump = (void *)(set_tag + 1); in flow_mreg_split_qrss_prep()
4367 *jump = (struct rte_flow_action_jump){ in flow_mreg_split_qrss_prep()
4372 .conf = jump, in flow_mreg_split_qrss_prep()
5496 struct rte_flow_action_jump jump = { in mlx5_flow_create_esw_table_zero_flow() local
5502 .conf = &jump, in mlx5_flow_create_esw_table_zero_flow()
5888 struct rte_flow_action_jump jump = { in mlx5_ctrl_flow_source_queue() local
[all …]
H A Dmlx5_flow_dv.c2948 MLX5_ASSERT(tbl_data->jump.action); in flow_dv_jump_tbl_resource_register()
2950 dev_flow->dv.jump = &tbl_data->jump; in flow_dv_jump_tbl_resource_register()
8014 (tbl->obj, &tbl_data->jump.action); in flow_dv_tbl_create_cb()
8107 if (tbl_data->jump.action) in flow_dv_tbl_remove_cb()
8108 mlx5_flow_os_destroy_flow_action(tbl_data->jump.action); in flow_dv_tbl_remove_cb()
10045 dev_flow->dv.jump->action; in flow_dv_translate()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlcode.c337 static int code_label (FuncState *fs, int A, int b, int jump) { in code_label() argument
339 return luaK_codeABC(fs, OP_LOADBOOL, A, b, jump); in code_label()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcode.c413 static int code_label (FuncState *fs, int A, int b, int jump) { in code_label() argument
415 return luaK_codeABC(fs, OP_LOADBOOL, A, b, jump); in code_label()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_16_04.rst395 Fix hash library to support multi-process mode, using a jump table,
398 however a custom compare function (not in the jump table) can only
H A Drelease_19_05.rst156 * Added support for jump action for both E-Switch and NIC.
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dcpus.yaml317 physical start address it should jump to.
/f-stack/dpdk/doc/guides/nics/
H A Denic.rst248 …- Ingress Actions: count, drop, flag, jump, mark, port_id, passthru, queue, rss, vxlan_decap, vxla…
249 - Egress Actions: count, drop, jump, passthru, vxlan_encap, and void
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-gru.dtsi304 * there will not be a big jump. Technically we only need to get within 200 mV
/f-stack/dpdk/drivers/net/enic/
H A Denic_fm_flow.c1293 const struct rte_flow_action_jump *jump = in enic_fm_copy_action() local
1299 ret = enic_fet_get(fm, jump->group, ingress, NULL, in enic_fm_copy_action()
/f-stack/freebsd/contrib/zlib/
H A DFAQ298 performing a conditional jump that depends on an uninitialized value.
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dsun9i-a80.dtsi314 * cpu0 should jump to SMP entry vector
/f-stack/freebsd/i386/conf/
H A DNOTES143 # of a jump is already present in the prefetch buffer on Cyrix 5x86(NOTE
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst1618 Defining an action for matched flow in a group to jump to a group which is
1621 definitions of jump actions, applications should be aware that it may be
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES981 so the jump is not as big as it was between 3.2 and 4 in terms of how things
2069 Clarify that clientsCronTrackExpansiveClients() indexes may jump ahead.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst714 threads appearing in the peer ready queue can jump any backlog in the local
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3832 - ``jump``: redirect traffic to group on device.