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:port_phy
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
niu.c
1610
phy_id = phy_decode(np->parent->
port_phy
, np->port);
in xcvr_init_10g()
2084
phy_id = phy_decode(np->parent->
port_phy
, np->port);
in link_status_10g()
4727
int type = phy_decode(np->parent->
port_phy
, np->port);
in niu_init_drr_weight()
8667
int type = phy_decode(parent->
port_phy
, i);
in niu_divide_channels()
8902
parent->
port_phy
= val;
in walk_phys()
8923
if (parent->
port_phy
== PORT_PHY_UNKNOWN) {
in niu_probe_ports()
8933
if (parent->
port_phy
== PORT_PHY_INVALID)
in niu_probe_ports()
9338
u32
port_phy
= p->
port_phy
;
in show_port_phy()
local
9342
if (
port_phy
in show_port_phy()
[all...]
H
A
D
niu.h
3082
u32
port_phy
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
niu.c
1629
phy_id = phy_decode(np->parent->
port_phy
, np->port);
in xcvr_init_10g()
2103
phy_id = phy_decode(np->parent->
port_phy
, np->port);
in link_status_10g()
4746
int type = phy_decode(np->parent->
port_phy
, np->port);
in niu_init_drr_weight()
8691
int type = phy_decode(parent->
port_phy
, i);
in niu_divide_channels()
8926
parent->
port_phy
= val;
in walk_phys()
8947
if (parent->
port_phy
== PORT_PHY_UNKNOWN) {
in niu_probe_ports()
8957
if (parent->
port_phy
== PORT_PHY_INVALID)
in niu_probe_ports()
9362
u32
port_phy
= p->
port_phy
;
in show_port_phy()
local
9366
if (
port_phy
in show_port_phy()
[all...]
H
A
D
niu.h
3082
u32
port_phy
;
member
Completed in 46 milliseconds