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_pause
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/
H
A
D
mac.h
56
bool
autoneg_pause
;
member
H
A
D
mac.c
396
if (!mac_dev->
autoneg_pause
) {
in fman_get_pause_cfg()
854
mac_dev->
autoneg_pause
= true;
in mac_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/
H
A
D
dpaa_ethtool.c
156
epause->autoneg = mac_dev->
autoneg_pause
;
in dpaa_get_pauseparam()
186
mac_dev->
autoneg_pause
= !!epause->autoneg;
in dpaa_set_pauseparam()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/genet/
H
A
D
bcmgenet.h
598
unsigned
autoneg_pause
:1;
member
H
A
D
bcmmii.c
49
if (priv->
autoneg_pause
) {
in bcmgenet_mac_config()
H
A
D
bcmgenet.c
928
epause->autoneg = priv->
autoneg_pause
;
in bcmgenet_get_pauseparam()
953
priv->
autoneg_pause
= !!epause->autoneg;
in bcmgenet_set_pauseparam()
4023
priv->
autoneg_pause
= 1;
in bcmgenet_probe()
Completed in 10 milliseconds