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:EN0_COUNTER0
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H
A
D
8390.h
188
#define
EN0_COUNTER0
EI_SHIFT(0x0d) /* Rcv alignment error counter RD */
macro
H
A
D
ne2k-pci.c
271
inb(ioaddr +
EN0_COUNTER0
);
in ne2k_pci_init_one()
272
if (inb(ioaddr +
EN0_COUNTER0
) != 0) {
in ne2k_pci_init_one()
H
A
D
lib8390.c
481
dev->stats.rx_frame_errors += ei_inb_p(e8390_base +
EN0_COUNTER0
);
in __ei_interrupt()
869
dev->stats.rx_frame_errors += ei_inb_p(ioaddr +
EN0_COUNTER0
);
in __ei_get_stats()
H
A
D
ne.c
319
inb_p(ioaddr +
EN0_COUNTER0
); /* Clear the counter by reading. */
in ne_probe1()
320
if (inb_p(ioaddr +
EN0_COUNTER0
) != 0) {
in ne_probe1()
H
A
D
ax88796.c
125
ei_inb(ioaddr +
EN0_COUNTER0
); /* Clear the counter by reading. */
in ax_initial_check()
126
if (ei_inb(ioaddr +
EN0_COUNTER0
) != 0) {
in ax_initial_check()
H
A
D
axnet_cs.c
1165
dev->stats.rx_frame_errors += inb_p(e8390_base +
EN0_COUNTER0
);
in ax_interrupt()
1532
dev->stats.rx_frame_errors += inb_p(ioaddr +
EN0_COUNTER0
);
in get_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
H
A
D
8390.h
190
#define
EN0_COUNTER0
EI_SHIFT(0x0d) /* Rcv alignment error counter RD */
macro
H
A
D
ne2k-pci.c
272
inb(ioaddr +
EN0_COUNTER0
);
in ne2k_pci_init_one()
273
if (inb(ioaddr +
EN0_COUNTER0
) != 0) {
in ne2k_pci_init_one()
H
A
D
ax88796.c
132
ei_inb(ioaddr +
EN0_COUNTER0
); /* Clear the counter by reading. */
in ax_initial_check()
133
if (ei_inb(ioaddr +
EN0_COUNTER0
) != 0) {
in ax_initial_check()
H
A
D
lib8390.c
480
dev->stats.rx_frame_errors += ei_inb_p(e8390_base +
EN0_COUNTER0
);
in __ei_interrupt()
868
dev->stats.rx_frame_errors += ei_inb_p(ioaddr +
EN0_COUNTER0
);
in __ei_get_stats()
H
A
D
ne.c
318
inb_p(ioaddr +
EN0_COUNTER0
); /* Clear the counter by reading. */
in ne_probe1()
319
if (inb_p(ioaddr +
EN0_COUNTER0
) != 0) {
in ne_probe1()
H
A
D
axnet_cs.c
1165
dev->stats.rx_frame_errors += inb_p(e8390_base +
EN0_COUNTER0
);
in ax_interrupt()
1532
dev->stats.rx_frame_errors += inb_p(ioaddr +
EN0_COUNTER0
);
in get_stats()
Completed in 16 milliseconds