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_cso
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H
A
D
sge.h
60
u64
tx_cso
; /* # of TX checksum offloads */
member
H
A
D
sge.c
992
ss->
tx_cso
+= st->
tx_cso
;
in t1_sge_get_port_stats()
1865
st->
tx_cso
+= (skb->ip_summed == CHECKSUM_PARTIAL);
in t1_start_xmit()
H
A
D
cxgb2.c
504
*data++ = ss.
tx_cso
;
in get_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H
A
D
sge.h
51
u64
tx_cso
; /* # of TX checksum offloads */
member
H
A
D
sge.c
987
ss->
tx_cso
+= st->
tx_cso
;
in t1_sge_get_port_stats()
1895
st->
tx_cso
+= (skb->ip_summed == CHECKSUM_PARTIAL);
in t1_start_xmit()
H
A
D
cxgb2.c
505
*data++ = ss.
tx_cso
;
in get_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/
H
A
D
funeth_txrx.h
83
u64
tx_cso
; /* # of packets with checksum offload */
member
H
A
D
funeth_tx.c
257
q->stats.
tx_cso
+= shinfo->gso_segs;
in write_pkt_desc()
269
FUN_QSTAT_INC(q,
tx_cso
);
in write_pkt_desc()
H
A
D
funeth_ethtool.c
78
"
tx_cso
",
779
ADD_STAT(txs.
tx_cso
);
in fun_get_ethtool_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
adapter.h
262
unsigned long
tx_cso
; /* # of TX checksum offloads */
member
H
A
D
sge.c
1323
txq->
tx_cso
+= ssi->gso_segs;
in t4vf_eth_xmit()
1340
txq->
tx_cso
++;
in t4vf_eth_xmit()
2503
txq->
tx_cso
= 0;
in t4vf_sge_alloc_eth_txq()
H
A
D
cxgb4vf_main.c
1808
stats->tx_csum += txq->
tx_cso
;
in collect_sge_port_stats()
2211
T("TxCSO:",
tx_cso
);
in sge_qstats_show()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
adapter.h
263
unsigned long
tx_cso
; /* # of TX checksum offloads */
member
H
A
D
sge.c
1320
txq->
tx_cso
+= ssi->gso_segs;
in t4vf_eth_xmit()
1337
txq->
tx_cso
++;
in t4vf_eth_xmit()
2500
txq->
tx_cso
= 0;
in t4vf_sge_alloc_eth_txq()
H
A
D
cxgb4vf_main.c
1816
stats->tx_csum += txq->
tx_cso
;
in collect_sge_port_stats()
2219
T("TxCSO:",
tx_cso
);
in sge_qstats_show()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
sge.c
1649
q->
tx_cso
+= ssi->gso_segs;
in cxgb4_eth_xmit()
1670
q->
tx_cso
+= ssi->gso_segs;
in cxgb4_eth_xmit()
1683
q->
tx_cso
++;
in cxgb4_eth_xmit()
1972
txq->
tx_cso
+= ssi->gso_segs;
in cxgb4_vf_eth_xmit()
1990
txq->
tx_cso
++;
in cxgb4_vf_eth_xmit()
2375
eohw_txq->
tx_cso
+= skb_shinfo(skb)->gso_segs;
in ethofld_hard_xmit()
2377
eohw_txq->
tx_cso
++;
in ethofld_hard_xmit()
4645
txq->
tx_cso
= 0;
in t4_sge_alloc_eth_txq()
4816
txq->
tx_cso
= 0;
in t4_sge_alloc_ethofld_txq()
H
A
D
cxgb4.h
876
unsigned long
tx_cso
; /* # of Tx checksum offloads */
member
961
unsigned long
tx_cso
; /* # of Tx checksum offloads */
member
H
A
D
cxgb4_ethtool.c
295
s->tx_csum += tx->
tx_cso
;
in collect_sge_port_stats()
308
s->tx_csum += eohw_tx->
tx_cso
;
in collect_sge_port_stats()
H
A
D
cxgb4_debugfs.c
2730
TL("TxCSO:",
tx_cso
);
in sge_qinfo_show()
2841
TL("TxCSO:",
tx_cso
);
in sge_qinfo_show()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
sge.c
1650
q->
tx_cso
+= ssi->gso_segs;
in cxgb4_eth_xmit()
1671
q->
tx_cso
+= ssi->gso_segs;
in cxgb4_eth_xmit()
1684
q->
tx_cso
++;
in cxgb4_eth_xmit()
1978
txq->
tx_cso
+= ssi->gso_segs;
in cxgb4_vf_eth_xmit()
1996
txq->
tx_cso
++;
in cxgb4_vf_eth_xmit()
2381
eohw_txq->
tx_cso
+= skb_shinfo(skb)->gso_segs;
in ethofld_hard_xmit()
2383
eohw_txq->
tx_cso
++;
in ethofld_hard_xmit()
4675
txq->
tx_cso
= 0;
in t4_sge_alloc_eth_txq()
4846
txq->
tx_cso
= 0;
in t4_sge_alloc_ethofld_txq()
H
A
D
cxgb4_ethtool.c
295
s->tx_csum += tx->
tx_cso
;
in collect_sge_port_stats()
308
s->tx_csum += eohw_tx->
tx_cso
;
in collect_sge_port_stats()
H
A
D
cxgb4.h
874
unsigned long
tx_cso
; /* # of Tx checksum offloads */
member
959
unsigned long
tx_cso
; /* # of Tx checksum offloads */
member
H
A
D
cxgb4_debugfs.c
2730
TL("TxCSO:",
tx_cso
);
in sge_qinfo_show()
2841
TL("TxCSO:",
tx_cso
);
in sge_qinfo_show()
Completed in 66 milliseconds