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:db_entry_size
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pci/endpoint/functions/
H
A
D
pci-epf-ntb.c
119
u32
db_entry_size
;
member
387
u32
db_entry_size
, db_data, db_offset;
in epf_ntb_configure_msi()
local
403
db_entry_size
= peer_ctrl->
db_entry_size
;
in epf_ntb_configure_msi()
410
db_entry_size
, &db_data, &db_offset);
in epf_ntb_configure_msi()
496
u32
db_entry_size
, msg_data;
in epf_ntb_configure_msix()
local
521
db_entry_size
= peer_ctrl->
db_entry_size
;
in epf_ntb_configure_msix()
527
db_entry_size
);
in epf_ntb_configure_msix()
534
phys_addr = phys_addr +
db_entry_size
;
in epf_ntb_configure_msix()
[all...]
H
A
D
pci-epf-vntb.c
113
u32
db_entry_size
;
member
464
ctrl->
db_entry_size
= sizeof(u32);
in epf_ntb_config_spad_bar_alloc()
/kernel/linux/linux-6.6/drivers/ntb/hw/epf/
H
A
D
ntb_hw_epf.c
474
u32
db_entry_size
;
in ntb_epf_peer_db_set()
local
484
db_entry_size
= readl(ndev->ctrl_reg + NTB_EPF_DB_ENTRY_SIZE);
in ntb_epf_peer_db_set()
488
writel(db_data, ndev->db_reg + (
db_entry_size
* interrupt_num) +
in ntb_epf_peer_db_set()
Completed in 6 milliseconds