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:curr_p
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fddi/
H
A
D
defxx.c
1060
dma_addr_t top_p,
curr_p
; /* physical addrs into memory block */
in dfx_driver_init()
local
1175
curr_p
= ALIGN(top_p, PI_ALIGN_K_DESC_BLK);
in dfx_driver_init()
1176
curr_v = top_v + (
curr_p
- top_p);
in dfx_driver_init()
1181
bp->descr_block_phys =
curr_p
;
in dfx_driver_init()
1183
curr_p
+= sizeof(PI_DESCR_BLOCK);
in dfx_driver_init()
1188
bp->cmd_req_phys =
curr_p
;
in dfx_driver_init()
1190
curr_p
+= PI_CMD_REQ_K_SIZE_MAX;
in dfx_driver_init()
1195
bp->cmd_rsp_phys =
curr_p
;
in dfx_driver_init()
1197
curr_p
+= PI_CMD_RSP_K_SIZE_MAX;
in dfx_driver_init()
1202
bp->rcv_block_phys =
curr_p
;
in dfx_driver_init()
[all...]
/kernel/linux/linux-6.6/drivers/net/fddi/
H
A
D
defxx.c
1049
dma_addr_t top_p,
curr_p
; /* physical addrs into memory block */
in dfx_driver_init()
local
1164
curr_p
= ALIGN(top_p, PI_ALIGN_K_DESC_BLK);
in dfx_driver_init()
1165
curr_v = top_v + (
curr_p
- top_p);
in dfx_driver_init()
1170
bp->descr_block_phys =
curr_p
;
in dfx_driver_init()
1172
curr_p
+= sizeof(PI_DESCR_BLOCK);
in dfx_driver_init()
1177
bp->cmd_req_phys =
curr_p
;
in dfx_driver_init()
1179
curr_p
+= PI_CMD_REQ_K_SIZE_MAX;
in dfx_driver_init()
1184
bp->cmd_rsp_phys =
curr_p
;
in dfx_driver_init()
1186
curr_p
+= PI_CMD_RSP_K_SIZE_MAX;
in dfx_driver_init()
1191
bp->rcv_block_phys =
curr_p
;
in dfx_driver_init()
[all...]
Completed in 4 milliseconds