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:flush_sq
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_ctrl.c
2695
bool
flush_sq
= false, flush_rq = false;
in i40iw_sc_qp_flush_wqes()
local
2700
if (info->sq && !qp->
flush_sq
)
in i40iw_sc_qp_flush_wqes()
2701
flush_sq
= true;
in i40iw_sc_qp_flush_wqes()
2703
qp->
flush_sq
|=
flush_sq
;
in i40iw_sc_qp_flush_wqes()
2705
if (!
flush_sq
&& !flush_rq)
in i40iw_sc_qp_flush_wqes()
2717
if (
flush_sq
) {
in i40iw_sc_qp_flush_wqes()
2733
LS_64(
flush_sq
, I40IW_CQPSQ_FWQE_FLUSHSQ) |
in i40iw_sc_qp_flush_wqes()
H
A
D
i40iw_type.h
403
bool
flush_sq
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
ctrl.c
2223
bool
flush_sq
= false, flush_rq = false;
in irdma_sc_qp_flush_wqes()
local
2227
if (info->sq && !qp->
flush_sq
)
in irdma_sc_qp_flush_wqes()
2228
flush_sq
= true;
in irdma_sc_qp_flush_wqes()
2229
qp->
flush_sq
|=
flush_sq
;
in irdma_sc_qp_flush_wqes()
2232
if (!
flush_sq
&& !flush_rq) {
in irdma_sc_qp_flush_wqes()
2250
if (
flush_sq
)
in irdma_sc_qp_flush_wqes()
2267
FIELD_PREP(IRDMA_CQPSQ_FWQE_FLUSHSQ,
flush_sq
) |
in irdma_sc_qp_flush_wqes()
H
A
D
hw.c
2638
qp->
flush_sq
= false;
in irdma_hw_flush_wqes()
2739
iwqp->sc_qp.
flush_sq
= false;
in irdma_flush_wqes()
H
A
D
type.h
478
bool
flush_sq
:1;
member
Completed in 23 milliseconds