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_DISABLED
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
efx_common.h
51
(efx->state ==
STATE_DISABLED
)) \
68
if (efx->state ==
STATE_DISABLED
|| efx->state == STATE_RECOVERY) {
in efx_check_disabled()
H
A
D
efx.h
202
if ((efx->state !=
STATE_DISABLED
) && !efx->reset_pending)
in efx_device_attach_if_not_resetting()
H
A
D
efx.c
115
(efx->state ==
STATE_DISABLED
)) \
539
if (efx->state ==
STATE_DISABLED
|| efx->reset_pending)
in efx_net_open()
1136
if (efx->state !=
STATE_DISABLED
) {
in efx_pm_freeze()
1168
if (efx->state !=
STATE_DISABLED
) {
in efx_pm_thaw()
H
A
D
efx_common.c
531
BUG_ON(efx->state ==
STATE_DISABLED
);
in efx_siena_start_all()
873
efx->state =
STATE_DISABLED
;
in efx_siena_reset()
1229
if (efx->state !=
STATE_DISABLED
) {
in efx_io_error_detected()
1276
if (efx->state ==
STATE_DISABLED
)
in efx_io_resume()
H
A
D
efx_channels.c
1006
BUG_ON(efx->state ==
STATE_DISABLED
);
in efx_soft_enable_interrupts()
1040
if (efx->state ==
STATE_DISABLED
)
in efx_soft_disable_interrupts()
1070
BUG_ON(efx->state ==
STATE_DISABLED
);
in efx_siena_enable_interrupts()
H
A
D
net_driver.h
626
STATE_DISABLED
= 2, /* device disabled due to hardware errors */
enumerator
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H
A
D
efx.c
211
(efx->state ==
STATE_DISABLED
)) \
217
if (efx->state ==
STATE_DISABLED
|| efx->state == STATE_RECOVERY) {
in ef4_check_disabled()
1472
BUG_ON(efx->state ==
STATE_DISABLED
);
in ef4_soft_enable_interrupts()
1504
if (efx->state ==
STATE_DISABLED
)
in ef4_soft_disable_interrupts()
1528
BUG_ON(efx->state ==
STATE_DISABLED
);
in ef4_enable_interrupts()
1820
BUG_ON(efx->state ==
STATE_DISABLED
);
in ef4_start_all()
2475
efx->state =
STATE_DISABLED
;
in ef4_reset()
3006
if (efx->state !=
STATE_DISABLED
) {
in ef4_pm_freeze()
3027
if (efx->state !=
STATE_DISABLED
) {
in ef4_pm_thaw()
3131
if (efx->state !=
STATE_DISABLED
) {
in ef4_io_error_detected()
[all...]
H
A
D
net_driver.h
517
STATE_DISABLED
= 2, /* device disabled due to hardware errors */
enumerator
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H
A
D
efx.c
205
(efx->state ==
STATE_DISABLED
)) \
211
if (efx->state ==
STATE_DISABLED
|| efx->state == STATE_RECOVERY) {
in ef4_check_disabled()
1462
BUG_ON(efx->state ==
STATE_DISABLED
);
in ef4_soft_enable_interrupts()
1494
if (efx->state ==
STATE_DISABLED
)
in ef4_soft_disable_interrupts()
1518
BUG_ON(efx->state ==
STATE_DISABLED
);
in ef4_enable_interrupts()
1810
BUG_ON(efx->state ==
STATE_DISABLED
);
in ef4_start_all()
2464
efx->state =
STATE_DISABLED
;
in ef4_reset()
2948
if (efx->state !=
STATE_DISABLED
) {
in ef4_pm_freeze()
2969
if (efx->state !=
STATE_DISABLED
) {
in ef4_pm_thaw()
3073
if (efx->state !=
STATE_DISABLED
) {
in ef4_io_error_detected()
[all...]
H
A
D
net_driver.h
517
STATE_DISABLED
= 2, /* device disabled due to hardware errors */
enumerator
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
efx_common.h
65
if (efx->state ==
STATE_DISABLED
|| efx_recovering(efx->state)) {
in efx_check_disabled()
H
A
D
efx.h
221
if ((efx->state !=
STATE_DISABLED
) && !efx->reset_pending)
in efx_device_attach_if_not_resetting()
H
A
D
efx_common.c
530
BUG_ON(efx->state ==
STATE_DISABLED
);
in efx_start_all()
865
efx->state =
STATE_DISABLED
;
in efx_reset()
1218
if (efx->state !=
STATE_DISABLED
) {
in efx_io_error_detected()
1265
if (efx->state ==
STATE_DISABLED
)
in efx_io_resume()
H
A
D
efx_channels.c
937
BUG_ON(efx->state ==
STATE_DISABLED
);
in efx_soft_enable_interrupts()
971
if (efx->state ==
STATE_DISABLED
)
in efx_soft_disable_interrupts()
1001
BUG_ON(efx->state ==
STATE_DISABLED
);
in efx_enable_interrupts()
H
A
D
net_driver.h
633
STATE_DISABLED
, /* device disabled due to hardware errors */
enumerator
H
A
D
efx.c
538
if (efx->state ==
STATE_DISABLED
|| efx->reset_pending)
in efx_net_open()
H
A
D
ef100_nic.c
53
efx->state =
STATE_DISABLED
;
in ef100_get_warm_boot_count()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
efx_common.h
65
if (efx->state ==
STATE_DISABLED
|| efx_recovering(efx->state)) {
in efx_check_disabled()
H
A
D
efx.h
222
if ((efx->state !=
STATE_DISABLED
) && !efx->reset_pending) {
in efx_device_attach_if_not_resetting()
H
A
D
efx_common.c
527
BUG_ON(efx->state ==
STATE_DISABLED
);
in efx_start_all()
860
efx->state =
STATE_DISABLED
;
in efx_reset()
1210
if (efx->state !=
STATE_DISABLED
) {
in efx_io_error_detected()
1259
if (efx->state ==
STATE_DISABLED
)
in efx_io_resume()
H
A
D
efx_channels.c
974
BUG_ON(efx->state ==
STATE_DISABLED
);
in efx_soft_enable_interrupts()
1008
if (efx->state ==
STATE_DISABLED
)
in efx_soft_disable_interrupts()
1038
BUG_ON(efx->state ==
STATE_DISABLED
);
in efx_enable_interrupts()
H
A
D
net_driver.h
627
STATE_DISABLED
, /* device disabled due to hardware errors */
enumerator
H
A
D
ef100_nic.c
57
efx->state =
STATE_DISABLED
;
in ef100_get_warm_boot_count()
H
A
D
efx.c
539
if (efx->state ==
STATE_DISABLED
|| efx->reset_pending)
in efx_net_open()
Completed in 40 milliseconds