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:ipolicer
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_nix.c
5157
struct nix_ipolicer *
ipolicer
;
in nix_setup_ipolicers()
local
5163
hw->cap.
ipolicer
= false;
in nix_setup_ipolicers()
5167
hw->cap.
ipolicer
= true;
in nix_setup_ipolicers()
5168
nix_hw->
ipolicer
= devm_kcalloc(rvu->dev, BAND_PROF_NUM_LAYERS,
in nix_setup_ipolicers()
5169
sizeof(*
ipolicer
), GFP_KERNEL);
in nix_setup_ipolicers()
5170
if (!nix_hw->
ipolicer
)
in nix_setup_ipolicers()
5176
ipolicer
= &nix_hw->
ipolicer
[layer];
in nix_setup_ipolicers()
5179
ipolicer
->band_prof.max = cfg & 0XFFFF;
in nix_setup_ipolicers()
5182
ipolicer
in nix_setup_ipolicers()
5248
struct nix_
ipolicer
*
ipolicer
;
nix_ipolicer_freemem()
local
5267
struct nix_
ipolicer
*
ipolicer
;
nix_verify_bandprof()
local
5316
struct nix_
ipolicer
*
ipolicer
;
rvu_mbox_handler_nix_bandprof_alloc()
local
5354
struct nix_
ipolicer
*
ipolicer
;
nix_free_all_bandprof()
local
5395
struct nix_
ipolicer
*
ipolicer
;
rvu_mbox_handler_nix_bandprof_free()
local
5483
struct nix_
ipolicer
*
ipolicer
;
rvu_nix_setup_ratelimit_aggr()
local
5648
struct nix_
ipolicer
*
ipolicer
;
nix_clear_ratelimit_aggr()
local
5681
struct nix_
ipolicer
*
ipolicer
;
rvu_mbox_handler_nix_bandprof_get_hwinfo()
local
[all...]
H
A
D
rvu_debugfs.c
2239
struct nix_ipolicer *
ipolicer
;
in rvu_dbg_nix_band_prof_ctx_display()
local
2245
if (!nix_hw->
ipolicer
)
in rvu_dbg_nix_band_prof_ctx_display()
2257
ipolicer
= &nix_hw->
ipolicer
[layer];
in rvu_dbg_nix_band_prof_ctx_display()
2259
for (idx = 0; idx <
ipolicer
->band_prof.max; idx++) {
in rvu_dbg_nix_band_prof_ctx_display()
2260
if (is_rsrc_free(&
ipolicer
->band_prof, idx))
in rvu_dbg_nix_band_prof_ctx_display()
2274
pcifunc =
ipolicer
->pfvf_map[idx];
in rvu_dbg_nix_band_prof_ctx_display()
2293
struct nix_ipolicer *
ipolicer
;
in rvu_dbg_nix_band_prof_rsrc_display()
local
2298
if (!nix_hw->
ipolicer
)
in rvu_dbg_nix_band_prof_rsrc_display()
2309
ipolicer
in rvu_dbg_nix_band_prof_rsrc_display()
[all...]
H
A
D
rvu.h
346
struct nix_ipolicer *
ipolicer
;
member
368
bool
ipolicer
;
member
Completed in 12 milliseconds