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:dma_num
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
myrs.h
692
unsigned char
dma_num
; /* Byte 7 */
member
733
unsigned char
dma_num
; /* Byte 7 */
member
748
unsigned char
dma_num
; /* Byte 7 */
member
762
unsigned char
dma_num
; /* Byte 7 */
member
776
unsigned char
dma_num
; /* Byte 7 */
member
792
unsigned char
dma_num
; /* Byte 7 */
member
810
unsigned char
dma_num
; /* Byte 7 */
member
848
unsigned char
dma_num
; /* Byte 7 */
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
myrs.h
692
unsigned char
dma_num
; /* Byte 7 */
member
733
unsigned char
dma_num
; /* Byte 7 */
member
748
unsigned char
dma_num
; /* Byte 7 */
member
762
unsigned char
dma_num
; /* Byte 7 */
member
776
unsigned char
dma_num
; /* Byte 7 */
member
792
unsigned char
dma_num
; /* Byte 7 */
member
810
unsigned char
dma_num
; /* Byte 7 */
member
848
unsigned char
dma_num
; /* Byte 7 */
member
/kernel/linux/linux-5.10/drivers/net/wan/
H
A
D
z85230.c
893
c->
dma_num
=0;
in z8530_sync_dma_open()
1091
c->
dma_num
=0;
in z8530_sync_txdma_open()
1585
unsigned char *rxb=c->rx_buf[c->
dma_num
];
in z8530_rx_done()
1609
c->
dma_num
^=1;
in z8530_rx_done()
1611
set_dma_addr(c->rxdma, virt_to_bus(c->rx_buf[c->
dma_num
]));
in z8530_rx_done()
H
A
D
z85230.h
301
u8
dma_num
; /* Buffer we are DMAing into */
member
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H
A
D
gaudi2.c
9970
int rc = 0,
dma_num
= 0;
in gaudi2_memset_device_memory()
local
10035
(struct packet_lin_dma *)lin_dma_pkts_arr +
dma_num
,
in gaudi2_memset_device_memory()
10036
pkt_dma_addr +
dma_num
* pkt_size,
in gaudi2_memset_device_memory()
10042
dma_num
++;
in gaudi2_memset_device_memory()
10050
rc = hl_poll_timeout(hdev, sob_addr, busy, (busy ==
dma_num
), 1000, 1000000);
in gaudi2_memset_device_memory()
Completed in 24 milliseconds