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:tx_late_col
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/
H
A
D
emac.c
352
stats->
tx_late_col
+ stats->tx_abort_col;
in emac_get_stats64()
364
net_stats->tx_errors = stats->
tx_late_col
+ stats->tx_abort_col +
in emac_get_stats64()
368
net_stats->tx_window_errors = stats->
tx_late_col
;
in emac_get_stats64()
H
A
D
emac.h
258
u64
tx_late_col
; /* packets with late collisions */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/emac/
H
A
D
emac.c
351
stats->
tx_late_col
+ stats->tx_abort_col;
in emac_get_stats64()
363
net_stats->tx_errors = stats->
tx_late_col
+ stats->tx_abort_col +
in emac_get_stats64()
367
net_stats->tx_window_errors = stats->
tx_late_col
;
in emac_get_stats64()
H
A
D
emac.h
258
u64
tx_late_col
; /* packets with late collisions */
member
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/
H
A
D
hw.h
437
u64
tx_late_col
; /* TX packets with late collisions */
member
H
A
D
main.c
1642
hw_stats->
tx_late_col
+
in alx_get_stats64()
1659
net_stats->tx_errors = hw_stats->
tx_late_col
+
in alx_get_stats64()
1666
net_stats->tx_window_errors = hw_stats->
tx_late_col
;
in alx_get_stats64()
H
A
D
hw.c
1114
hw->stats.
tx_late_col
+= alx_read_mem32(hw, ALX_MIB_TX_LATE_COL);
in alx_update_hw_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/alx/
H
A
D
hw.h
437
u64
tx_late_col
; /* TX packets with late collisions */
member
H
A
D
main.c
1665
hw_stats->
tx_late_col
+
in alx_get_stats64()
1682
net_stats->tx_errors = hw_stats->
tx_late_col
+
in alx_get_stats64()
1689
net_stats->tx_window_errors = hw_stats->
tx_late_col
;
in alx_get_stats64()
H
A
D
hw.c
1114
hw->stats.
tx_late_col
+= alx_read_mem32(hw, ALX_MIB_TX_LATE_COL);
in alx_update_hw_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
H
A
D
atl1c.h
344
unsigned long
tx_late_col
; /* The number of packets transmitted with late collisions. */
member
H
A
D
atl1c_main.c
1492
hw_stats->
tx_late_col
+
in atl1c_get_stats()
1509
net_stats->tx_errors = hw_stats->
tx_late_col
+
in atl1c_get_stats()
1516
net_stats->tx_window_errors = hw_stats->
tx_late_col
;
in atl1c_get_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/
H
A
D
atl1.h
354
u32
tx_late_col
; /* TX packets with late collisions */
member
H
A
D
atl1.c
1666
u64 new_tx_errors = smb->
tx_late_col
+
in atl1_inc_smb()
1679
smb->
tx_late_col
+
in atl1_inc_smb()
1697
adapter->soft_stats.tx_window_errors += smb->
tx_late_col
;
in atl1_inc_smb()
1703
adapter->soft_stats.latecol += smb->
tx_late_col
;
in atl1_inc_smb()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e.h
291
unsigned long
tx_late_col
; /* The number of packets transmitted with late collisions. */
member
H
A
D
atl1e_main.c
1166
hw_stats->
tx_late_col
+
in atl1e_get_stats()
1183
net_stats->tx_errors = hw_stats->
tx_late_col
+
in atl1e_get_stats()
1190
net_stats->tx_window_errors = hw_stats->
tx_late_col
;
in atl1e_get_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/
H
A
D
atl1c.h
342
unsigned long
tx_late_col
; /* The number of packets transmitted with late collisions. */
member
H
A
D
atl1c_main.c
1546
hw_stats->
tx_late_col
+
in atl1c_get_stats()
1563
net_stats->tx_errors = hw_stats->
tx_late_col
+
in atl1c_get_stats()
1570
net_stats->tx_window_errors = hw_stats->
tx_late_col
;
in atl1c_get_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/
H
A
D
atl1.h
354
u32
tx_late_col
; /* TX packets with late collisions */
member
H
A
D
atl1.c
1666
u64 new_tx_errors = smb->
tx_late_col
+
in atl1_inc_smb()
1679
smb->
tx_late_col
+
in atl1_inc_smb()
1697
adapter->soft_stats.tx_window_errors += smb->
tx_late_col
;
in atl1_inc_smb()
1703
adapter->soft_stats.latecol += smb->
tx_late_col
;
in atl1_inc_smb()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e.h
291
unsigned long
tx_late_col
; /* The number of packets transmitted with late collisions. */
member
H
A
D
atl1e_main.c
1166
hw_stats->
tx_late_col
+
in atl1e_get_stats()
1183
net_stats->tx_errors = hw_stats->
tx_late_col
+
in atl1e_get_stats()
1190
net_stats->tx_window_errors = hw_stats->
tx_late_col
;
in atl1e_get_stats()
/kernel/linux/linux-6.6/drivers/net/dsa/microchip/
H
A
D
ksz_common.c
60
u64
tx_late_col
;
member
99
u64
tx_late_col
;
member
136
{ 0x16, "
tx_late_col
" },
173
{ 0x16, "
tx_late_col
" },
1680
stats->tx_window_errors = raw->
tx_late_col
;
in ksz_r_mib_stats64()
1729
stats->tx_window_errors = raw->
tx_late_col
;
in ksz88xx_r_mib_stats64()
Completed in 47 milliseconds