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:speed100
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/adaptec/
H
A
D
starfire.c
555
int
speed100
; /* Set if speed == 100MBit. */
member
743
np->
speed100
= 1;
in starfire_init_one()
1082
if (np->
speed100
)
in check_duplex()
1088
np->
speed100
? "100" : "10",
in check_duplex()
1636
np->
speed100
= 1;
in netdev_media_change()
1639
np->
speed100
= 1;
in netdev_media_change()
1642
np->
speed100
= 0;
in netdev_media_change()
1645
np->
speed100
= 0;
in netdev_media_change()
1651
np->
speed100
= 1;
in netdev_media_change()
1653
np->
speed100
in netdev_media_change()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/adaptec/
H
A
D
starfire.c
555
int
speed100
; /* Set if speed == 100MBit. */
member
745
np->
speed100
= 1;
in starfire_init_one()
1084
if (np->
speed100
)
in check_duplex()
1090
np->
speed100
? "100" : "10",
in check_duplex()
1638
np->
speed100
= 1;
in netdev_media_change()
1641
np->
speed100
= 1;
in netdev_media_change()
1644
np->
speed100
= 0;
in netdev_media_change()
1647
np->
speed100
= 0;
in netdev_media_change()
1653
np->
speed100
= 1;
in netdev_media_change()
1655
np->
speed100
in netdev_media_change()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac100_core.c
180
mac->link.
speed100
= 0;
in dwmac100_setup()
H
A
D
dwmac1000_core.c
47
value |= hw->link.
speed100
;
in dwmac1000_core_init()
544
mac->link.
speed100
= GMAC_CONTROL_PS | GMAC_CONTROL_FES;
in dwmac1000_setup()
H
A
D
common.h
555
u32
speed100
;
member
H
A
D
dwmac4_core.c
41
value |= hw->link.
speed100
;
in dwmac4_core_init()
1330
mac->link.
speed100
= GMAC_CONFIG_FES | GMAC_CONFIG_PS;
in dwmac4_setup()
H
A
D
dwmac-sun8i.c
1105
mac->link.
speed100
= EMAC_SPEED_100;
in sun8i_dwmac_setup()
H
A
D
dwxgmac2_core.c
1695
mac->link.
speed100
= XGMAC_CONFIG_SS_100_MII;
in dwxgmac2_setup()
H
A
D
stmmac_main.c
1055
ctrl |= priv->hw->link.
speed100
;
in stmmac_mac_link_up()
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac1000_core.c
56
value |= hw->link.
speed100
;
in dwmac1000_core_init()
552
mac->link.
speed100
= GMAC_CONTROL_PS | GMAC_CONTROL_FES;
in dwmac1000_setup()
H
A
D
dwmac100_core.c
188
mac->link.
speed100
= 0;
in dwmac100_setup()
H
A
D
common.h
433
u32
speed100
;
member
H
A
D
dwmac4_core.c
40
value |= hw->link.
speed100
;
in dwmac4_core_init()
1277
mac->link.
speed100
= GMAC_CONFIG_FES | GMAC_CONFIG_PS;
in dwmac4_setup()
H
A
D
dwmac-sun8i.c
1079
mac->link.
speed100
= EMAC_SPEED_100;
in sun8i_dwmac_setup()
H
A
D
dwxgmac2_core.c
1646
mac->link.
speed100
= XGMAC_CONFIG_SS_100_MII;
in dwxgmac2_setup()
H
A
D
stmmac_main.c
1025
ctrl |= priv->hw->link.
speed100
;
in stmmac_mac_link_up()
Completed in 37 milliseconds