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:PLAT_TYPE_NIU
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
niu.c
2486
if (plat_type ==
PLAT_TYPE_NIU
) {
in niu_determine_phy_disposition()
2590
if (parent->plat_type ==
PLAT_TYPE_NIU
) {
in niu_init_link()
3171
if (np->parent->plat_type !=
PLAT_TYPE_NIU
) {
in fflp_early_init()
3200
if (np->parent->plat_type !=
PLAT_TYPE_NIU
) {
in fflp_early_init()
5137
if (np->parent->plat_type !=
PLAT_TYPE_NIU
) {
in niu_init_zcp()
5204
if (np->parent->plat_type !=
PLAT_TYPE_NIU
) {
in niu_init_ipp()
6787
if (np->parent->plat_type !=
PLAT_TYPE_NIU
)
in niu_get_drvinfo()
7905
if (np->parent->plat_type ==
PLAT_TYPE_NIU
) {
in niu_ldg_assign_ldn()
8519
if (parent->plat_type ==
PLAT_TYPE_NIU
) {
in niu_get_and_validate_port()
8816
(parent->plat_type ==
PLAT_TYPE_NIU
)) {
in walk_phys()
[all...]
H
A
D
niu.h
3100
#define
PLAT_TYPE_NIU
0x02
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
niu.c
2505
if (plat_type ==
PLAT_TYPE_NIU
) {
in niu_determine_phy_disposition()
2609
if (parent->plat_type ==
PLAT_TYPE_NIU
) {
in niu_init_link()
3190
if (np->parent->plat_type !=
PLAT_TYPE_NIU
) {
in fflp_early_init()
3219
if (np->parent->plat_type !=
PLAT_TYPE_NIU
) {
in fflp_early_init()
5156
if (np->parent->plat_type !=
PLAT_TYPE_NIU
) {
in niu_init_zcp()
5223
if (np->parent->plat_type !=
PLAT_TYPE_NIU
) {
in niu_init_ipp()
6805
if (np->parent->plat_type !=
PLAT_TYPE_NIU
)
in niu_get_drvinfo()
7923
if (np->parent->plat_type ==
PLAT_TYPE_NIU
) {
in niu_ldg_assign_ldn()
8543
if (parent->plat_type ==
PLAT_TYPE_NIU
) {
in niu_get_and_validate_port()
8840
(parent->plat_type ==
PLAT_TYPE_NIU
)) {
in walk_phys()
[all...]
H
A
D
niu.h
3100
#define
PLAT_TYPE_NIU
0x02
macro
Completed in 40 milliseconds