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:qe_valid
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_sli4.h
166
uint8_t
qe_valid
;
member
H
A
D
lpfc_sli.c
327
if (bf_get_le32(lpfc_eqe_valid, eqe) != q->
qe_valid
)
in lpfc_sli4_eq_get()
459
eq->
qe_valid
= (eq->
qe_valid
) ? 0 : 1;
in __lpfc_sli4_consume_eqe()
568
if (bf_get_le32(lpfc_cqe_valid, cqe) != q->
qe_valid
)
in lpfc_sli4_cq_get()
594
cq->
qe_valid
= (cq->
qe_valid
) ? 0 : 1;
in __lpfc_sli4_consume_cqe()
8056
uint8_t
qe_valid
;
in lpfc_sli4_mbox_completions_pending()
local
8065
qe_valid
= mcq->
qe_valid
;
in lpfc_sli4_mbox_completions_pending()
8067
(struct lpfc_cqe *)lpfc_sli4_qe(mcq, idx)) ==
qe_valid
) {
in lpfc_sli4_mbox_completions_pending()
[all...]
H
A
D
lpfc_init.c
8899
qdesc->
qe_valid
= 1;
in lpfc_alloc_io_wq_cq()
9059
qdesc->
qe_valid
= 1;
in lpfc_sli4_queue_create()
9113
qdesc->
qe_valid
= 1;
in lpfc_sli4_queue_create()
9134
qdesc->
qe_valid
= 1;
in lpfc_sli4_queue_create()
9146
qdesc->
qe_valid
= 1;
in lpfc_sli4_queue_create()
9196
qdesc->
qe_valid
= 1;
in lpfc_sli4_queue_create()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_sli4.h
166
uint8_t
qe_valid
;
member
H
A
D
lpfc_sli.c
452
if (bf_get_le32(lpfc_eqe_valid, eqe) != q->
qe_valid
)
in lpfc_sli4_eq_get()
584
eq->
qe_valid
= (eq->
qe_valid
) ? 0 : 1;
in __lpfc_sli4_consume_eqe()
693
if (bf_get_le32(lpfc_cqe_valid, cqe) != q->
qe_valid
)
in lpfc_sli4_cq_get()
719
cq->
qe_valid
= (cq->
qe_valid
) ? 0 : 1;
in __lpfc_sli4_consume_cqe()
9145
uint8_t
qe_valid
;
in lpfc_sli4_mbox_completions_pending()
local
9154
qe_valid
= mcq->
qe_valid
;
in lpfc_sli4_mbox_completions_pending()
9156
(struct lpfc_cqe *)lpfc_sli4_qe(mcq, idx)) ==
qe_valid
) {
in lpfc_sli4_mbox_completions_pending()
[all...]
H
A
D
lpfc_init.c
10391
qdesc->
qe_valid
= 1;
in lpfc_alloc_io_wq_cq()
10551
qdesc->
qe_valid
= 1;
in lpfc_sli4_queue_create()
10605
qdesc->
qe_valid
= 1;
in lpfc_sli4_queue_create()
10626
qdesc->
qe_valid
= 1;
in lpfc_sli4_queue_create()
10638
qdesc->
qe_valid
= 1;
in lpfc_sli4_queue_create()
10688
qdesc->
qe_valid
= 1;
in lpfc_sli4_queue_create()
Completed in 60 milliseconds