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:SPX5_PORT_CPU
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H
A
D
sparx5_main.h
52
#define
SPX5_PORT_CPU
(SPX5_PORTS) /* Next port is CPU port */
macro
53
#define SPX5_PORT_CPU_0 (
SPX5_PORT_CPU
+ 0) /* CPU Port 65 */
54
#define SPX5_PORT_CPU_1 (
SPX5_PORT_CPU
+ 1) /* CPU Port 66 */
55
#define SPX5_PORT_VD0 (
SPX5_PORT_CPU
+ 2) /* VD0/Port 67 used for IPMC */
56
#define SPX5_PORT_VD1 (
SPX5_PORT_CPU
+ 3) /* VD1/Port 68 used for AFI/OAM */
57
#define SPX5_PORT_VD2 (
SPX5_PORT_CPU
+ 4) /* VD2/Port 69 used for IPinIP*/
58
#define SPX5_PORTS_ALL (
SPX5_PORT_CPU
+ 5) /* Total number of ports */
H
A
D
sparx5_netdev.c
71
ifh_encode_bitfield(ifh_hdr,
SPX5_PORT_CPU
, 46, 7);
in sparx5_set_port_ifh()
Completed in 3 milliseconds