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:STATE_RECOVERY
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
efx_common.h
50
(efx->state ==
STATE_RECOVERY
) || \
68
if (efx->state == STATE_DISABLED || efx->state ==
STATE_RECOVERY
) {
in efx_check_disabled()
H
A
D
efx_common.c
920
if (efx->state ==
STATE_RECOVERY
) {
in efx_siena_schedule_reset()
1230
efx->state =
STATE_RECOVERY
;
in efx_io_error_detected()
H
A
D
net_driver.h
627
STATE_RECOVERY
= 3, /* device recovering from PCI error */
enumerator
H
A
D
efx.c
114
(efx->state ==
STATE_RECOVERY
) || \
H
A
D
farch.c
724
if (efx->state !=
STATE_RECOVERY
) {
in efx_farch_fini_dmaq()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
net_driver.h
635
STATE_RECOVERY
= 0x100,/* recovering from PCI error */
enumerator
651
return state &
STATE_RECOVERY
;
in efx_recovering()
669
return state |
STATE_RECOVERY
;
in efx_recover()
675
return state & ~
STATE_RECOVERY
;
in efx_recovered()
H
A
D
mcdi_functions.c
371
if (efx->state !=
STATE_RECOVERY
) {
in efx_fini_dmaq()
H
A
D
farch.c
723
if (efx->state !=
STATE_RECOVERY
) {
in efx_farch_fini_dmaq()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
net_driver.h
629
STATE_RECOVERY
= 0x100,/* recovering from PCI error */
enumerator
645
return state &
STATE_RECOVERY
;
in efx_recovering()
663
return state |
STATE_RECOVERY
;
in efx_recover()
669
return state & ~
STATE_RECOVERY
;
in efx_recovered()
H
A
D
mcdi_functions.c
371
if (efx->state !=
STATE_RECOVERY
) {
in efx_fini_dmaq()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H
A
D
efx.c
210
(efx->state ==
STATE_RECOVERY
) || \
217
if (efx->state == STATE_DISABLED || efx->state ==
STATE_RECOVERY
) {
in ef4_check_disabled()
2543
if (efx->state ==
STATE_RECOVERY
) {
in ef4_schedule_reset()
3132
efx->state =
STATE_RECOVERY
;
in ef4_io_error_detected()
H
A
D
net_driver.h
518
STATE_RECOVERY
= 3, /* device recovering from PCI error */
enumerator
H
A
D
farch.c
725
if (efx->state !=
STATE_RECOVERY
) {
in ef4_farch_fini_dmaq()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H
A
D
efx.c
204
(efx->state ==
STATE_RECOVERY
) || \
211
if (efx->state == STATE_DISABLED || efx->state ==
STATE_RECOVERY
) {
in ef4_check_disabled()
2532
if (efx->state ==
STATE_RECOVERY
) {
in ef4_schedule_reset()
3074
efx->state =
STATE_RECOVERY
;
in ef4_io_error_detected()
H
A
D
net_driver.h
518
STATE_RECOVERY
= 3, /* device recovering from PCI error */
enumerator
H
A
D
farch.c
725
if (efx->state !=
STATE_RECOVERY
) {
in ef4_farch_fini_dmaq()
Completed in 42 milliseconds