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:CAS_PHY_SERDES
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
cassini.c
733
if (cp->phy_type &
CAS_PHY_SERDES
) {
in cas_begin_auto_negotiation()
3297
phy_type =
CAS_PHY_SERDES
;
in cas_get_vpd_info()
3305
phy_type =
CAS_PHY_SERDES
;
in cas_get_vpd_info()
3411
if (cp->phy_type &
CAS_PHY_SERDES
) {
in cas_check_invariants()
3848
if ((cp->phy_type &
CAS_PHY_SERDES
)) {
in cas_change_mtu()
3855
atomic_set(&cp->reset_task_pending, (cp->phy_type &
CAS_PHY_SERDES
) ?
in cas_change_mtu()
5105
(cp->phy_type ==
CAS_PHY_SERDES
) ? "Fi" : "Cu", pdev->irq,
in cas_init_one()
H
A
D
cassini.h
2505
#define
CAS_PHY_SERDES
0x01
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
cassini.c
732
if (cp->phy_type &
CAS_PHY_SERDES
) {
in cas_begin_auto_negotiation()
3264
phy_type =
CAS_PHY_SERDES
;
in cas_get_vpd_info()
3272
phy_type =
CAS_PHY_SERDES
;
in cas_get_vpd_info()
3379
if (cp->phy_type &
CAS_PHY_SERDES
) {
in cas_check_invariants()
3813
if ((cp->phy_type &
CAS_PHY_SERDES
)) {
in cas_change_mtu()
3820
atomic_set(&cp->reset_task_pending, (cp->phy_type &
CAS_PHY_SERDES
) ?
in cas_change_mtu()
5056
(cp->phy_type ==
CAS_PHY_SERDES
) ? "Fi" : "Cu", pdev->irq,
in cas_init_one()
H
A
D
cassini.h
2505
#define
CAS_PHY_SERDES
0x01
macro
Completed in 26 milliseconds