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:trap_port
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/dsa/realtek/
H
A
D
rtl8365mb.c
591
* @
trap_port
: forward trapped frames to this port
603
u32
trap_port
;
member
1855
FIELD_PREP(RTL8365MB_CPU_CTRL_TRAP_PORT_MASK, cpu->
trap_port
& 0x7) |
in rtl8365mb_cpu_config()
1857
cpu->
trap_port
>> 3 & 0x1);
in rtl8365mb_cpu_config()
1978
if (cpu->
trap_port
== RTL8365MB_MAX_NUM_PORTS)
in rtl8365mb_setup()
1979
cpu->
trap_port
= cpu_dp->index;
in rtl8365mb_setup()
2014
ret = rtl8365mb_port_change_mtu(ds, cpu->
trap_port
, ETH_DATA_LEN);
in rtl8365mb_setup()
2108
mb->cpu.
trap_port
= RTL8365MB_MAX_NUM_PORTS;
in rtl8365mb_detect()
Completed in 4 milliseconds