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:vf_lfcnt_reg
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu.c
351
reg = is_pf ? block->pf_lfcnt_reg : block->
vf_lfcnt_reg
;
in rvu_update_rsrc_map()
799
block->
vf_lfcnt_reg
= RVU_PRIV_HWVFX_NPA_CFG;
in rvu_setup_hw_resources()
820
block->
vf_lfcnt_reg
= RVU_PRIV_HWVFX_NIX0_CFG;
in rvu_setup_hw_resources()
842
block->
vf_lfcnt_reg
= RVU_PRIV_HWVFX_SSO_CFG;
in rvu_setup_hw_resources()
863
block->
vf_lfcnt_reg
= RVU_PRIV_HWVFX_SSOW_CFG;
in rvu_setup_hw_resources()
885
block->
vf_lfcnt_reg
= RVU_PRIV_HWVFX_TIM_CFG;
in rvu_setup_hw_resources()
907
block->
vf_lfcnt_reg
= RVU_PRIV_HWVFX_CPT0_CFG;
in rvu_setup_hw_resources()
H
A
D
rvu.h
87
u64
vf_lfcnt_reg
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu.c
399
reg = is_pf ? block->pf_lfcnt_reg : block->
vf_lfcnt_reg
;
in rvu_update_rsrc_map()
861
block->
vf_lfcnt_reg
= RVU_PRIV_HWVFX_NIXX_CFG(blkid);
in rvu_setup_nix_hw_resource()
891
block->
vf_lfcnt_reg
= RVU_PRIV_HWVFX_CPTX_CFG(blkid);
in rvu_setup_cpt_hw_resource()
949
block->
vf_lfcnt_reg
= RVU_PRIV_HWVFX_NPA_CFG;
in rvu_setup_hw_resources()
989
block->
vf_lfcnt_reg
= RVU_PRIV_HWVFX_SSO_CFG;
in rvu_setup_hw_resources()
1014
block->
vf_lfcnt_reg
= RVU_PRIV_HWVFX_SSOW_CFG;
in rvu_setup_hw_resources()
1040
block->
vf_lfcnt_reg
= RVU_PRIV_HWVFX_TIM_CFG;
in rvu_setup_hw_resources()
H
A
D
rvu.h
108
u64
vf_lfcnt_reg
;
member
Completed in 11 milliseconds