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:mvpp2_port_pcpu
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2.h
1035
struct
mvpp2_port_pcpu
{
struct
1123
struct
mvpp2_port_pcpu
__percpu *pcpu;
H
A
D
mvpp2_main.c
3156
struct
mvpp2_port_pcpu
*port_pcpu;
in mvpp2_hr_timer_cb()
3159
port_pcpu = container_of(timer, struct
mvpp2_port_pcpu
, tx_done_timer);
in mvpp2_hr_timer_cb()
4100
struct
mvpp2_port_pcpu
*port_pcpu = per_cpu_ptr(port->pcpu, thread);
in mvpp2_tx()
4519
struct
mvpp2_port_pcpu
*port_pcpu;
in mvpp2_stop()
6348
struct
mvpp2_port_pcpu
*port_pcpu;
in mvpp2_port_probe()
6517
port->pcpu = alloc_percpu(struct
mvpp2_port_pcpu
);
in mvpp2_port_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2.h
1130
struct
mvpp2_port_pcpu
{
struct
1215
struct
mvpp2_port_pcpu
__percpu *pcpu;
H
A
D
mvpp2_main.c
3519
struct
mvpp2_port_pcpu
*port_pcpu;
in mvpp2_hr_timer_cb()
3522
port_pcpu = container_of(timer, struct
mvpp2_port_pcpu
, tx_done_timer);
in mvpp2_hr_timer_cb()
4458
struct
mvpp2_port_pcpu
*port_pcpu = per_cpu_ptr(port->pcpu, thread);
in mvpp2_tx()
4880
struct
mvpp2_port_pcpu
*port_pcpu;
in mvpp2_stop()
6711
struct
mvpp2_port_pcpu
*port_pcpu;
in mvpp2_port_probe()
6881
port->pcpu = alloc_percpu(struct
mvpp2_port_pcpu
);
in mvpp2_port_probe()
Completed in 27 milliseconds