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:rebooted
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/myricom/myri10ge/
H
A
D
myri10ge.c
254
int
rebooted
;
member
2485
if (mgp->
rebooted
== 0) {
in myri10ge_close()
3379
int status,
rebooted
;
in myri10ge_watchdog()
local
3387
rebooted
= 0;
in myri10ge_watchdog()
3390
* if the card
rebooted
due to a parity error
in myri10ge_watchdog()
3393
netdev_err(mgp->dev, "NIC
rebooted
(0x%x),%s resetting\n",
in myri10ge_watchdog()
3398
mgp->
rebooted
= 1;
in myri10ge_watchdog()
3399
rebooted
= 1;
in myri10ge_watchdog()
3402
mgp->
rebooted
= 0;
in myri10ge_watchdog()
3404
* A
rebooted
ni
in myri10ge_watchdog()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/myricom/myri10ge/
H
A
D
myri10ge.c
255
int
rebooted
;
member
2493
if (mgp->
rebooted
== 0) {
in myri10ge_close()
3387
int status,
rebooted
;
in myri10ge_watchdog()
local
3395
rebooted
= 0;
in myri10ge_watchdog()
3398
* if the card
rebooted
due to a parity error
in myri10ge_watchdog()
3401
netdev_err(mgp->dev, "NIC
rebooted
(0x%x),%s resetting\n",
in myri10ge_watchdog()
3406
mgp->
rebooted
= 1;
in myri10ge_watchdog()
3407
rebooted
= 1;
in myri10ge_watchdog()
3410
mgp->
rebooted
= 0;
in myri10ge_watchdog()
3412
* A
rebooted
ni
in myri10ge_watchdog()
[all...]
Completed in 10 milliseconds