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:cur_duplex
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/faraday/
H
A
D
ftgmac100.c
97
int
cur_duplex
;
member
326
if (priv->
cur_duplex
== DUPLEX_FULL)
in ftgmac100_start_hw()
1020
phydev->duplex == priv->
cur_duplex
&&
in ftgmac100_adjust_link()
1032
priv->
cur_duplex
= phydev->duplex;
in ftgmac100_adjust_link()
1449
priv->
cur_duplex
= DUPLEX_FULL;
in ftgmac100_open()
1452
priv->
cur_duplex
= 0;
in ftgmac100_open()
/kernel/linux/linux-6.6/drivers/net/ethernet/faraday/
H
A
D
ftgmac100.c
97
int
cur_duplex
;
member
329
if (priv->
cur_duplex
== DUPLEX_FULL)
in ftgmac100_start_hw()
1388
phydev->duplex == priv->
cur_duplex
&&
in ftgmac100_adjust_link()
1400
priv->
cur_duplex
= phydev->duplex;
in ftgmac100_adjust_link()
1502
priv->
cur_duplex
= DUPLEX_FULL;
in ftgmac100_open()
1505
priv->
cur_duplex
= 0;
in ftgmac100_open()
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H
A
D
davinci_emac.c
518
u32
cur_duplex
;
in emac_update_phystatus()
local
522
cur_duplex
= (mac_control & EMAC_MACCONTROL_FULLDUPLEXEN) ?
in emac_update_phystatus()
530
if ((priv->link) && (new_duplex !=
cur_duplex
)) {
in emac_update_phystatus()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H
A
D
davinci_emac.c
525
u32
cur_duplex
;
in emac_update_phystatus()
local
529
cur_duplex
= (mac_control & EMAC_MACCONTROL_FULLDUPLEXEN) ?
in emac_update_phystatus()
537
if ((priv->link) && (new_duplex !=
cur_duplex
)) {
in emac_update_phystatus()
Completed in 11 milliseconds