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:descr_block_virt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fddi/
H
A
D
defxx.c
1180
bp->
descr_block_virt
= (PI_DESCR_BLOCK *) curr_v;
in dfx_driver_init()
1217
print_name, bp->
descr_block_virt
, &bp->descr_block_phys);
in dfx_driver_init()
2647
bp->
descr_block_virt
->cmd_rsp[bp->cmd_rsp_reg.index.prod].long_0 = (u32) (PI_RCV_DESCR_M_SOP |
in dfx_hw_dma_cmd_req()
2649
bp->
descr_block_virt
->cmd_rsp[bp->cmd_rsp_reg.index.prod].long_1 = bp->cmd_rsp_phys;
in dfx_hw_dma_cmd_req()
2659
bp->
descr_block_virt
->cmd_req[bp->cmd_req_reg.index.prod].long_0 = (u32) (PI_XMT_DESCR_M_SOP |
in dfx_hw_dma_cmd_req()
2661
bp->
descr_block_virt
->cmd_req[bp->cmd_req_reg.index.prod].long_1 = bp->cmd_req_phys;
in dfx_hw_dma_cmd_req()
3037
bp->
descr_block_virt
->rcv_data[i + j].long_0 =
in dfx_rcv_init()
3042
bp->
descr_block_virt
->rcv_data[i + j].long_1 =
in dfx_rcv_init()
3055
bp->
descr_block_virt
->rcv_data[i+j].long_0 = (u32) (PI_RCV_DESCR_M_SOP |
in dfx_rcv_init()
3057
bp->
descr_block_virt
in dfx_rcv_init()
[all...]
H
A
D
defxx.h
1722
PI_DESCR_BLOCK *
descr_block_virt
; /* PDQ descriptor block virt address */
member
/kernel/linux/linux-6.6/drivers/net/fddi/
H
A
D
defxx.c
1169
bp->
descr_block_virt
= (PI_DESCR_BLOCK *) curr_v;
in dfx_driver_init()
1206
print_name, bp->
descr_block_virt
, &bp->descr_block_phys);
in dfx_driver_init()
2636
bp->
descr_block_virt
->cmd_rsp[bp->cmd_rsp_reg.index.prod].long_0 = (u32) (PI_RCV_DESCR_M_SOP |
in dfx_hw_dma_cmd_req()
2638
bp->
descr_block_virt
->cmd_rsp[bp->cmd_rsp_reg.index.prod].long_1 = bp->cmd_rsp_phys;
in dfx_hw_dma_cmd_req()
2648
bp->
descr_block_virt
->cmd_req[bp->cmd_req_reg.index.prod].long_0 = (u32) (PI_XMT_DESCR_M_SOP |
in dfx_hw_dma_cmd_req()
2650
bp->
descr_block_virt
->cmd_req[bp->cmd_req_reg.index.prod].long_1 = bp->cmd_req_phys;
in dfx_hw_dma_cmd_req()
3026
bp->
descr_block_virt
->rcv_data[i + j].long_0 =
in dfx_rcv_init()
3031
bp->
descr_block_virt
->rcv_data[i + j].long_1 =
in dfx_rcv_init()
3044
bp->
descr_block_virt
->rcv_data[i+j].long_0 = (u32) (PI_RCV_DESCR_M_SOP |
in dfx_rcv_init()
3046
bp->
descr_block_virt
in dfx_rcv_init()
[all...]
H
A
D
defxx.h
1723
PI_DESCR_BLOCK *
descr_block_virt
; /* PDQ descriptor block virt address */
member
Completed in 16 milliseconds