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:link_cntl
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
cassini.c
683
lcntl = cp->
link_cntl
;
in cas_begin_auto_negotiation()
685
cp->
link_cntl
= BMCR_ANENABLE;
in cas_begin_auto_negotiation()
688
cp->
link_cntl
= 0;
in cas_begin_auto_negotiation()
690
cp->
link_cntl
|= BMCR_SPEED100;
in cas_begin_auto_negotiation()
692
cp->
link_cntl
|= CAS_BMCR_SPEED1000;
in cas_begin_auto_negotiation()
694
cp->
link_cntl
|= BMCR_FULLDPLX;
in cas_begin_auto_negotiation()
697
changed = (lcntl != cp->
link_cntl
);
in cas_begin_auto_negotiation()
736
if (cp->
link_cntl
& BMCR_ANENABLE) {
in cas_begin_auto_negotiation()
740
if (cp->
link_cntl
& BMCR_FULLDPLX)
in cas_begin_auto_negotiation()
753
ctl |= cp->
link_cntl
;
in cas_begin_auto_negotiation()
[all...]
H
A
D
cassini.h
2818
int
link_cntl
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
cassini.c
682
lcntl = cp->
link_cntl
;
in cas_begin_auto_negotiation()
684
cp->
link_cntl
= BMCR_ANENABLE;
in cas_begin_auto_negotiation()
687
cp->
link_cntl
= 0;
in cas_begin_auto_negotiation()
689
cp->
link_cntl
|= BMCR_SPEED100;
in cas_begin_auto_negotiation()
691
cp->
link_cntl
|= CAS_BMCR_SPEED1000;
in cas_begin_auto_negotiation()
693
cp->
link_cntl
|= BMCR_FULLDPLX;
in cas_begin_auto_negotiation()
696
changed = (lcntl != cp->
link_cntl
);
in cas_begin_auto_negotiation()
735
if (cp->
link_cntl
& BMCR_ANENABLE) {
in cas_begin_auto_negotiation()
739
if (cp->
link_cntl
& BMCR_FULLDPLX)
in cas_begin_auto_negotiation()
752
ctl |= cp->
link_cntl
;
in cas_begin_auto_negotiation()
[all...]
H
A
D
cassini.h
2818
int
link_cntl
;
member
Completed in 18 milliseconds