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:ibsrq_to_rvtsrq
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H
A
D
srq.c
80
struct rvt_srq *srq =
ibsrq_to_rvtsrq
(ibsrq);
in rvt_create_srq()
170
struct rvt_srq *srq =
ibsrq_to_rvtsrq
(ibsrq);
in rvt_modify_srq()
322
struct rvt_srq *srq =
ibsrq_to_rvtsrq
(ibsrq);
in rvt_query_srq()
337
struct rvt_srq *srq =
ibsrq_to_rvtsrq
(ibsrq);
in rvt_destroy_srq()
H
A
D
qp.c
1124
struct rvt_srq *srq =
ibsrq_to_rvtsrq
(init_attr->srq);
in rvt_create_qp()
2258
struct rvt_srq *srq =
ibsrq_to_rvtsrq
(ibsrq);
in rvt_post_srq_recv()
2409
srq =
ibsrq_to_rvtsrq
(qp->ibqp.srq);
in rvt_get_rwqe()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H
A
D
srq.c
38
struct rvt_srq *srq =
ibsrq_to_rvtsrq
(ibsrq);
in rvt_create_srq()
128
struct rvt_srq *srq =
ibsrq_to_rvtsrq
(ibsrq);
in rvt_modify_srq()
281
struct rvt_srq *srq =
ibsrq_to_rvtsrq
(ibsrq);
in rvt_query_srq()
296
struct rvt_srq *srq =
ibsrq_to_rvtsrq
(ibsrq);
in rvt_destroy_srq()
H
A
D
qp.c
1084
struct rvt_srq *srq =
ibsrq_to_rvtsrq
(init_attr->srq);
in rvt_create_qp()
2207
struct rvt_srq *srq =
ibsrq_to_rvtsrq
(ibsrq);
in rvt_post_srq_recv()
2358
srq =
ibsrq_to_rvtsrq
(qp->ibqp.srq);
in rvt_get_rwqe()
/kernel/linux/linux-5.10/include/rdma/
H
A
D
rdmavt_qp.h
459
static inline struct rvt_srq *
ibsrq_to_rvtsrq
(struct ib_srq *ibsrq)
in ibsrq_to_rvtsrq()
function
/kernel/linux/linux-6.6/include/rdma/
H
A
D
rdmavt_qp.h
459
static inline struct rvt_srq *
ibsrq_to_rvtsrq
(struct ib_srq *ibsrq)
in ibsrq_to_rvtsrq()
function
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
qp.c
648
ibsrq_to_rvtsrq
(qp->ibqp.srq) : NULL;
in qp_iter_print()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
qp.c
607
ibsrq_to_rvtsrq
(qp->ibqp.srq) : NULL;
in qp_iter_print()
Completed in 15 milliseconds