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:lmt_info
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
cn10k.c
30
struct otx2_lmt_info *
lmt_info
;
in cn10k_lmtst_init()
local
41
pfvf->hw.
lmt_info
= alloc_percpu(struct otx2_lmt_info);
in cn10k_lmtst_init()
65
lmt_info
= per_cpu_ptr(pfvf->hw.
lmt_info
, cpu);
in cn10k_lmtst_init()
66
lmt_info
->lmt_addr = ((u64)pfvf->hw.lmt_base +
in cn10k_lmtst_init()
68
lmt_info
->lmt_id = cpu * LMT_BURST_SIZE;
in cn10k_lmtst_init()
140
struct otx2_lmt_info *
lmt_info
;
in cn10k_sqe_flush()
local
144
lmt_info
= per_cpu_ptr(pfvf->hw.
lmt_info
, smp_processor_id());
in cn10k_sqe_flush()
149
val = (
lmt_info
in cn10k_sqe_flush()
[all...]
H
A
D
otx2_common.h
279
struct otx2_lmt_info __percpu *
lmt_info
;
member
729
struct otx2_lmt_info *
lmt_info
;
in __cn10k_aura_freeptr()
local
733
lmt_info
= per_cpu_ptr(pfvf->hw.
lmt_info
, smp_processor_id());
in __cn10k_aura_freeptr()
736
val = (
lmt_info
->lmt_id & 0x7FF) | BIT_ULL(63);
in __cn10k_aura_freeptr()
753
memcpy((u64 *)
lmt_info
->lmt_addr, ptrs, sizeof(u64) * num_ptrs);
in __cn10k_aura_freeptr()
H
A
D
otx2_vf.c
725
free_percpu(vf->hw.
lmt_info
);
in otx2vf_probe()
780
free_percpu(vf->hw.
lmt_info
);
in otx2vf_remove()
H
A
D
otx2_pf.c
3092
if (pf->hw.
lmt_info
)
in otx2_probe()
3093
free_percpu(pf->hw.
lmt_info
);
in otx2_probe()
3273
if (pf->hw.
lmt_info
)
in otx2_remove()
3274
free_percpu(pf->hw.
lmt_info
);
in otx2_remove()
Completed in 8 milliseconds