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:soft_stats
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/
H
A
D
atl1.c
1672
adapter->
soft_stats
.rx_packets += smb->rx_ok + new_rx_errors;
in atl1_inc_smb()
1673
adapter->
soft_stats
.tx_packets += smb->tx_ok + new_tx_errors;
in atl1_inc_smb()
1674
adapter->
soft_stats
.rx_bytes += smb->rx_byte_cnt;
in atl1_inc_smb()
1675
adapter->
soft_stats
.tx_bytes += smb->tx_byte_cnt;
in atl1_inc_smb()
1676
adapter->
soft_stats
.multicast += smb->rx_mcast;
in atl1_inc_smb()
1677
adapter->
soft_stats
.collisions += smb->tx_1_col +
in atl1_inc_smb()
1683
adapter->
soft_stats
.rx_errors += new_rx_errors;
in atl1_inc_smb()
1684
adapter->
soft_stats
.rx_fifo_errors += smb->rx_rxf_ov;
in atl1_inc_smb()
1685
adapter->
soft_stats
.rx_length_errors += smb->rx_len_err;
in atl1_inc_smb()
1686
adapter->
soft_stats
in atl1_inc_smb()
[all...]
H
A
D
atl1.h
747
struct atl1_sft_stats
soft_stats
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/
H
A
D
atl1.c
1672
adapter->
soft_stats
.rx_packets += smb->rx_ok + new_rx_errors;
in atl1_inc_smb()
1673
adapter->
soft_stats
.tx_packets += smb->tx_ok + new_tx_errors;
in atl1_inc_smb()
1674
adapter->
soft_stats
.rx_bytes += smb->rx_byte_cnt;
in atl1_inc_smb()
1675
adapter->
soft_stats
.tx_bytes += smb->tx_byte_cnt;
in atl1_inc_smb()
1676
adapter->
soft_stats
.multicast += smb->rx_mcast;
in atl1_inc_smb()
1677
adapter->
soft_stats
.collisions += smb->tx_1_col +
in atl1_inc_smb()
1683
adapter->
soft_stats
.rx_errors += new_rx_errors;
in atl1_inc_smb()
1684
adapter->
soft_stats
.rx_fifo_errors += smb->rx_rxf_ov;
in atl1_inc_smb()
1685
adapter->
soft_stats
.rx_length_errors += smb->rx_len_err;
in atl1_inc_smb()
1686
adapter->
soft_stats
in atl1_inc_smb()
[all...]
H
A
D
atl1.h
747
struct atl1_sft_stats
soft_stats
;
member
Completed in 10 milliseconds