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_tot_bytes
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H
A
D
octeon_iq.h
62
u64
tx_tot_bytes
;/**< Total count of bytes sento to network. */
member
H
A
D
octeon_mailbox.c
218
stats->tx_bytes += oct->instr_queue[i]->stats.
tx_tot_bytes
;
in get_vf_stats()
H
A
D
lio_vf_main.c
1198
bytes += iq_stats->
tx_tot_bytes
;
in liquidio_get_stats64()
1621
stats->
tx_tot_bytes
+= ndata.datasize;
in liquidio_xmit()
H
A
D
lio_main.c
2070
bytes += iq_stats->
tx_tot_bytes
;
in liquidio_get_stats64()
2536
stats->
tx_tot_bytes
+= ndata.datasize;
in liquidio_xmit()
H
A
D
lio_ethtool.c
1442
/*sum of oct->instr_queue[iq_no]->stats.
tx_tot_bytes
*/
in lio_get_ethtool_stats()
1639
CVM_CAST64(oct_dev->instr_queue[j]->stats.
tx_tot_bytes
);
in lio_get_ethtool_stats()
1731
/* sum of oct->instr_queue[iq_no]->stats.
tx_tot_bytes
*/
in lio_vf_get_ethtool_stats()
1761
oct_dev->instr_queue[j]->stats.
tx_tot_bytes
);
in lio_vf_get_ethtool_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H
A
D
octeon_iq.h
62
u64
tx_tot_bytes
;/**< Total count of bytes sento to network. */
member
H
A
D
octeon_mailbox.c
218
stats->tx_bytes += oct->instr_queue[i]->stats.
tx_tot_bytes
;
in get_vf_stats()
H
A
D
lio_vf_main.c
1192
bytes += iq_stats->
tx_tot_bytes
;
in liquidio_get_stats64()
1612
stats->
tx_tot_bytes
+= ndata.datasize;
in liquidio_xmit()
H
A
D
lio_main.c
2063
bytes += iq_stats->
tx_tot_bytes
;
in liquidio_get_stats64()
2526
stats->
tx_tot_bytes
+= ndata.datasize;
in liquidio_xmit()
H
A
D
lio_ethtool.c
1448
/*sum of oct->instr_queue[iq_no]->stats.
tx_tot_bytes
*/
in lio_get_ethtool_stats()
1645
CVM_CAST64(oct_dev->instr_queue[j]->stats.
tx_tot_bytes
);
in lio_get_ethtool_stats()
1737
/* sum of oct->instr_queue[iq_no]->stats.
tx_tot_bytes
*/
in lio_vf_get_ethtool_stats()
1767
oct_dev->instr_queue[j]->stats.
tx_tot_bytes
);
in lio_vf_get_ethtool_stats()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
fwil_types.h
574
__le64
tx_tot_bytes
; /* data bytes txed (ucast + mcast) */
member
H
A
D
cfg80211.c
2838
sinfo->tx_bytes = le64_to_cpu(sta_info_le.
tx_tot_bytes
);
in brcmf_cfg80211_get_station()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
fwil_types.h
641
__le64
tx_tot_bytes
; /* data bytes txed (ucast + mcast) */
member
H
A
D
cfg80211.c
3200
sinfo->tx_bytes = le64_to_cpu(sta_info_le.
tx_tot_bytes
);
in brcmf_cfg80211_get_station()
Completed in 48 milliseconds