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:p_completion_word
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_hw.c
509
u32 **p_comp = &p_hwfn->dmae_info.
p_completion_word
;
in qed_dmae_info_alloc()
545
if (p_hwfn->dmae_info.
p_completion_word
) {
in qed_dmae_info_free()
549
p_hwfn->dmae_info.
p_completion_word
, p_phys);
in qed_dmae_info_free()
550
p_hwfn->dmae_info.
p_completion_word
= NULL;
in qed_dmae_info_free()
579
while (*p_hwfn->dmae_info.
p_completion_word
!= DMAE_COMPLETION_VAL) {
in qed_dmae_operation_wait()
584
*p_hwfn->dmae_info.
p_completion_word
,
in qed_dmae_operation_wait()
591
* using the volatile keyword for
p_completion_word
in qed_dmae_operation_wait()
597
*p_hwfn->dmae_info.
p_completion_word
= 0;
in qed_dmae_operation_wait()
H
A
D
qed.h
347
u32 *
p_completion_word
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_hw.c
527
u32 **p_comp = &p_hwfn->dmae_info.
p_completion_word
;
in qed_dmae_info_alloc()
563
if (p_hwfn->dmae_info.
p_completion_word
) {
in qed_dmae_info_free()
567
p_hwfn->dmae_info.
p_completion_word
, p_phys);
in qed_dmae_info_free()
568
p_hwfn->dmae_info.
p_completion_word
= NULL;
in qed_dmae_info_free()
597
while (*p_hwfn->dmae_info.
p_completion_word
!= DMAE_COMPLETION_VAL) {
in qed_dmae_operation_wait()
602
*p_hwfn->dmae_info.
p_completion_word
,
in qed_dmae_operation_wait()
609
* using the volatile keyword for
p_completion_word
in qed_dmae_operation_wait()
615
*p_hwfn->dmae_info.
p_completion_word
= 0;
in qed_dmae_operation_wait()
H
A
D
qed.h
346
u32 *
p_completion_word
;
member
Completed in 9 milliseconds