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_ok
(Results
1 - 25
of
33
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/
H
A
D
emac.c
322
stats_itr = &stats->
tx_ok
;
in emac_update_hw_stats()
347
net_stats->tx_packets = stats->
tx_ok
;
in emac_get_stats64()
H
A
D
emac.h
241
u64
tx_ok
; /* good packets */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/emac/
H
A
D
emac.c
321
stats_itr = &stats->
tx_ok
;
in emac_update_hw_stats()
346
net_stats->tx_packets = stats->
tx_ok
;
in emac_get_stats64()
H
A
D
emac.h
241
u64
tx_ok
; /* good packets */
member
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
ambassador.h
583
unsigned long
tx_ok
;
member
H
A
D
ambassador.c
450
dev->stats.
tx_ok
++;
in tx_complete()
1423
s->
tx_ok
, s->rx.ok, s->rx.error,
in amb_proc_read()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/
H
A
D
hw.h
420
u64
tx_ok
; /* good TX packets */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/alx/
H
A
D
hw.h
420
u64
tx_ok
; /* good TX packets */
member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_sriov.c
734
int
tx_ok
= 0, rx_ok = 0, rss_ok = 0;
in bnxt_sriov_enable()
local
767
tx_ok
= 1;
in bnxt_sriov_enable()
773
if (
tx_ok
&& rx_ok && rss_ok)
in bnxt_sriov_enable()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_sriov.c
760
int
tx_ok
= 0, rx_ok = 0, rss_ok = 0;
in bnxt_sriov_enable()
local
793
tx_ok
= 1;
in bnxt_sriov_enable()
799
if (
tx_ok
&& rx_ok && rss_ok)
in bnxt_sriov_enable()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
ipoib_tx.c
505
tx_ok
:
in hfi1_ipoib_send_dma_single()
516
goto
tx_ok
;
in hfi1_ipoib_send_dma_single()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
ipoib_tx.c
485
tx_ok
:
in hfi1_ipoib_send_dma_single()
496
goto
tx_ok
;
in hfi1_ipoib_send_dma_single()
/kernel/linux/linux-5.10/net/mptcp/
H
A
D
protocol.c
1179
bool
tx_ok
;
in mptcp_sendmsg()
local
1244
tx_ok
= msg_data_left(msg);
in mptcp_sendmsg()
1245
while (
tx_ok
) {
in mptcp_sendmsg()
1263
tx_ok
= msg_data_left(msg);
in mptcp_sendmsg()
1264
if (!
tx_ok
)
in mptcp_sendmsg()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
H
A
D
atl1c.h
327
unsigned long
tx_ok
; /* The number of good packet transmitted. */
member
H
A
D
atl1c_main.c
1464
stats_item = &adapter->hw_stats.
tx_ok
;
in atl1c_update_hw_stats()
1519
net_stats->tx_packets = hw_stats->
tx_ok
+ net_stats->tx_errors;
in atl1c_get_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/
H
A
D
atl1.h
337
u32
tx_ok
; /* good TX packets */
member
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e.h
274
unsigned long
tx_ok
; /* The number of good packet transmitted. */
member
H
A
D
atl1e_main.c
1193
net_stats->tx_packets = hw_stats->
tx_ok
+ net_stats->tx_errors;
in atl1e_get_stats()
1213
stats_item = &adapter->hw_stats.
tx_ok
;
in atl1e_update_hw_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/
H
A
D
atl1c.h
325
unsigned long
tx_ok
; /* The number of good packet transmitted. */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/
H
A
D
atl1.h
337
u32
tx_ok
; /* good TX packets */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e.h
274
unsigned long
tx_ok
; /* The number of good packet transmitted. */
member
H
A
D
atl1e_main.c
1193
net_stats->tx_packets = hw_stats->
tx_ok
+ net_stats->tx_errors;
in atl1e_get_stats()
1213
stats_item = &adapter->hw_stats.
tx_ok
;
in atl1e_update_hw_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/
H
A
D
macb.h
878
u32
tx_ok
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
H
A
D
8139cp.c
303
__le64
tx_ok
;
member
390
{ "
tx_ok
" },
1564
tmp_stats[i++] = le64_to_cpu(nic_stats->
tx_ok
);
in cp_get_ethtool_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/
H
A
D
8139cp.c
303
__le64
tx_ok
;
member
390
{ "
tx_ok
" },
1566
tmp_stats[i++] = le64_to_cpu(nic_stats->
tx_ok
);
in cp_get_ethtool_stats()
Completed in 53 milliseconds
1
2