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:rdma_cqe
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
H
A
D
qedr.h
204
#define QEDR_CQE_SIZE (sizeof(union
rdma_cqe
))
297
union
rdma_cqe
*latest_cqe;
298
union
rdma_cqe
*toggle_cqe;
H
A
D
qedr_hsi_rdma.h
98
union
rdma_cqe
{
union
H
A
D
verbs.c
912
.elem_size = sizeof(union
rdma_cqe
),
in qedr_create_cq()
4013
static int is_valid_cqe(struct qedr_cq *cq, union
rdma_cqe
*cqe)
in is_valid_cqe()
4021
static struct qedr_qp *cqe_get_qp(union
rdma_cqe
*cqe)
in cqe_get_qp()
4032
static enum rdma_cqe_type cqe_get_type(union
rdma_cqe
*cqe)
in cqe_get_type()
4040
static union
rdma_cqe
*get_cqe(struct qedr_cq *cq)
in get_cqe()
4419
union
rdma_cqe
*cqe;
in qedr_poll_cq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/
H
A
D
qedr.h
204
#define QEDR_CQE_SIZE (sizeof(union
rdma_cqe
))
297
union
rdma_cqe
*latest_cqe;
298
union
rdma_cqe
*toggle_cqe;
H
A
D
qedr_hsi_rdma.h
98
union
rdma_cqe
{
union
H
A
D
verbs.c
914
.elem_size = sizeof(union
rdma_cqe
),
in qedr_create_cq()
4007
static int is_valid_cqe(struct qedr_cq *cq, union
rdma_cqe
*cqe)
in is_valid_cqe()
4015
static struct qedr_qp *cqe_get_qp(union
rdma_cqe
*cqe)
in cqe_get_qp()
4026
static enum rdma_cqe_type cqe_get_type(union
rdma_cqe
*cqe)
in cqe_get_type()
4034
static union
rdma_cqe
*get_cqe(struct qedr_cq *cq)
in get_cqe()
4413
union
rdma_cqe
*cqe;
in qedr_poll_cq()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/
H
A
D
ib_srpt.h
204
* @
rdma_cqe
: RDMA completion queue element.
223
struct ib_cqe
rdma_cqe
;
member
H
A
D
ib_srpt.c
1328
container_of(wc->wr_cqe, struct srpt_send_ioctx,
rdma_cqe
);
in srpt_rdma_read_done()
2742
struct ib_cqe *cqe = &ioctx->
rdma_cqe
;
in srpt_write_pending()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/
H
A
D
ib_srpt.h
204
* @
rdma_cqe
: RDMA completion queue element.
223
struct ib_cqe
rdma_cqe
;
member
H
A
D
ib_srpt.c
1334
container_of(wc->wr_cqe, struct srpt_send_ioctx,
rdma_cqe
);
in srpt_rdma_read_done()
2751
struct ib_cqe *cqe = &ioctx->
rdma_cqe
;
in srpt_write_pending()
Completed in 30 milliseconds