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_mibsrq
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
srq.c
22
struct ib_srq *ibsrq = &
to_mibsrq
(srq)->ibsrq;
in mlx5_ib_srq_event()
H
A
D
mlx5_ib.h
1093
static inline struct mlx5_ib_srq *
to_mibsrq
(struct mlx5_core_srq *msrq)
in to_mibsrq()
function
H
A
D
odp.c
1263
return
to_mibsrq
(msrq);
in res_to_srq()
H
A
D
cq.c
184
srq =
to_mibsrq
(msrq);
in handle_responder()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H
A
D
srq.c
50
struct ib_srq *ibsrq = &
to_mibsrq
(srq)->ibsrq;
in mlx4_ib_srq_event()
H
A
D
mlx4_ib.h
728
static inline struct mlx4_ib_srq *
to_mibsrq
(struct mlx4_srq *msrq)
in to_mibsrq()
function
H
A
D
cq.c
745
srq =
to_mibsrq
(msrq);
in mlx4_ib_poll_one()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H
A
D
srq.c
50
struct ib_srq *ibsrq = &
to_mibsrq
(srq)->ibsrq;
in mlx4_ib_srq_event()
H
A
D
mlx4_ib.h
730
static inline struct mlx4_ib_srq *
to_mibsrq
(struct mlx4_srq *msrq)
in to_mibsrq()
function
H
A
D
cq.c
745
srq =
to_mibsrq
(msrq);
in mlx4_ib_poll_one()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
srq.c
21
struct ib_srq *ibsrq = &
to_mibsrq
(srq)->ibsrq;
in mlx5_ib_srq_event()
H
A
D
mlx5_ib.h
1232
static inline struct mlx5_ib_srq *
to_mibsrq
(struct mlx5_core_srq *msrq)
in to_mibsrq()
function
H
A
D
cq.c
184
srq =
to_mibsrq
(msrq);
in handle_responder()
H
A
D
odp.c
1190
return
to_mibsrq
(msrq);
in res_to_srq()
Completed in 24 milliseconds