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:ah_num
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H
A
D
rxe_av.c
134
u32
ah_num
;
in rxe_get_av()
local
148
ah_num
= pkt->wqe->wr.wr.ud.
ah_num
;
in rxe_get_av()
149
if (
ah_num
) {
in rxe_get_av()
151
ah = rxe_pool_get_index(&pkt->rxe->ah_pool,
ah_num
);
in rxe_get_av()
153
rxe_dbg_qp(pkt->qp, "Unable to find AH matching
ah_num
\n");
in rxe_get_av()
H
A
D
rxe_verbs.c
287
ah->
ah_num
= ah->elem.index;
in rxe_create_ah()
297
err = copy_to_user(&uresp->
ah_num
, &ah->
ah_num
,
in rxe_create_ah()
298
sizeof(uresp->
ah_num
));
in rxe_create_ah()
306
ah->
ah_num
= 0;
in rxe_create_ah()
739
wr->wr.ud.
ah_num
= to_rah(ibah)->
ah_num
;
in init_send_wr()
H
A
D
rxe_verbs.h
50
int
ah_num
;
member
/kernel/linux/linux-6.6/include/uapi/rdma/
H
A
D
rdma_user_rxe.h
109
__u32
ah_num
;
member
183
__u32
ah_num
;
member
Completed in 4 milliseconds