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:spl2sw_common
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sunplus/
H
A
D
spl2sw_desc.h
9
void spl2sw_rx_descs_flush(struct
spl2sw_common
*comm);
10
void spl2sw_tx_descs_clean(struct
spl2sw_common
*comm);
11
void spl2sw_rx_descs_clean(struct
spl2sw_common
*comm);
12
void spl2sw_descs_clean(struct
spl2sw_common
*comm);
13
void spl2sw_descs_free(struct
spl2sw_common
*comm);
14
void spl2sw_tx_descs_init(struct
spl2sw_common
*comm);
15
int spl2sw_rx_descs_init(struct
spl2sw_common
*comm);
16
int spl2sw_descs_alloc(struct
spl2sw_common
*comm);
17
int spl2sw_descs_init(struct
spl2sw_common
*comm);
H
A
D
spl2sw_mac.h
9
void spl2sw_mac_hw_stop(struct
spl2sw_common
*comm);
10
void spl2sw_mac_hw_start(struct
spl2sw_common
*comm);
13
void spl2sw_mac_hw_init(struct
spl2sw_common
*comm);
15
void spl2sw_mac_init(struct
spl2sw_common
*comm);
16
void spl2sw_mac_soft_reset(struct
spl2sw_common
*comm);
H
A
D
spl2sw_desc.c
13
void spl2sw_rx_descs_flush(struct
spl2sw_common
*comm)
in spl2sw_rx_descs_flush()
33
void spl2sw_tx_descs_clean(struct
spl2sw_common
*comm)
in spl2sw_tx_descs_clean()
60
void spl2sw_rx_descs_clean(struct
spl2sw_common
*comm)
in spl2sw_rx_descs_clean()
92
void spl2sw_descs_clean(struct
spl2sw_common
*comm)
in spl2sw_descs_clean()
98
void spl2sw_descs_free(struct
spl2sw_common
*comm)
in spl2sw_descs_free()
117
void spl2sw_tx_descs_init(struct
spl2sw_common
*comm)
in spl2sw_tx_descs_init()
123
int spl2sw_rx_descs_init(struct
spl2sw_common
*comm)
in spl2sw_rx_descs_init()
169
int spl2sw_descs_alloc(struct
spl2sw_common
*comm)
in spl2sw_descs_alloc()
197
int spl2sw_descs_init(struct
spl2sw_common
*comm)
in spl2sw_descs_init()
H
A
D
spl2sw_mdio.c
18
static int spl2sw_mdio_access(struct
spl2sw_common
*comm, u8 cmd, u8 addr, u8 regnum, u16 wdata)
in spl2sw_mdio_access()
62
struct
spl2sw_common
*comm = bus->priv;
in spl2sw_mii_read()
69
struct
spl2sw_common
*comm = bus->priv;
in spl2sw_mii_write()
79
u32 spl2sw_mdio_init(struct
spl2sw_common
*comm)
in spl2sw_mdio_init()
119
void spl2sw_mdio_remove(struct
spl2sw_common
*comm)
in spl2sw_mdio_remove()
H
A
D
spl2sw_mac.c
16
void spl2sw_mac_hw_stop(struct
spl2sw_common
*comm)
in spl2sw_mac_hw_stop()
37
void spl2sw_mac_hw_start(struct
spl2sw_common
*comm)
in spl2sw_mac_hw_start()
55
struct
spl2sw_common
*comm = mac->comm;
in spl2sw_mac_addr_add()
90
struct
spl2sw_common
*comm = mac->comm;
in spl2sw_mac_addr_del()
124
void spl2sw_mac_hw_init(struct
spl2sw_common
*comm)
in spl2sw_mac_hw_init()
220
struct
spl2sw_common
*comm = mac->comm;
in spl2sw_mac_rx_mode_set()
246
void spl2sw_mac_init(struct
spl2sw_common
*comm)
in spl2sw_mac_init()
257
void spl2sw_mac_soft_reset(struct
spl2sw_common
*comm)
in spl2sw_mac_soft_reset()
H
A
D
spl2sw_mdio.h
9
u32 spl2sw_mdio_init(struct
spl2sw_common
*comm);
10
void spl2sw_mdio_remove(struct
spl2sw_common
*comm);
H
A
D
spl2sw_phy.h
9
int spl2sw_phy_connect(struct
spl2sw_common
*comm);
10
void spl2sw_phy_remove(struct
spl2sw_common
*comm);
H
A
D
spl2sw_phy.c
18
struct
spl2sw_common
*comm = mac->comm;
in spl2sw_mii_link_change()
56
int spl2sw_phy_connect(struct
spl2sw_common
*comm)
in spl2sw_phy_connect()
79
void spl2sw_phy_remove(struct
spl2sw_common
*comm)
in spl2sw_phy_remove()
H
A
D
spl2sw_int.c
19
struct
spl2sw_common
*comm = container_of(napi, struct
spl2sw_common
, rx_napi);
in spl2sw_rx_poll()
140
struct
spl2sw_common
*comm = container_of(napi, struct
spl2sw_common
, tx_napi);
in spl2sw_tx_poll()
213
struct
spl2sw_common
*comm = (struct
spl2sw_common
*)dev_id;
in spl2sw_ethernet_interrupt()
H
A
D
spl2sw_driver.c
28
struct
spl2sw_common
*comm = mac->comm;
in spl2sw_ethernet_open()
52
struct
spl2sw_common
*comm = mac->comm;
in spl2sw_ethernet_stop()
69
struct
spl2sw_common
*comm = mac->comm;
in spl2sw_ethernet_start_xmit()
171
struct
spl2sw_common
*comm = mac->comm;
in spl2sw_ethernet_tx_timeout()
324
struct
spl2sw_common
*comm;
in spl2sw_probe()
335
/* Allocate memory for '
spl2sw_common
' area. */
in spl2sw_probe()
516
struct
spl2sw_common
*comm;
in spl2sw_remove()
H
A
D
spl2sw_define.h
222
struct
spl2sw_common
{
struct
259
struct
spl2sw_common
*comm;
Completed in 4 milliseconds