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:db_state
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H
A
D
device.c
500
db_state_str[dev->
db_state
],
in stats_show()
1275
ctx->dev->
db_state
= STOPPED;
in stop_queues()
1313
if (ctx->dev->
db_state
!= STOPPED)
in resume_queues()
1315
ctx->dev->
db_state
= FLOW_CONTROL;
in resume_queues()
1321
WARN_ON(ctx->dev->
db_state
!= FLOW_CONTROL);
in resume_queues()
1322
ctx->dev->
db_state
= NORMAL;
in resume_queues()
1344
if (ctx->dev->
db_state
!= FLOW_CONTROL)
in resume_queues()
1350
if (ctx->dev->
db_state
!= NORMAL)
in resume_queues()
1437
WARN_ON(ctx->dev->
db_state
!= STOPPED);
in recover_queues()
1438
ctx->dev->
db_state
in recover_queues()
[all...]
H
A
D
iw_cxgb4.h
307
enum
db_state
{
enum
323
enum
db_state
db_state
;
member
H
A
D
qp.c
918
if (qhp->rhp->
db_state
== NORMAL)
in ring_kernel_sq_db()
935
if (qhp->rhp->
db_state
== NORMAL)
in ring_kernel_rq_db()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H
A
D
device.c
500
db_state_str[dev->
db_state
],
in stats_show()
1275
ctx->dev->
db_state
= STOPPED;
in stop_queues()
1313
if (ctx->dev->
db_state
!= STOPPED)
in resume_queues()
1315
ctx->dev->
db_state
= FLOW_CONTROL;
in resume_queues()
1321
WARN_ON(ctx->dev->
db_state
!= FLOW_CONTROL);
in resume_queues()
1322
ctx->dev->
db_state
= NORMAL;
in resume_queues()
1344
if (ctx->dev->
db_state
!= FLOW_CONTROL)
in resume_queues()
1350
if (ctx->dev->
db_state
!= NORMAL)
in resume_queues()
1437
WARN_ON(ctx->dev->
db_state
!= STOPPED);
in recover_queues()
1438
ctx->dev->
db_state
in recover_queues()
[all...]
H
A
D
iw_cxgb4.h
307
enum
db_state
{
enum
322
enum
db_state
db_state
;
member
H
A
D
qp.c
918
if (qhp->rhp->
db_state
== NORMAL)
in ring_kernel_sq_db()
935
if (qhp->rhp->
db_state
== NORMAL)
in ring_kernel_rq_db()
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_hw_if.c
126
enum hinic_db_state
db_state
)
in hinic_db_state_set()
131
attr4 |= HINIC_FA4_SET(
db_state
, DB_STATE);
in hinic_db_state_set()
125
hinic_
db_state
_set(struct hinic_hwif *hwif, enum hinic_
db_state
db_state
)
hinic_db_state_set()
argument
H
A
D
hinic_hw_dev.c
324
enum hinic_db_state
db_state
;
in wait_for_db_state()
local
329
db_state
= hinic_db_state_get(hwif);
in wait_for_db_state()
331
if (
db_state
== HINIC_DB_ENABLE)
in wait_for_db_state()
H
A
D
hinic_hw_if.h
283
enum hinic_db_state
db_state
);
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_hw_if.c
161
enum hinic_db_state
db_state
)
in hinic_db_state_set()
166
attr4 |= HINIC_FA4_SET(
db_state
, DB_STATE);
in hinic_db_state_set()
160
hinic_
db_state
_set(struct hinic_hwif *hwif, enum hinic_
db_state
db_state
)
hinic_db_state_set()
argument
H
A
D
hinic_hw_if.h
292
enum hinic_db_state
db_state
);
H
A
D
hinic_hw_dev.c
330
enum hinic_db_state
db_state
;
in wait_for_db_state()
local
335
db_state
= hinic_db_state_get(hwif);
in wait_for_db_state()
337
if (
db_state
== HINIC_DB_ENABLE)
in wait_for_db_state()
Completed in 22 milliseconds