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:sdma_head_dma
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H
A
D
qib_sdma.c
157
ppd->
sdma_head_dma
[0] = 0;
in sdma_sw_clean_up_task()
263
ppd->
sdma_head_dma
= dma_alloc_coherent(&ppd->dd->pcidev->dev,
in alloc_sdma()
265
if (!ppd->
sdma_head_dma
) {
in alloc_sdma()
270
ppd->
sdma_head_dma
[0] = 0;
in alloc_sdma()
288
if (ppd->
sdma_head_dma
) {
in free_sdma()
290
(void *)ppd->
sdma_head_dma
,
in free_sdma()
292
ppd->
sdma_head_dma
= NULL;
in free_sdma()
H
A
D
qib.h
554
volatile __le64 *
sdma_head_dma
; /* DMA'ed by chip */
member
H
A
D
qib_iba7220.c
882
ppd->
sdma_head_dma
[0] = 0;
in qib_7220_sdma_hw_start_up()
4278
(u16)le64_to_cpu(*ppd->
sdma_head_dma
) :
in qib_sdma_7220_gethead()
H
A
D
qib_iba7322.c
1569
ppd->
sdma_head_dma
[0] = 0;
in qib_7322_sdma_hw_start_up()
6923
(u16) le64_to_cpu(*ppd->
sdma_head_dma
) :
in qib_sdma_7322_gethead()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H
A
D
qib_sdma.c
157
ppd->
sdma_head_dma
[0] = 0;
in sdma_sw_clean_up_task()
263
ppd->
sdma_head_dma
= dma_alloc_coherent(&ppd->dd->pcidev->dev,
in alloc_sdma()
265
if (!ppd->
sdma_head_dma
) {
in alloc_sdma()
270
ppd->
sdma_head_dma
[0] = 0;
in alloc_sdma()
288
if (ppd->
sdma_head_dma
) {
in free_sdma()
290
(void *)ppd->
sdma_head_dma
,
in free_sdma()
292
ppd->
sdma_head_dma
= NULL;
in free_sdma()
H
A
D
qib.h
550
volatile __le64 *
sdma_head_dma
; /* DMA'ed by chip */
member
H
A
D
qib_iba7220.c
882
ppd->
sdma_head_dma
[0] = 0;
in qib_7220_sdma_hw_start_up()
4278
(u16)le64_to_cpu(*ppd->
sdma_head_dma
) :
in qib_sdma_7220_gethead()
H
A
D
qib_iba7322.c
1547
ppd->
sdma_head_dma
[0] = 0;
in qib_7322_sdma_hw_start_up()
6894
(u16) le64_to_cpu(*ppd->
sdma_head_dma
) :
in qib_sdma_7322_gethead()
Completed in 39 milliseconds