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:cq_phase
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funcore/
H
A
D
fun_queue.c
299
if ((sf_p & 1) != funq->
cq_phase
)
in __fun_process_cq()
307
funq->
cq_phase
= !funq->
cq_phase
;
in __fun_process_cq()
331
funq->cqid, new_cqes, max, funq->cq_head, funq->
cq_phase
);
in __fun_process_cq()
453
funq->
cq_phase
= 1;
in fun_alloc_queue()
H
A
D
fun_queue.h
82
u8
cq_phase
;
member
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
apple.c
146
u8
cq_phase
;
member
573
return (le16_to_cpu(READ_ONCE(hcqe->status)) & 1) == q->
cq_phase
;
in apple_nvme_cqe_pending()
613
q->
cq_phase
^= 1;
in apple_nvme_update_cq_head()
973
q->
cq_phase
= 1;
in apple_nvme_init_queue()
1326
q->
cq_phase
= 1;
in apple_nvme_queue_alloc()
H
A
D
pci.c
205
u8
cq_phase
;
member
993
return (le16_to_cpu(READ_ONCE(hcqe->status)) & 1) == nvmeq->
cq_phase
;
in nvme_cqe_pending()
1052
nvmeq->
cq_phase
^= 1;
in nvme_update_cq_head()
1540
nvmeq->
cq_phase
= 1;
in nvme_alloc_queue()
1575
nvmeq->
cq_phase
= 1;
in nvme_init_queue()
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
pci.c
205
u8
cq_phase
;
member
976
return (le16_to_cpu(READ_ONCE(hcqe->status)) & 1) == nvmeq->
cq_phase
;
in nvme_cqe_pending()
1032
nvmeq->
cq_phase
^= 1;
in nvme_update_cq_head()
1523
nvmeq->
cq_phase
= 1;
in nvme_alloc_queue()
1558
nvmeq->
cq_phase
= 1;
in nvme_init_queue()
Completed in 12 milliseconds