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:band_prof_id
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
cn10k.c
317
aq->rq.
band_prof_id
= policer;
in cn10k_map_unmap_rq_policer()
318
aq->rq_mask.
band_prof_id
= GENMASK(9, 0);
in cn10k_map_unmap_rq_policer()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_struct.h
399
u64
band_prof_id
: 10; /* W2 */
member
733
uint64_t
band_prof_id
: 7;
member
H
A
D
rvu_nix.c
5302
prof_idx = req->prof.
band_prof_id
;
in nix_verify_bandprof()
5467
aq_req->prof.
band_prof_id
= mid_prof;
in nix_ipolicer_map_leaf_midprofs()
5468
aq_req->prof_mask.
band_prof_id
= GENMASK(6, 0);
in nix_ipolicer_map_leaf_midprofs()
5508
leaf_prof = aq_rsp.rq.
band_prof_id
;
in rvu_nix_setup_ratelimit_aggr()
5546
mid_prof = aq_rsp.prof.
band_prof_id
;
in rvu_nix_setup_ratelimit_aggr()
5668
mid_prof = aq_rsp.prof.
band_prof_id
;
in nix_clear_ratelimit_aggr()
H
A
D
rvu_debugfs.c
1709
seq_printf(m, "W2:
band_prof_id
\t\t%d\n", rq_ctx->
band_prof_id
);
in print_nix_cn10k_rq_ctx()
2204
seq_printf(m, "W1:
band_prof_id
\t%d\n", prof->
band_prof_id
);
in print_band_prof_ctx()
Completed in 16 milliseconds