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:greth
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aeroflex/
H
A
D
greth.c
43
#include "
greth
.h"
117
static inline void greth_enable_tx(struct greth_private *
greth
)
in greth_enable_tx()
argument
120
GRETH_REGORIN(
greth
->regs->control, GRETH_TXEN);
in greth_enable_tx()
123
static inline void greth_enable_tx_and_irq(struct greth_private *
greth
)
in greth_enable_tx_and_irq()
argument
126
GRETH_REGORIN(
greth
->regs->control, GRETH_TXEN | GRETH_TXI);
in greth_enable_tx_and_irq()
129
static inline void greth_disable_tx(struct greth_private *
greth
)
in greth_disable_tx()
argument
131
GRETH_REGANDIN(
greth
->regs->control, ~GRETH_TXEN);
in greth_disable_tx()
134
static inline void greth_enable_rx(struct greth_private *
greth
)
in greth_enable_rx()
argument
137
GRETH_REGORIN(
greth
->regs->control, GRETH_RXEN);
in greth_enable_rx()
140
static inline void greth_disable_rx(struct greth_private *
greth
)
in greth_disable_rx()
argument
145
greth
_enable_irqs(struct
greth
_private *
greth
)
greth_enable_irqs()
argument
150
greth
_disable_irqs(struct
greth
_private *
greth
)
greth_disable_irqs()
argument
165
greth
_clean_rings(struct
greth
_private *
greth
)
greth_clean_rings()
argument
232
greth
_init_rings(struct
greth
_private *
greth
)
greth_init_rings()
argument
341
struct
greth
_private *
greth
= netdev_priv(dev);
greth_open()
local
376
struct
greth
_private *
greth
= netdev_priv(dev);
greth_close()
local
396
struct
greth
_private *
greth
= netdev_priv(dev);
greth_start_xmit()
local
465
struct
greth
_private *
greth
= netdev_priv(dev);
greth_start_xmit_gbit()
local
586
struct
greth
_private *
greth
;
greth_interrupt()
local
620
struct
greth
_private *
greth
;
greth_clean_tx()
local
674
struct
greth
_private *
greth
;
greth_clean_tx_gbit()
local
740
struct
greth
_private *
greth
;
greth_rx()
local
856
struct
greth
_private *
greth
;
greth_rx_gbit()
local
972
struct
greth
_private *
greth
;
greth_poll()
local
1020
struct
greth
_private *
greth
;
greth_set_mac_add()
local
1045
struct
greth
_private *
greth
= netdev_priv(dev);
greth_set_hash_filter()
local
1064
struct
greth
_private *
greth
= netdev_priv(dev);
greth_set_multicast_list()
local
1097
struct
greth
_private *
greth
= netdev_priv(dev);
greth_get_msglevel()
local
1103
struct
greth
_private *
greth
= netdev_priv(dev);
greth_set_msglevel()
local
1114
struct
greth
_private *
greth
= netdev_priv(dev);
greth_get_drvinfo()
local
1124
struct
greth
_private *
greth
= netdev_priv(dev);
greth_get_regs()
local
1151
wait_for_mdio(struct
greth
_private *
greth
)
wait_for_mdio()
argument
1163
struct
greth
_private *
greth
= bus->priv;
greth_mdio_read()
local
1185
struct
greth
_private *
greth
= bus->priv;
greth_mdio_write()
local
1201
struct
greth
_private *
greth
= netdev_priv(dev);
greth_link_change()
local
1254
struct
greth
_private *
greth
= netdev_priv(dev);
greth_mdio_probe()
local
1289
greth
_mdio_init(struct
greth
_private *
greth
)
greth_mdio_init()
argument
1344
struct
greth
_private *
greth
;
greth_of_probe()
local
1531
struct
greth
_private *
greth
= netdev_priv(ndev);
greth_of_remove()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/aeroflex/
H
A
D
greth.c
43
#include "
greth
.h"
117
static inline void greth_enable_tx(struct greth_private *
greth
)
in greth_enable_tx()
argument
120
GRETH_REGORIN(
greth
->regs->control, GRETH_TXEN);
in greth_enable_tx()
123
static inline void greth_enable_tx_and_irq(struct greth_private *
greth
)
in greth_enable_tx_and_irq()
argument
126
GRETH_REGORIN(
greth
->regs->control, GRETH_TXEN | GRETH_TXI);
in greth_enable_tx_and_irq()
129
static inline void greth_disable_tx(struct greth_private *
greth
)
in greth_disable_tx()
argument
131
GRETH_REGANDIN(
greth
->regs->control, ~GRETH_TXEN);
in greth_disable_tx()
134
static inline void greth_enable_rx(struct greth_private *
greth
)
in greth_enable_rx()
argument
137
GRETH_REGORIN(
greth
->regs->control, GRETH_RXEN);
in greth_enable_rx()
140
static inline void greth_disable_rx(struct greth_private *
greth
)
in greth_disable_rx()
argument
145
greth
_enable_irqs(struct
greth
_private *
greth
)
greth_enable_irqs()
argument
150
greth
_disable_irqs(struct
greth
_private *
greth
)
greth_disable_irqs()
argument
165
greth
_clean_rings(struct
greth
_private *
greth
)
greth_clean_rings()
argument
232
greth
_init_rings(struct
greth
_private *
greth
)
greth_init_rings()
argument
341
struct
greth
_private *
greth
= netdev_priv(dev);
greth_open()
local
376
struct
greth
_private *
greth
= netdev_priv(dev);
greth_close()
local
396
struct
greth
_private *
greth
= netdev_priv(dev);
greth_start_xmit()
local
465
struct
greth
_private *
greth
= netdev_priv(dev);
greth_start_xmit_gbit()
local
586
struct
greth
_private *
greth
;
greth_interrupt()
local
620
struct
greth
_private *
greth
;
greth_clean_tx()
local
674
struct
greth
_private *
greth
;
greth_clean_tx_gbit()
local
740
struct
greth
_private *
greth
;
greth_rx()
local
856
struct
greth
_private *
greth
;
greth_rx_gbit()
local
972
struct
greth
_private *
greth
;
greth_poll()
local
1020
struct
greth
_private *
greth
;
greth_set_mac_add()
local
1045
struct
greth
_private *
greth
= netdev_priv(dev);
greth_set_hash_filter()
local
1064
struct
greth
_private *
greth
= netdev_priv(dev);
greth_set_multicast_list()
local
1097
struct
greth
_private *
greth
= netdev_priv(dev);
greth_get_msglevel()
local
1103
struct
greth
_private *
greth
= netdev_priv(dev);
greth_set_msglevel()
local
1114
struct
greth
_private *
greth
= netdev_priv(dev);
greth_get_drvinfo()
local
1124
struct
greth
_private *
greth
= netdev_priv(dev);
greth_get_regs()
local
1151
wait_for_mdio(struct
greth
_private *
greth
)
wait_for_mdio()
argument
1163
struct
greth
_private *
greth
= bus->priv;
greth_mdio_read()
local
1185
struct
greth
_private *
greth
= bus->priv;
greth_mdio_write()
local
1201
struct
greth
_private *
greth
= netdev_priv(dev);
greth_link_change()
local
1254
struct
greth
_private *
greth
= netdev_priv(dev);
greth_mdio_probe()
local
1289
greth
_mdio_init(struct
greth
_private *
greth
)
greth_mdio_init()
argument
1344
struct
greth
_private *
greth
;
greth_of_probe()
local
1531
struct
greth
_private *
greth
= netdev_priv(ndev);
greth_of_remove()
local
[all...]
Completed in 3 milliseconds