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:prof_mask
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
cn10k.c
379
aq->
prof_mask
.icolor = 0x03;
in cn10k_set_ipolicer_rate()
383
aq->
prof_mask
.cir_exponent = 0x1F;
in cn10k_set_ipolicer_rate()
386
aq->
prof_mask
.cir_mantissa = 0xFF;
in cn10k_set_ipolicer_rate()
389
aq->
prof_mask
.cbs_exponent = 0x1F;
in cn10k_set_ipolicer_rate()
392
aq->
prof_mask
.cbs_mantissa = 0xFF;
in cn10k_set_ipolicer_rate()
395
aq->
prof_mask
.rdiv = 0xF;
in cn10k_set_ipolicer_rate()
412
aq->
prof_mask
.adjust_exponent = 0x1F;
in cn10k_set_ipolicer_rate()
415
aq->
prof_mask
.adjust_mantissa = 0x1FF;
in cn10k_set_ipolicer_rate()
418
aq->
prof_mask
.lmode = 0x1;
in cn10k_set_ipolicer_rate()
425
aq->
prof_mask
in cn10k_set_ipolicer_rate()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
mbox.h
919
struct nix_bandprof_s
prof_mask
;
member
955
struct nix_bandprof_s
prof_mask
;
member
H
A
D
rvu_nix.c
999
memcpy(mask, &req->
prof_mask
,
in rvu_nix_blk_aq_enq_inst()
5468
aq_req->
prof_mask
.band_prof_id = GENMASK(6, 0);
in nix_ipolicer_map_leaf_midprofs()
5470
aq_req->
prof_mask
.hl_en = 1;
in nix_ipolicer_map_leaf_midprofs()
5594
memset((char *)&aq_req.
prof_mask
, 0xff, sizeof(struct nix_bandprof_s));
in rvu_nix_setup_ratelimit_aggr()
5597
aq_req.
prof_mask
.hl_en = 1;
in rvu_nix_setup_ratelimit_aggr()
Completed in 14 milliseconds