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:stats_cxt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
metadata.c
29
u32
stats_cxt
;
member
34
.key_offset = offsetof(struct nfp_fl_stats_ctx_to_flow,
stats_cxt
),
302
u32
stats_cxt
;
in nfp_compile_flow_metadata()
local
305
err = nfp_get_stats_entry(app, &
stats_cxt
);
in nfp_compile_flow_metadata()
311
nfp_flow->meta.host_ctx_id = cpu_to_be32(
stats_cxt
);
in nfp_compile_flow_metadata()
321
ctx_entry->
stats_cxt
=
stats_cxt
;
in nfp_compile_flow_metadata()
341
if (nfp_release_stats_entry(app,
stats_cxt
)) {
in nfp_compile_flow_metadata()
355
priv->stats[
stats_cxt
].pkts = 0;
in nfp_compile_flow_metadata()
356
priv->stats[
stats_cxt
]
in nfp_compile_flow_metadata()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
metadata.c
30
u32
stats_cxt
;
member
35
.key_offset = offsetof(struct nfp_fl_stats_ctx_to_flow,
stats_cxt
),
314
u32
stats_cxt
;
in nfp_compile_flow_metadata()
local
317
err = nfp_get_stats_entry(app, &
stats_cxt
);
in nfp_compile_flow_metadata()
323
nfp_flow->meta.host_ctx_id = cpu_to_be32(
stats_cxt
);
in nfp_compile_flow_metadata()
333
ctx_entry->
stats_cxt
=
stats_cxt
;
in nfp_compile_flow_metadata()
362
priv->stats[
stats_cxt
].pkts = 0;
in nfp_compile_flow_metadata()
363
priv->stats[
stats_cxt
].bytes = 0;
in nfp_compile_flow_metadata()
364
priv->stats[
stats_cxt
]
in nfp_compile_flow_metadata()
[all...]
Completed in 2 milliseconds