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_2_col
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/
H
A
D
emac.h
257
u64
tx_2_col
; /* packets with multiple prior collisions */
member
H
A
D
emac.c
351
net_stats->collisions = stats->tx_1_col + stats->
tx_2_col
* 2 +
in emac_get_stats64()
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/emac/
H
A
D
emac.h
257
u64
tx_2_col
; /* packets with multiple prior collisions */
member
H
A
D
emac.c
350
net_stats->collisions = stats->tx_1_col + stats->
tx_2_col
* 2 +
in emac_get_stats64()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
H
A
D
atl1c.h
343
unsigned long
tx_2_col
; /* The number of packets subsequently transmitted successfully with multiple prior collisions. */
member
H
A
D
atl1c_main.c
1491
hw_stats->
tx_2_col
+
in atl1c_get_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/
H
A
D
atl1.h
353
u32
tx_2_col
; /* packets TX after multiple collisions */
member
H
A
D
atl1.c
1678
smb->
tx_2_col
+
in atl1_inc_smb()
1702
adapter->soft_stats.mcc += smb->
tx_2_col
;
in atl1_inc_smb()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e.h
290
unsigned long
tx_2_col
; /* The number of packets subsequently transmitted successfully with multiple prior collisions. */
member
H
A
D
atl1e_main.c
1165
hw_stats->
tx_2_col
+
in atl1e_get_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/
H
A
D
atl1c.h
341
unsigned long
tx_2_col
; /* The number of packets subsequently transmitted successfully with multiple prior collisions. */
member
H
A
D
atl1c_main.c
1545
hw_stats->
tx_2_col
+
in atl1c_get_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/
H
A
D
atl1.h
353
u32
tx_2_col
; /* packets TX after multiple collisions */
member
H
A
D
atl1.c
1678
smb->
tx_2_col
+
in atl1_inc_smb()
1702
adapter->soft_stats.mcc += smb->
tx_2_col
;
in atl1_inc_smb()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e.h
290
unsigned long
tx_2_col
; /* The number of packets subsequently transmitted successfully with multiple prior collisions. */
member
H
A
D
atl1e_main.c
1165
hw_stats->
tx_2_col
+
in atl1e_get_stats()
Completed in 37 milliseconds