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:rx_fcs_errs
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/agere/
H
A
D
et131x.h
1141
u32
rx_fcs_errs
; /* 0x60A4 */
member
H
A
D
et131x.c
1359
stats->rx_code_violations += readl(&macstat->
rx_fcs_errs
);
in et1310_update_macstat_host_counters()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
nic.h
212
u64
rx_fcs_errs
;
member
H
A
D
nicvf_ethtool.c
63
NICVF_DRV_STAT(
rx_fcs_errs
),
H
A
D
nicvf_queues.c
1852
this_cpu_inc(nic->drv_stats->
rx_fcs_errs
);
in nicvf_check_cqe_rx_errs()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
nic.h
212
u64
rx_fcs_errs
;
member
H
A
D
nicvf_ethtool.c
64
NICVF_DRV_STAT(
rx_fcs_errs
),
H
A
D
nicvf_queues.c
1853
this_cpu_inc(nic->drv_stats->
rx_fcs_errs
);
in nicvf_check_cqe_rx_errs()
/kernel/linux/linux-6.6/drivers/net/ethernet/agere/
H
A
D
et131x.h
1141
u32
rx_fcs_errs
; /* 0x60A4 */
member
H
A
D
et131x.c
1359
stats->rx_code_violations += readl(&macstat->
rx_fcs_errs
);
in et1310_update_macstat_host_counters()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_common.h
135
atomic_t
rx_fcs_errs
;
member
H
A
D
otx2_ethtool.c
52
OTX2_DRV_STAT(
rx_fcs_errs
),
H
A
D
otx2_txrx.c
222
atomic_inc(&stats->
rx_fcs_errs
);
in otx2_check_rcv_errors()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
common.h
223
u64
rx_fcs_errs
; /* # of received frames with bad FCS */
member
H
A
D
xgmac.c
613
RMON_UPDATE(mac,
rx_fcs_errs
, RX_CRC_ERR_FRAMES);
in t3_mac_update_stats()
H
A
D
cxgb3_main.c
1506
ns->rx_errors = pstats->rx_symbol_errs + pstats->
rx_fcs_errs
+
in cxgb_get_stats()
1513
ns->rx_crc_errors = pstats->
rx_fcs_errs
;
in cxgb_get_stats()
1695
*data++ = s->
rx_fcs_errs
;
in get_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
common.h
223
u64
rx_fcs_errs
; /* # of received frames with bad FCS */
member
H
A
D
xgmac.c
613
RMON_UPDATE(mac,
rx_fcs_errs
, RX_CRC_ERR_FRAMES);
in t3_mac_update_stats()
H
A
D
cxgb3_main.c
1505
ns->rx_errors = pstats->rx_symbol_errs + pstats->
rx_fcs_errs
+
in cxgb_get_stats()
1512
ns->rx_crc_errors = pstats->
rx_fcs_errs
;
in cxgb_get_stats()
1694
*data++ = s->
rx_fcs_errs
;
in get_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_common.h
168
atomic_t
rx_fcs_errs
;
member
H
A
D
otx2_ethtool.c
55
OTX2_DRV_STAT(
rx_fcs_errs
),
H
A
D
otx2_txrx.c
289
atomic_inc(&stats->
rx_fcs_errs
);
in otx2_check_rcv_errors()
Completed in 52 milliseconds