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_UNINIT
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
efx_common.h
48
if (efx->state !=
STATE_UNINIT
) \
H
A
D
ef100_netdev.c
295
efx->state =
STATE_UNINIT
;
in ef100_unregister_netdev()
H
A
D
efx.c
767
efx->state =
STATE_UNINIT
;
in efx_register_netdev()
879
efx->state =
STATE_UNINIT
;
in efx_pci_remove()
H
A
D
net_driver.h
630
STATE_UNINIT
= 0, /* device being probed/removed */
enumerator
H
A
D
efx_common.c
999
efx->state =
STATE_UNINIT
;
in efx_init_struct()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
efx_common.h
47
if ((efx)->state !=
STATE_UNINIT
&& \
H
A
D
efx.c
764
efx->state =
STATE_UNINIT
;
in efx_register_netdev()
874
efx->state =
STATE_UNINIT
;
in efx_pci_remove()
H
A
D
net_driver.h
623
STATE_UNINIT
= 0, /* device being probed/removed */
enumerator
H
A
D
efx_common.c
993
efx->state =
STATE_UNINIT
;
in efx_init_struct()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
efx.c
763
efx->state =
STATE_UNINIT
;
in efx_register_netdev()
859
efx->state =
STATE_UNINIT
;
in efx_pci_remove()
1137
efx->state =
STATE_UNINIT
;
in efx_pm_freeze()
H
A
D
net_driver.h
624
STATE_UNINIT
= 0, /* device being probed/removed or is frozen */
enumerator
H
A
D
efx_common.c
1008
efx->state =
STATE_UNINIT
;
in efx_siena_init_struct()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H
A
D
efx.c
2328
efx->state =
STATE_UNINIT
;
in ef4_register_netdev()
2652
efx->state =
STATE_UNINIT
;
in ef4_init_struct()
2764
efx->state =
STATE_UNINIT
;
in ef4_pci_remove()
3007
efx->state =
STATE_UNINIT
;
in ef4_pm_freeze()
H
A
D
net_driver.h
515
STATE_UNINIT
= 0, /* device being probed/removed or is frozen */
enumerator
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H
A
D
efx.c
2317
efx->state =
STATE_UNINIT
;
in ef4_register_netdev()
2641
efx->state =
STATE_UNINIT
;
in ef4_init_struct()
2753
efx->state =
STATE_UNINIT
;
in ef4_pci_remove()
2949
efx->state =
STATE_UNINIT
;
in ef4_pm_freeze()
H
A
D
net_driver.h
515
STATE_UNINIT
= 0, /* device being probed/removed or is frozen */
enumerator
Completed in 36 milliseconds