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:act_off
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
offload.c
600
unsigned int
act_off
= 0;
in nfp_flower_update_merge_with_actions()
local
606
while (
act_off
< flow->meta.act_len) {
in nfp_flower_update_merge_with_actions()
607
a = (struct nfp_fl_act_head *)&flow->action_data[
act_off
];
in nfp_flower_update_merge_with_actions()
693
act_off
+= a->len_lw << NFP_FL_LW_SIZ;
in nfp_flower_update_merge_with_actions()
800
unsigned int
act_off
= 0, act_len;
in nfp_flower_copy_pre_actions()
local
804
while (
act_off
< len) {
in nfp_flower_copy_pre_actions()
805
a = (struct nfp_fl_act_head *)&act_src[
act_off
];
in nfp_flower_copy_pre_actions()
815
memcpy(act_dst +
act_off
, act_src +
act_off
, act_len);
in nfp_flower_copy_pre_actions()
818
return
act_off
;
in nfp_flower_copy_pre_actions()
831
unsigned int
act_off
= 0;
nfp_fl_verify_post_tun_acts()
local
856
unsigned int
act_off
= 0;
nfp_fl_push_vlan_after_tun()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
offload.c
598
unsigned int
act_off
= 0;
in nfp_flower_update_merge_with_actions()
local
604
while (
act_off
< flow->meta.act_len) {
in nfp_flower_update_merge_with_actions()
605
a = (struct nfp_fl_act_head *)&flow->action_data[
act_off
];
in nfp_flower_update_merge_with_actions()
691
act_off
+= a->len_lw << NFP_FL_LW_SIZ;
in nfp_flower_update_merge_with_actions()
798
unsigned int
act_off
= 0, act_len;
in nfp_flower_copy_pre_actions()
local
802
while (
act_off
< len) {
in nfp_flower_copy_pre_actions()
803
a = (struct nfp_fl_act_head *)&act_src[
act_off
];
in nfp_flower_copy_pre_actions()
813
memcpy(act_dst +
act_off
, act_src +
act_off
, act_len);
in nfp_flower_copy_pre_actions()
816
return
act_off
;
in nfp_flower_copy_pre_actions()
829
unsigned int
act_off
= 0;
nfp_fl_verify_post_tun_acts()
local
854
unsigned int
act_off
= 0;
nfp_fl_push_vlan_after_tun()
local
[all...]
Completed in 4 milliseconds