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:to_siw_dev
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H
A
D
siw_verbs.c
81
struct siw_device *sdev =
to_siw_dev
(base_ctx->device);
in siw_alloc_ucontext()
125
struct siw_device *sdev =
to_siw_dev
(base_dev);
in siw_query_device()
166
struct siw_device *sdev =
to_siw_dev
(base_dev);
in siw_query_port()
215
struct siw_device *sdev =
to_siw_dev
(base_dev);
in siw_query_gid()
226
struct siw_device *sdev =
to_siw_dev
(pd->device);
in siw_alloc_pd()
239
struct siw_device *sdev =
to_siw_dev
(pd->device);
in siw_dealloc_pd()
299
struct siw_device *sdev =
to_siw_dev
(base_dev);
in siw_create_qp()
514
sdev =
to_siw_dev
(base_qp->device);
in siw_query_qp()
1099
struct siw_device *sdev =
to_siw_dev
(base_cq->device);
in siw_destroy_cq()
1130
struct siw_device *sdev =
to_siw_dev
(base_c
in siw_create_cq()
[all...]
H
A
D
siw_main.c
85
struct siw_device *sdev =
to_siw_dev
(base_dev);
in siw_device_cleanup()
241
struct siw_qp *qp = siw_qp_id2obj(
to_siw_dev
(base_dev), id);
in siw_get_base_qp()
465
sdev =
to_siw_dev
(base_dev);
in siw_netdev_event()
H
A
D
siw_mem.c
92
struct siw_device *sdev =
to_siw_dev
(pd->device);
in siw_mr_add_mem()
225
struct siw_device *sdev =
to_siw_dev
(pd->device);
in siw_check_sge()
294
struct siw_device *sdev =
to_siw_dev
(pd->device);
in siw_invalidate_stag()
H
A
D
siw_cm.c
1335
struct siw_device *sdev =
to_siw_dev
(id->device);
in siw_connect()
1536
struct siw_device *sdev =
to_siw_dev
(id->device);
in siw_accept()
1770
struct siw_device *sdev =
to_siw_dev
(id->device);
in siw_create_listen()
H
A
D
siw.h
580
static inline struct siw_device *
to_siw_dev
(struct ib_device *base_dev)
in to_siw_dev()
function
H
A
D
siw_qp_tx.c
932
struct siw_device *sdev =
to_siw_dev
(pd->device);
in siw_fastreg_mr()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H
A
D
siw_verbs.c
82
struct siw_device *sdev =
to_siw_dev
(base_ctx->device);
in siw_alloc_ucontext()
126
struct siw_device *sdev =
to_siw_dev
(base_dev);
in siw_query_device()
168
struct siw_device *sdev =
to_siw_dev
(base_dev);
in siw_query_port()
217
struct siw_device *sdev =
to_siw_dev
(base_dev);
in siw_query_gid()
228
struct siw_device *sdev =
to_siw_dev
(pd->device);
in siw_alloc_pd()
241
struct siw_device *sdev =
to_siw_dev
(pd->device);
in siw_dealloc_pd()
301
struct siw_device *sdev =
to_siw_dev
(base_dev);
in siw_create_qp()
514
sdev =
to_siw_dev
(base_qp->device);
in siw_query_qp()
1103
struct siw_device *sdev =
to_siw_dev
(base_cq->device);
in siw_destroy_cq()
1134
struct siw_device *sdev =
to_siw_dev
(base_c
in siw_create_cq()
[all...]
H
A
D
siw_main.c
84
struct siw_device *sdev =
to_siw_dev
(base_dev);
in siw_device_cleanup()
217
struct siw_qp *qp = siw_qp_id2obj(
to_siw_dev
(base_dev), id);
in siw_get_base_qp()
415
sdev =
to_siw_dev
(base_dev);
in siw_netdev_event()
H
A
D
siw_mem.c
92
struct siw_device *sdev =
to_siw_dev
(pd->device);
in siw_mr_add_mem()
225
struct siw_device *sdev =
to_siw_dev
(pd->device);
in siw_check_sge()
294
struct siw_device *sdev =
to_siw_dev
(pd->device);
in siw_invalidate_stag()
H
A
D
siw_cm.c
1346
struct siw_device *sdev =
to_siw_dev
(id->device);
in siw_connect()
1547
struct siw_device *sdev =
to_siw_dev
(id->device);
in siw_accept()
1781
struct siw_device *sdev =
to_siw_dev
(id->device);
in siw_create_listen()
H
A
D
siw.h
583
static inline struct siw_device *
to_siw_dev
(struct ib_device *base_dev)
in to_siw_dev()
function
H
A
D
siw_qp_tx.c
941
struct siw_device *sdev =
to_siw_dev
(pd->device);
in siw_fastreg_mr()
Completed in 27 milliseconds