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:NIU_FLAGS_10G
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
niu.c
628
np->flags &= ~
NIU_FLAGS_10G
;
in serdes_init_niu_10g_serdes()
1069
if (!(np->flags &
NIU_FLAGS_10G
))
in link_status_10g_serdes()
2467
np->flags &= ~
NIU_FLAGS_10G
;
in serdes_init_10g_serdes()
2488
(
NIU_FLAGS_10G
|
in niu_determine_phy_disposition()
2491
case
NIU_FLAGS_10G
| NIU_FLAGS_XCVR_SERDES:
in niu_determine_phy_disposition()
2499
case
NIU_FLAGS_10G
| NIU_FLAGS_FIBER:
in niu_determine_phy_disposition()
2516
(
NIU_FLAGS_10G
|
in niu_determine_phy_disposition()
2530
case
NIU_FLAGS_10G
:
in niu_determine_phy_disposition()
2540
case
NIU_FLAGS_10G
| NIU_FLAGS_FIBER:
in niu_determine_phy_disposition()
2556
case
NIU_FLAGS_10G
| NIU_FLAGS_XCVR_SERDE
in niu_determine_phy_disposition()
[all...]
H
A
D
niu.h
3256
#define
NIU_FLAGS_10G
0x00040000 /* 0=1G 1=10G */
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
niu.c
647
np->flags &= ~
NIU_FLAGS_10G
;
in serdes_init_niu_10g_serdes()
1088
if (!(np->flags &
NIU_FLAGS_10G
))
in link_status_10g_serdes()
2486
np->flags &= ~
NIU_FLAGS_10G
;
in serdes_init_10g_serdes()
2507
(
NIU_FLAGS_10G
|
in niu_determine_phy_disposition()
2510
case
NIU_FLAGS_10G
| NIU_FLAGS_XCVR_SERDES:
in niu_determine_phy_disposition()
2518
case
NIU_FLAGS_10G
| NIU_FLAGS_FIBER:
in niu_determine_phy_disposition()
2535
(
NIU_FLAGS_10G
|
in niu_determine_phy_disposition()
2549
case
NIU_FLAGS_10G
:
in niu_determine_phy_disposition()
2559
case
NIU_FLAGS_10G
| NIU_FLAGS_FIBER:
in niu_determine_phy_disposition()
2575
case
NIU_FLAGS_10G
| NIU_FLAGS_XCVR_SERDE
in niu_determine_phy_disposition()
[all...]
H
A
D
niu.h
3256
#define
NIU_FLAGS_10G
0x00040000 /* 0=1G 1=10G */
macro
Completed in 35 milliseconds