Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:jump_id
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
action.c
39
push_mpls->head.
jump_id
= NFP_FL_ACTION_OPCODE_PUSH_MPLS;
in nfp_fl_push_mpls()
69
pop_mpls->head.
jump_id
= NFP_FL_ACTION_OPCODE_POP_MPLS;
in nfp_fl_pop_mpls()
81
set_mpls->head.
jump_id
= NFP_FL_ACTION_OPCODE_SET_MPLS;
in nfp_fl_set_mpls()
109
pop_vlan->head.
jump_id
= NFP_FL_ACTION_OPCODE_POP_VLAN;
in nfp_fl_pop_vlan()
121
push_vlan->head.
jump_id
= NFP_FL_ACTION_OPCODE_PUSH_VLAN;
in nfp_fl_push_vlan()
163
pre_lag->head.
jump_id
= NFP_FL_ACTION_OPCODE_PRE_LAG;
in nfp_fl_pre_lag()
184
output->head.
jump_id
= NFP_FL_ACTION_OPCODE_OUTPUT;
in nfp_fl_output()
323
pre_tun_act->head.
jump_id
= NFP_FL_ACTION_OPCODE_PRE_TUNNEL;
in nfp_fl_pre_tunnel()
385
push->head.
jump_id
= NFP_FL_ACTION_OPCODE_PUSH_GENEVE;
in nfp_fl_push_geneve_options()
436
set_tun->head.
jump_id
in nfp_fl_set_tun()
[all...]
H
A
D
offload.c
606
act_id = a->
jump_id
;
in nfp_flower_update_merge_with_actions()
805
act_id = a->
jump_id
;
in nfp_flower_copy_pre_actions()
834
if (a->
jump_id
== NFP_FL_ACTION_OPCODE_PUSH_VLAN && !act_off)
in nfp_fl_verify_post_tun_acts()
836
else if (a->
jump_id
!= NFP_FL_ACTION_OPCODE_OUTPUT)
in nfp_fl_verify_post_tun_acts()
859
if (a->
jump_id
== NFP_FL_ACTION_OPCODE_SET_TUNNEL) {
in nfp_fl_push_vlan_after_tun()
1273
if (act->
jump_id
!= NFP_FL_ACTION_OPCODE_POP_VLAN) {
in nfp_flower_validate_pre_tun_rule()
1282
if (act->
jump_id
!= NFP_FL_ACTION_OPCODE_OUTPUT) {
in nfp_flower_validate_pre_tun_rule()
H
A
D
cmsg.h
126
u8
jump_id
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
action.c
39
push_mpls->head.
jump_id
= NFP_FL_ACTION_OPCODE_PUSH_MPLS;
in nfp_fl_push_mpls()
69
pop_mpls->head.
jump_id
= NFP_FL_ACTION_OPCODE_POP_MPLS;
in nfp_fl_pop_mpls()
81
set_mpls->head.
jump_id
= NFP_FL_ACTION_OPCODE_SET_MPLS;
in nfp_fl_set_mpls()
109
pop_vlan->head.
jump_id
= NFP_FL_ACTION_OPCODE_POP_VLAN;
in nfp_fl_pop_vlan()
121
push_vlan->head.
jump_id
= NFP_FL_ACTION_OPCODE_PUSH_VLAN;
in nfp_fl_push_vlan()
163
pre_lag->head.
jump_id
= NFP_FL_ACTION_OPCODE_PRE_LAG;
in nfp_fl_pre_lag()
184
output->head.
jump_id
= NFP_FL_ACTION_OPCODE_OUTPUT;
in nfp_fl_output()
321
pre_tun_act->head.
jump_id
= NFP_FL_ACTION_OPCODE_PRE_TUNNEL;
in nfp_fl_pre_tunnel()
383
push->head.
jump_id
= NFP_FL_ACTION_OPCODE_PUSH_GENEVE;
in nfp_fl_push_geneve_options()
428
set_tun->head.
jump_id
in nfp_fl_set_tun()
[all...]
H
A
D
offload.c
608
act_id = a->
jump_id
;
in nfp_flower_update_merge_with_actions()
807
act_id = a->
jump_id
;
in nfp_flower_copy_pre_actions()
836
if (a->
jump_id
== NFP_FL_ACTION_OPCODE_PUSH_VLAN && !act_off)
in nfp_fl_verify_post_tun_acts()
838
else if (a->
jump_id
!= NFP_FL_ACTION_OPCODE_OUTPUT)
in nfp_fl_verify_post_tun_acts()
861
if (a->
jump_id
== NFP_FL_ACTION_OPCODE_SET_TUNNEL) {
in nfp_fl_push_vlan_after_tun()
1254
if (act->
jump_id
!= NFP_FL_ACTION_OPCODE_POP_VLAN) {
in nfp_flower_validate_pre_tun_rule()
1263
if (act->
jump_id
!= NFP_FL_ACTION_OPCODE_OUTPUT) {
in nfp_flower_validate_pre_tun_rule()
H
A
D
cmsg.h
127
u8
jump_id
;
member
Completed in 17 milliseconds