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_iwpd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_verbs.c
261
struct i40iw_pd *iwpd =
to_iwpd
(pd);
in i40iw_alloc_pd()
310
struct i40iw_pd *iwpd =
to_iwpd
(ibpd);
in i40iw_dealloc_pd()
508
struct i40iw_pd *iwpd =
to_iwpd
(ibpd);
in i40iw_create_qp()
1498
struct i40iw_pd *iwpd =
to_iwpd
(pd);
in i40iw_hw_alloc_stag()
1539
struct i40iw_pd *iwpd =
to_iwpd
(pd);
in i40iw_alloc_mr()
1667
struct i40iw_pd *iwpd =
to_iwpd
(pd);
in i40iw_hwreg_mr()
1732
struct i40iw_pd *iwpd =
to_iwpd
(pd);
in i40iw_reg_user_mr()
1876
struct i40iw_pd *iwpd =
to_iwpd
(pd);
in i40iw_reg_phys_mr()
1972
struct i40iw_pd *iwpd =
to_iwpd
(ibpd);
in i40iw_dereg_mr()
H
A
D
i40iw.h
367
*
to_iwpd
- get protection domain
370
static inline struct i40iw_pd *
to_iwpd
(struct ib_pd *ibpd)
in to_iwpd()
function
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
verbs.c
375
struct irdma_pd *iwpd =
to_iwpd
(pd);
in irdma_alloc_pd()
422
struct irdma_pd *iwpd =
to_iwpd
(ibpd);
in irdma_dealloc_pd()
880
struct irdma_pd *iwpd =
to_iwpd
(ibpd);
in irdma_create_qp()
1188
struct irdma_pd *iwpd =
to_iwpd
(ibqp->pd);
in irdma_modify_qp_roce()
2540
struct irdma_pd *iwpd =
to_iwpd
(iwmr->ibmr.pd);
in irdma_hw_alloc_mw()
2604
struct irdma_pd *iwpd =
to_iwpd
(ibpd);
in irdma_dealloc_mw()
2642
struct irdma_pd *iwpd =
to_iwpd
(pd);
in irdma_hw_alloc_stag()
2788
struct irdma_pd *iwpd =
to_iwpd
(pd);
in irdma_hwreg_mr()
3222
struct irdma_pd *iwpd =
to_iwpd
(ibpd);
in irdma_dereg_mr()
4288
struct irdma_pd *pd =
to_iwpd
(iba
in irdma_setup_ah()
[all...]
H
A
D
main.h
378
static inline struct irdma_pd *
to_iwpd
(struct ib_pd *ibpd)
in to_iwpd()
function
Completed in 12 milliseconds