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_ib_qp_state
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H
A
D
iw_cxgb4.h
637
static inline int
to_ib_qp_state
(int c4iw_qp_state)
in to_ib_qp_state()
function
H
A
D
qp.c
2471
attr->qp_state =
to_ib_qp_state
(qhp->attr.state);
in c4iw_ib_query_qp()
2472
attr->cur_qp_state =
to_ib_qp_state
(qhp->attr.state);
in c4iw_ib_query_qp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H
A
D
iw_cxgb4.h
631
static inline int
to_ib_qp_state
(int c4iw_qp_state)
in to_ib_qp_state()
function
H
A
D
qp.c
2462
attr->qp_state =
to_ib_qp_state
(qhp->attr.state);
in c4iw_ib_query_qp()
2463
attr->cur_qp_state =
to_ib_qp_state
(qhp->attr.state);
in c4iw_ib_query_qp()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H
A
D
mthca_qp.c
358
static inline enum ib_qp_state
to_ib_qp_state
(int mthca_state)
in to_ib_qp_state()
function
464
qp->state =
to_ib_qp_state
(mthca_state);
in mthca_query_qp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H
A
D
mthca_qp.c
358
static inline enum ib_qp_state
to_ib_qp_state
(int mthca_state)
in to_ib_qp_state()
function
464
qp->state =
to_ib_qp_state
(mthca_state);
in mthca_query_qp()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v1.c
3343
static enum ib_qp_state
to_ib_qp_state
(enum hns_roce_qp_state state)
in to_ib_qp_state()
function
3493
tmp_qp_state = (int)
to_ib_qp_state
((enum hns_roce_qp_state)state);
in hns_roce_v1_q_qp()
3495
dev_err(dev, "
to_ib_qp_state
error\n");
in hns_roce_v1_q_qp()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H
A
D
qp.c
3904
static inline enum ib_qp_state
to_ib_qp_state
(enum mlx4_qp_state mlx4_state)
in to_ib_qp_state()
function
4004
qp->state =
to_ib_qp_state
(mlx4_state);
in mlx4_ib_query_qp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H
A
D
qp.c
3937
static inline enum ib_qp_state
to_ib_qp_state
(enum mlx4_qp_state mlx4_state)
in to_ib_qp_state()
function
4037
qp->state =
to_ib_qp_state
(mlx4_state);
in mlx4_ib_query_qp()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
qp.c
4438
static inline enum ib_qp_state
to_ib_qp_state
(enum mlx5_qp_state mlx5_state)
in to_ib_qp_state()
function
4626
qp->state =
to_ib_qp_state
(MLX5_GET(qpc, qpc, state));
in query_qp_attr()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
qp.c
4763
static inline enum ib_qp_state
to_ib_qp_state
(enum mlx5_qp_state mlx5_state)
in to_ib_qp_state()
function
4952
qp->state =
to_ib_qp_state
(MLX5_GET(qpc, qpc, state));
in query_qp_attr()
Completed in 44 milliseconds