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:wus
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_main.c
3988
u32
wus
= pf->wakeup_reason;
in ice_print_wake_reason()
local
3992
if (!
wus
)
in ice_print_wake_reason()
3995
if (
wus
& PFPM_WUS_LNKC_M)
in ice_print_wake_reason()
3997
else if (
wus
& PFPM_WUS_MAG_M)
in ice_print_wake_reason()
3999
else if (
wus
& PFPM_WUS_MNG_M)
in ice_print_wake_reason()
4001
else if (
wus
& PFPM_WUS_FW_RST_WK_M)
in ice_print_wake_reason()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H
A
D
netdev.c
6875
u32
wus
= er32(WUS);
in __e1000_resume()
local
6877
if (
wus
) {
in __e1000_resume()
6879
wus
& E1000_WUS_EX ? "Unicast Packet" :
in __e1000_resume()
6880
wus
& E1000_WUS_MC ? "Multicast Packet" :
in __e1000_resume()
6881
wus
& E1000_WUS_BC ? "Broadcast Packet" :
in __e1000_resume()
6882
wus
& E1000_WUS_MAG ? "Magic Packet" :
in __e1000_resume()
6883
wus
& E1000_WUS_LNKC ? "Link Status Change" :
in __e1000_resume()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H
A
D
netdev.c
6928
u32
wus
= er32(WUS);
in __e1000_resume()
local
6930
if (
wus
) {
in __e1000_resume()
6932
wus
& E1000_WUS_EX ? "Unicast Packet" :
in __e1000_resume()
6933
wus
& E1000_WUS_MC ? "Multicast Packet" :
in __e1000_resume()
6934
wus
& E1000_WUS_BC ? "Broadcast Packet" :
in __e1000_resume()
6935
wus
& E1000_WUS_MAG ? "Magic Packet" :
in __e1000_resume()
6936
wus
& E1000_WUS_LNKC ? "Link Status Change" :
in __e1000_resume()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_main.c
4341
u32
wus
= pf->wakeup_reason;
in ice_print_wake_reason()
local
4345
if (!
wus
)
in ice_print_wake_reason()
4348
if (
wus
& PFPM_WUS_LNKC_M)
in ice_print_wake_reason()
4350
else if (
wus
& PFPM_WUS_MAG_M)
in ice_print_wake_reason()
4352
else if (
wus
& PFPM_WUS_MNG_M)
in ice_print_wake_reason()
4354
else if (
wus
& PFPM_WUS_FW_RST_WK_M)
in ice_print_wake_reason()
Completed in 32 milliseconds