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_hr_srq
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_srq.c
289
struct hns_roce_srq *srq =
to_hr_srq
(ib_srq);
in hns_roce_create_srq()
375
struct hns_roce_srq *srq =
to_hr_srq
(ibsrq);
in hns_roce_destroy_srq()
H
A
D
hns_roce_hw_v2.c
868
struct hns_roce_srq *srq =
to_hr_srq
(ibsrq);
in hns_roce_v2_post_srq_recv()
3367
srq =
to_hr_srq
((*cur_qp)->ibqp.srq);
in hns_roce_v2_poll_one()
3858
to_hr_srq
(ibqp->srq)->srqn);
in modify_qp_reset_to_init()
3955
to_hr_srq
(ibqp->srq)->srqn);
in modify_qp_init_to_init()
4838
ibqp->srq ?
to_hr_srq
(ibqp->srq) : NULL);
in hns_roce_v2_modify_qp()
5056
to_hr_srq
(hr_qp->ibqp.srq) :
in hns_roce_v2_destroy_qp_common()
5244
struct hns_roce_srq *srq =
to_hr_srq
(ibsrq);
in hns_roce_v2_modify_srq()
5292
struct hns_roce_srq *srq =
to_hr_srq
(ibsrq);
in hns_roce_v2_query_srq()
H
A
D
hns_roce_hw_v1.c
2691
ibqp->srq ?
to_hr_srq
(ibqp->srq) : NULL);
in hns_roce_v1_m_sqp()
2829
to_hr_srq
(ibqp->srq)->srqn);
in hns_roce_v1_m_qp()
2894
to_hr_srq
(ibqp->srq)->srqn);
in hns_roce_v1_m_qp()
3314
ibqp->srq ?
to_hr_srq
(ibqp->srq) : NULL);
in hns_roce_v1_m_qp()
3629
to_hr_srq
(hr_qp->ibqp.srq) :
in hns_roce_v1_destroy_qp()
H
A
D
hns_roce_device.h
1054
static inline struct hns_roce_srq *
to_hr_srq
(struct ib_srq *ibsrq)
in to_hr_srq()
function
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_srq.c
396
struct hns_roce_srq *srq =
to_hr_srq
(ib_srq);
in hns_roce_create_srq()
447
struct hns_roce_srq *srq =
to_hr_srq
(ibsrq);
in hns_roce_destroy_srq()
H
A
D
hns_roce_hw_v2.c
956
struct hns_roce_srq *srq =
to_hr_srq
(ibsrq);
in hns_roce_v2_post_srq_recv()
3916
srq =
to_hr_srq
(qp->ibqp.srq);
in hns_roce_v2_poll_one()
4280
hr_reg_write(context, QPC_SRQN,
to_hr_srq
(ibqp->srq)->srqn);
in modify_qp_reset_to_init()
4320
hr_reg_write(context, QPC_SRQN,
to_hr_srq
(ibqp->srq)->srqn);
in modify_qp_init_to_init()
5151
to_hr_srq
(ibqp->srq) : NULL);
in clear_qp()
5447
to_hr_srq
(hr_qp->ibqp.srq) :
in hns_roce_v2_destroy_qp_common()
5637
struct hns_roce_srq *srq =
to_hr_srq
(ibsrq);
in hns_roce_v2_modify_srq()
5680
struct hns_roce_srq *srq =
to_hr_srq
(ibsrq);
in hns_roce_v2_query_srq()
H
A
D
hns_roce_device.h
1027
static inline struct hns_roce_srq *
to_hr_srq
(struct ib_srq *ibsrq)
in to_hr_srq()
function
Completed in 29 milliseconds