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:verify_status
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H
A
D
ocelot_mm.c
109
enum ethtool_mm_verify_status
verify_status
;
in ocelot_mm_update_port_status()
local
117
verify_status
= ocelot_mm_verify_status(val);
in ocelot_mm_update_port_status()
118
if (mm->
verify_status
!=
verify_status
) {
in ocelot_mm_update_port_status()
121
port, mm_verify_state_to_string(
verify_status
));
in ocelot_mm_update_port_status()
122
mm->
verify_status
=
verify_status
;
in ocelot_mm_update_port_status()
263
state->
verify_status
= mm->
verify_status
;
in ocelot_port_get_mm()
296
mm->
verify_status
in ocelot_mm_init()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_ethtool.c
974
state->
verify_status
= ETHTOOL_MM_VERIFY_STATUS_DISABLED;
in enetc_get_mm()
977
state->
verify_status
= ETHTOOL_MM_VERIFY_STATUS_VERIFYING;
in enetc_get_mm()
980
state->
verify_status
= ETHTOOL_MM_VERIFY_STATUS_SUCCEEDED;
in enetc_get_mm()
983
state->
verify_status
= ETHTOOL_MM_VERIFY_STATUS_FAILED;
in enetc_get_mm()
987
state->
verify_status
= ETHTOOL_MM_VERIFY_STATUS_UNKNOWN;
in enetc_get_mm()
997
(state->
verify_status
== ETHTOOL_MM_VERIFY_STATUS_SUCCEEDED ||
in enetc_get_mm()
998
state->
verify_status
== ETHTOOL_MM_VERIFY_STATUS_DISABLED);
in enetc_get_mm()
/kernel/linux/linux-6.6/net/ethtool/
H
A
D
mm.c
135
nla_put_u8(skb, ETHTOOL_A_MM_VERIFY_STATUS, state->
verify_status
) ||
in mm_fill_reply()
161
/* We could also compare state->
verify_status
against
in mm_state_to_cfg()
/kernel/linux/linux-6.6/include/linux/
H
A
D
ethtool.h
512
* @
verify_status
:
547
enum ethtool_mm_verify_status
verify_status
;
member
/kernel/linux/linux-6.6/include/soc/mscc/
H
A
D
ocelot.h
755
enum ethtool_mm_verify_status
verify_status
;
member
Completed in 8 milliseconds