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:detect_tx_hung
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/
H
A
D
ixgb.h
131
bool
detect_tx_hung
;
member
H
A
D
ixgb_main.c
1167
adapter->
detect_tx_hung
= true;
in ixgb_watchdog()
1831
if (adapter->
detect_tx_hung
) {
in ixgb_clean_tx_irq()
1834
adapter->
detect_tx_hung
= false;
in ixgb_clean_tx_irq()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H
A
D
e1000.h
244
bool
detect_tx_hung
;
member
H
A
D
e1000_main.c
2545
adapter->
detect_tx_hung
= true;
in e1000_watchdog()
3893
if (adapter->
detect_tx_hung
) {
in e1000_clean_tx_irq()
3897
adapter->
detect_tx_hung
= false;
in e1000_clean_tx_irq()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H
A
D
e1000.h
244
bool
detect_tx_hung
;
member
H
A
D
e1000_main.c
2546
adapter->
detect_tx_hung
= true;
in e1000_watchdog()
3894
if (adapter->
detect_tx_hung
) {
in e1000_clean_tx_irq()
3898
adapter->
detect_tx_hung
= false;
in e1000_clean_tx_irq()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H
A
D
e1000.h
226
bool
detect_tx_hung
;
member
H
A
D
netdev.c
1279
if (adapter->
detect_tx_hung
) {
in e1000_clean_tx_irq()
1283
adapter->
detect_tx_hung
= false;
in e1000_clean_tx_irq()
5398
adapter->
detect_tx_hung
= true;
in e1000_watchdog_task()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H
A
D
e1000.h
229
bool
detect_tx_hung
;
member
H
A
D
netdev.c
1283
if (adapter->
detect_tx_hung
) {
in e1000_clean_tx_irq()
1287
adapter->
detect_tx_hung
= false;
in e1000_clean_tx_irq()
5393
adapter->
detect_tx_hung
= true;
in e1000_watchdog_task()
Completed in 39 milliseconds