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:rocker_world_ops
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/
H
A
D
rocker.h
55
struct
rocker_world_ops
;
70
struct
rocker_world_ops
*wops;
90
struct
rocker_world_ops
{
struct
141
extern struct
rocker_world_ops
rocker_ofdpa_ops;
H
A
D
rocker_main.c
1420
static struct
rocker_world_ops
*
rocker_world_ops
[] = {
variable
1424
#define ROCKER_WORLD_OPS_LEN ARRAY_SIZE(
rocker_world_ops
)
1426
static struct
rocker_world_ops
*rocker_world_ops_find(u8 mode)
in rocker_world_ops_find()
1431
if (
rocker_world_ops
[i]->mode == mode)
in rocker_world_ops_find()
1432
return
rocker_world_ops
[i];
in rocker_world_ops_find()
1438
struct
rocker_world_ops
*wops;
in rocker_world_init()
1461
struct
rocker_world_ops
*wops = rocker->wops;
in rocker_world_fini()
1492
struct
rocker_world_ops
*wops = rocker_port->rocker->wops;
in rocker_world_port_pre_init()
1508
struct
rocker_world_ops
*wop
in rocker_world_port_init()
[all...]
H
A
D
rocker_ofdpa.c
2806
struct
rocker_world_ops
rocker_ofdpa_ops = {
/kernel/linux/linux-6.6/drivers/net/ethernet/rocker/
H
A
D
rocker.h
55
struct
rocker_world_ops
;
70
struct
rocker_world_ops
*wops;
90
struct
rocker_world_ops
{
struct
140
extern struct
rocker_world_ops
rocker_ofdpa_ops;
H
A
D
rocker_main.c
1420
static struct
rocker_world_ops
*
rocker_world_ops
[] = {
variable
1424
#define ROCKER_WORLD_OPS_LEN ARRAY_SIZE(
rocker_world_ops
)
1426
static struct
rocker_world_ops
*rocker_world_ops_find(u8 mode)
in rocker_world_ops_find()
1431
if (
rocker_world_ops
[i]->mode == mode)
in rocker_world_ops_find()
1432
return
rocker_world_ops
[i];
in rocker_world_ops_find()
1438
struct
rocker_world_ops
*wops;
in rocker_world_init()
1461
struct
rocker_world_ops
*wops = rocker->wops;
in rocker_world_fini()
1492
struct
rocker_world_ops
*wops = rocker_port->rocker->wops;
in rocker_world_port_pre_init()
1508
struct
rocker_world_ops
*wop
in rocker_world_port_init()
[all...]
H
A
D
rocker_ofdpa.c
2795
struct
rocker_world_ops
rocker_ofdpa_ops = {
Completed in 15 milliseconds