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:DEV_STATE_UP
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/
H
A
D
lcs.c
1253
if (card->state ==
DEV_STATE_UP
) {
in lcs_register_mc_addresses()
1533
if (card->state !=
DEV_STATE_UP
) {
in __lcs_start_xmit()
1672
card->state =
DEV_STATE_UP
;
in lcs_detect()
1695
card->state ==
DEV_STATE_UP
) {
in lcs_stopcard()
1760
card->state !=
DEV_STATE_UP
)
in lcs_get_skb()
1889
card->state =
DEV_STATE_UP
;
in lcs_open_device()
2006
if (card->state !=
DEV_STATE_UP
)
in lcs_dev_recover_store()
2175
card->state =
DEV_STATE_UP
;
in lcs_new_device()
2230
if (recover_state ==
DEV_STATE_UP
) {
in __lcs_shutdown_device()
H
A
D
lcs.h
171
DEV_STATE_UP
,
enumerator
/kernel/linux/linux-6.6/drivers/s390/net/
H
A
D
lcs.c
1249
if (card->state ==
DEV_STATE_UP
) {
in lcs_register_mc_addresses()
1529
if (card->state !=
DEV_STATE_UP
) {
in __lcs_start_xmit()
1660
card->state =
DEV_STATE_UP
;
in lcs_detect()
1683
card->state ==
DEV_STATE_UP
) {
in lcs_stopcard()
1748
card->state !=
DEV_STATE_UP
)
in lcs_get_skb()
1872
card->state =
DEV_STATE_UP
;
in lcs_open_device()
1990
if (card->state !=
DEV_STATE_UP
)
in lcs_dev_recover_store()
2151
card->state =
DEV_STATE_UP
;
in lcs_new_device()
2206
if (recover_state ==
DEV_STATE_UP
) {
in __lcs_shutdown_device()
H
A
D
lcs.h
171
DEV_STATE_UP
,
enumerator
Completed in 8 milliseconds