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_epd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/
H
A
D
efa_verbs.c
123
static inline struct efa_pd *
to_epd
(struct ib_pd *ibpd)
in to_epd()
function
356
struct efa_pd *pd =
to_epd
(ibpd);
in efa_alloc_pd()
398
struct efa_pd *pd =
to_epd
(ibpd);
in efa_dealloc_pd()
664
create_qp_params.pd =
to_epd
(ibpd)->pdn;
in efa_create_qp()
1536
params.pd =
to_epd
(ibpd)->pdn;
in efa_reg_mr()
1819
.pdn =
to_epd
(ah->ibah.pd)->pdn,
in efa_ah_destroy()
1853
params.pdn =
to_epd
(ibah->pd)->pdn;
in efa_create_ah()
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/
H
A
D
efa_verbs.c
141
static inline struct efa_pd *
to_epd
(struct ib_pd *ibpd)
in to_epd()
function
384
struct efa_pd *pd =
to_epd
(ibpd);
in efa_alloc_pd()
426
struct efa_pd *pd =
to_epd
(ibpd);
in efa_dealloc_pd()
684
create_qp_params.pd =
to_epd
(ibqp->pd)->pdn;
in efa_create_qp()
1611
params.pd =
to_epd
(ibpd)->pdn;
in efa_register_mr()
1962
.pdn =
to_epd
(ah->ibah.pd)->pdn,
in efa_ah_destroy()
1996
params.pdn =
to_epd
(ibah->pd)->pdn;
in efa_create_ah()
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/
H
A
D
erdma_verbs.h
295
static inline struct erdma_pd *
to_epd
(struct ib_pd *pd)
in to_epd()
function
H
A
D
erdma_verbs.c
42
struct erdma_pd *pd =
to_epd
(qp->ibqp.pd);
in create_qp_cmd()
135
struct erdma_pd *pd =
to_epd
(mr->ibmr.pd);
in regmr_cmd()
409
struct erdma_pd *pd =
to_epd
(ibpd);
in erdma_alloc_pd()
424
struct erdma_pd *pd =
to_epd
(ibpd);
in erdma_dealloc_pd()
Completed in 9 milliseconds