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:autoneg_str
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
H
A
D
ethtool_lanes.sh
57
local
autoneg_str
=""
62
autoneg_str
="autoneg off"
65
ethtool -s $swp1 speed $max_speed lanes $unsupported_lanes $
autoneg_str
&> /dev/null
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_ethtool.c
462
const char *
autoneg_str
;
in hinic_set_settings_to_hw()
local
467
autoneg_str
= (set_settings & HILINK_LINK_SET_AUTONEG) ?
in hinic_set_settings_to_hw()
490
autoneg_str
, set_link_str);
in hinic_set_settings_to_hw()
493
autoneg_str
, set_link_str);
in hinic_set_settings_to_hw()
Completed in 3 milliseconds