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:ibpd_to_rvtpd
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H
A
D
pd.c
64
struct rvt_pd *pd =
ibpd_to_rvtpd
(ibpd);
in rvt_alloc_pd()
H
A
D
trace_mr.h
154
__entry->user =
ibpd_to_rvtpd
(sge->mr->pd)->user;
H
A
D
mr.c
334
if (
ibpd_to_rvtpd
(pd)->user)
in rvt_get_dma_mr()
882
struct rvt_pd *pd =
ibpd_to_rvtpd
(qp->ibqp.pd);
in rvt_rkey_ok()
H
A
D
qp.c
1926
ibpd_to_rvtpd
(qp->ibqp.pd)->user)
in rvt_qp_valid_operation()
2088
pd =
ibpd_to_rvtpd
(qp->ibqp.pd);
in rvt_post_one_wr()
2328
pd =
ibpd_to_rvtpd
(qp->ibqp.srq ? qp->ibqp.srq->pd : qp->ibqp.pd);
in init_sge()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H
A
D
pd.c
22
struct rvt_pd *pd =
ibpd_to_rvtpd
(ibpd);
in rvt_alloc_pd()
H
A
D
trace_mr.h
112
__entry->user =
ibpd_to_rvtpd
(sge->mr->pd)->user;
H
A
D
mr.c
292
if (
ibpd_to_rvtpd
(pd)->user)
in rvt_get_dma_mr()
841
struct rvt_pd *pd =
ibpd_to_rvtpd
(qp->ibqp.pd);
in rvt_rkey_ok()
H
A
D
qp.c
1874
ibpd_to_rvtpd
(qp->ibqp.pd)->user)
in rvt_qp_valid_operation()
2037
pd =
ibpd_to_rvtpd
(qp->ibqp.pd);
in rvt_post_one_wr()
2277
pd =
ibpd_to_rvtpd
(qp->ibqp.srq ? qp->ibqp.srq->pd : qp->ibqp.pd);
in init_sge()
/kernel/linux/linux-5.10/include/rdma/
H
A
D
rdma_vt.h
462
static inline struct rvt_pd *
ibpd_to_rvtpd
(struct ib_pd *ibpd)
in ibpd_to_rvtpd()
function
/kernel/linux/linux-6.6/include/rdma/
H
A
D
rdma_vt.h
462
static inline struct rvt_pd *
ibpd_to_rvtpd
(struct ib_pd *ibpd)
in ibpd_to_rvtpd()
function
Completed in 13 milliseconds