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:fn_map
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu.h
79
u16 *
fn_map
; /* LF to pcifunc mapping */
member
H
A
D
rvu.c
206
if (block->
fn_map
[lf] == pcifunc) {
in rvu_get_lf()
317
block->
fn_map
[lf] = attach ? pcifunc : 0;
in rvu_update_rsrc_map()
942
block->
fn_map
= devm_kcalloc(rvu->dev, block->lf.max,
in rvu_setup_hw_resources()
944
if (!block->
fn_map
) {
in rvu_setup_hw_resources()
H
A
D
rvu_cgx.c
710
if (!((block->
fn_map
[lf] & ~RVU_PFVF_FUNC_MASK) == (pcifunc &
in rvu_cgx_nix_cuml_stats()
H
A
D
rvu_debugfs.c
151
if (block.
fn_map
[lf] != pcifunc)
in get_lf_str_list()
337
*pcifunc = block->
fn_map
[lf];
in rvu_dbg_is_valid_lf()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu.c
232
if (block->
fn_map
[lf] == pcifunc) {
in rvu_get_lf()
365
block->
fn_map
[lf] = attach ? pcifunc : 0;
in rvu_update_rsrc_map()
1101
block->
fn_map
= devm_kcalloc(rvu->dev, block->lf.max,
in rvu_setup_hw_resources()
1103
if (!block->
fn_map
) {
in rvu_setup_hw_resources()
H
A
D
rvu.h
100
u16 *
fn_map
; /* LF to pcifunc mapping */
member
H
A
D
rvu_cgx.c
1062
if (!((block->
fn_map
[lf] & ~RVU_PFVF_FUNC_MASK) == (pcifunc &
in rvu_cgx_nix_cuml_stats()
H
A
D
rvu_debugfs.c
675
if (block.
fn_map
[lf] != pcifunc)
in get_lf_str_list()
904
*pcifunc = block->
fn_map
[lf];
in rvu_dbg_is_valid_lf()
Completed in 21 milliseconds