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_valid
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
uda.h
25
bool
ah_valid
:1;
member
H
A
D
utils.c
1992
sc_ah->ah_info.
ah_valid
= (cmd == IRDMA_OP_AH_CREATE);
in irdma_ah_cqp_op()
2009
sc_ah->ah_info.
ah_valid
= true;
in irdma_ieq_ah_cb()
2012
sc_ah->ah_info.
ah_valid
= false;
in irdma_ieq_ah_cb()
2027
sc_ah->ah_info.
ah_valid
= !cqp_request->compl_info.op_ret_val;
in irdma_ilq_ah_cb()
2094
if (ah->ah_info.
ah_valid
) {
in irdma_puda_free_ah()
2111
sc_ah->ah_info.
ah_valid
= true;
in irdma_gsi_ud_qp_ah_cb()
2113
sc_ah->ah_info.
ah_valid
= false;
in irdma_gsi_ud_qp_ah_cb()
H
A
D
verbs.c
4270
} while (!ah->sc_ah.ah_info.
ah_valid
&& --cnt);
in irdma_create_hw_ah()
4388
/* Set
ah_valid
and ah_id the same so memcmp can work */
in irdma_ah_exists()
4390
new_ah->sc_ah.ah_info.
ah_valid
= ah->sc_ah.ah_info.
ah_valid
;
in irdma_ah_exists()
H
A
D
puda.c
1662
else if (pfpdu->ah && pfpdu->ah->ah_info.
ah_valid
)
in irdma_ieq_handle_exception()
H
A
D
cm.c
316
if (!cm_node->ah || !cm_node->ah->ah_info.
ah_valid
) {
in irdma_form_ah_cm_frame()
Completed in 16 milliseconds