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_mac
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sunplus/
H
A
D
spl2sw_mac.h
11
int spl2sw_mac_addr_add(struct
spl2sw_mac
*mac);
12
int spl2sw_mac_addr_del(struct
spl2sw_mac
*mac);
14
void spl2sw_mac_rx_mode_set(struct
spl2sw_mac
*mac);
H
A
D
spl2sw_driver.c
22
#include "
spl2sw_mac
.h"
27
struct
spl2sw_mac
*mac = netdev_priv(ndev);
in spl2sw_ethernet_open()
51
struct
spl2sw_mac
*mac = netdev_priv(ndev);
in spl2sw_ethernet_stop()
68
struct
spl2sw_mac
*mac = netdev_priv(ndev);
in spl2sw_ethernet_start_xmit()
141
struct
spl2sw_mac
*mac = netdev_priv(ndev);
in spl2sw_ethernet_set_rx_mode()
148
struct
spl2sw_mac
*mac = netdev_priv(ndev);
in spl2sw_ethernet_set_mac_address()
170
struct
spl2sw_mac
*mac = netdev_priv(ndev);
in spl2sw_ethernet_tx_timeout()
266
struct
spl2sw_mac
*mac;
in spl2sw_init_netdev()
269
/* Allocate the devices, and also allocate
spl2sw_mac
,
in spl2sw_init_netdev()
328
struct
spl2sw_mac
*ma
in spl2sw_probe()
[all...]
H
A
D
spl2sw_phy.c
16
struct
spl2sw_mac
*mac = netdev_priv(ndev);
in spl2sw_mii_link_change()
60
struct
spl2sw_mac
*mac;
in spl2sw_phy_connect()
H
A
D
Makefile
6
sp7021_emac-objs := spl2sw_driver.o spl2sw_int.o spl2sw_desc.o
spl2sw_mac
.o spl2sw_mdio.o spl2sw_phy.o
H
A
D
spl2sw_mac.c
14
#include "
spl2sw_mac
.h"
53
int spl2sw_mac_addr_add(struct
spl2sw_mac
*mac)
in spl2sw_mac_addr_add()
88
int spl2sw_mac_addr_del(struct
spl2sw_mac
*mac)
in spl2sw_mac_addr_del()
218
void spl2sw_mac_rx_mode_set(struct
spl2sw_mac
*mac)
in spl2sw_mac_rx_mode_set()
H
A
D
spl2sw_define.h
257
struct
spl2sw_mac
{
struct
Completed in 4 milliseconds