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:cmb_q_base_pa
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_lif.h
75
phys_addr_t
cmb_q_base_pa
;
member
H
A
D
ionic_lif.c
410
qcq->
cmb_q_base_pa
= 0;
in ionic_qcq_free()
637
err = ionic_get_cmb(lif, &new->cmb_pgid, &new->
cmb_q_base_pa
,
in ionic_qcq_alloc()
646
new->cmb_q_base = ioremap_wc(new->
cmb_q_base_pa
, new->cmb_q_size);
in ionic_qcq_alloc()
654
new->
cmb_q_base_pa
-= idev->phy_cmb_pages;
in ionic_qcq_alloc()
655
ionic_q_cmb_map(&new->q, new->cmb_q_base, new->
cmb_q_base_pa
);
in ionic_qcq_alloc()
816
ctx.cmd.q_init.ring_base = cpu_to_le64(qcq->
cmb_q_base_pa
);
in ionic_lif_txq_init()
884
ctx.cmd.q_init.ring_base = cpu_to_le64(qcq->
cmb_q_base_pa
);
in ionic_lif_rxq_init()
Completed in 6 milliseconds