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:ax88796c_device
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/asix/
H
A
D
ax88796c_ioctl.c
32
struct
ax88796c_device
*ax_local = to_ax88796c_device(ndev);
in ax88796c_get_msglevel()
39
struct
ax88796c_device
*ax_local = to_ax88796c_device(ndev);
in ax88796c_set_msglevel()
47
struct
ax88796c_device
*ax_local = to_ax88796c_device(ndev);
in ax88796c_get_pauseparam()
59
struct
ax88796c_device
*ax_local = to_ax88796c_device(ndev);
in ax88796c_set_pauseparam()
99
struct
ax88796c_device
*ax_local = to_ax88796c_device(ndev);
in ax88796c_get_regs()
150
struct
ax88796c_device
*ax_local = to_ax88796c_device(ndev);
in ax88796c_set_priv_flags()
166
struct
ax88796c_device
*ax_local = to_ax88796c_device(ndev);
in ax88796c_get_priv_flags()
173
struct
ax88796c_device
*ax_local = mdiobus->priv;
in ax88796c_mdio_read()
195
struct
ax88796c_device
*ax_local = mdiobus->priv;
in ax88796c_mdio_write()
H
A
D
ax88796c_ioctl.h
19
bool ax88796c_check_power(const struct
ax88796c_device
*ax_local);
20
bool ax88796c_check_power_and_wake(struct
ax88796c_device
*ax_local);
21
void ax88796c_set_power_saving(struct
ax88796c_device
*ax_local, u8 ps_level);
H
A
D
ax88796c_main.c
39
static int ax88796c_soft_reset(struct
ax88796c_device
*ax_local)
in ax88796c_soft_reset()
70
static int ax88796c_reload_eeprom(struct
ax88796c_device
*ax_local)
in ax88796c_reload_eeprom()
93
struct
ax88796c_device
*ax_local = to_ax88796c_device(ndev);
in ax88796c_set_hw_multicast()
132
struct
ax88796c_device
*ax_local = to_ax88796c_device(ndev);
in ax88796c_set_mac_addr()
146
struct
ax88796c_device
*ax_local = to_ax88796c_device(ndev);
in ax88796c_load_mac_addr()
222
ax88796c_check_free_pages(struct
ax88796c_device
*ax_local, u8 need_pages)
in ax88796c_check_free_pages()
246
struct
ax88796c_device
*ax_local = to_ax88796c_device(ndev);
in ax88796c_tx_fixup()
333
static int ax88796c_hard_xmit(struct
ax88796c_device
*ax_local)
in ax88796c_hard_xmit()
387
struct
ax88796c_device
*ax_local = to_ax88796c_device(ndev);
in ax88796c_start_xmit()
400
ax88796c_skb_return(struct
ax88796c_device
*ax_loca
[all...]
H
A
D
ax88796c_main.h
92
struct
ax88796c_device
{
struct
136
#define to_ax88796c_device(ndev) ((struct
ax88796c_device
*)netdev_priv(ndev))
Completed in 4 milliseconds