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_acked
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/can/j1939/
H
A
D
transport.c
331
offset_start = session->pkt.
tx_acked
* 7;
in j1939_session_skb_drop_old()
767
session->pkt.dpo = session->pkt.
tx_acked
;
in j1939_session_tx_dpo()
769
dat[1] = session->pkt.last - session->pkt.
tx_acked
;
in j1939_session_tx_dpo()
780
session->pkt.tx = session->pkt.
tx_acked
;
in j1939_session_tx_dpo()
1376
session->pkt.
tx_acked
= session->pkt.total;
in j1939_xtp_rx_eoma_one()
1428
session->pkt.
tx_acked
= pkt - 1;
in j1939_xtp_rx_cts_one()
1430
session->pkt.last = session->pkt.
tx_acked
+ dat[1];
in j1939_xtp_rx_cts_one()
1435
session->pkt.tx = session->pkt.
tx_acked
;
in j1939_xtp_rx_cts_one()
1441
if (session->pkt.
tx_acked
)
in j1939_xtp_rx_cts_one()
H
A
D
j1939-priv.h
276
unsigned int
tx_acked
;
member
H
A
D
socket.c
945
size = min(session->pkt.
tx_acked
* 7,
in j1939_sk_get_timestamping_opt_stats()
/kernel/linux/linux-6.6/net/can/j1939/
H
A
D
transport.c
335
offset_start = session->pkt.
tx_acked
* 7;
in j1939_session_skb_drop_old()
771
session->pkt.dpo = session->pkt.
tx_acked
;
in j1939_session_tx_dpo()
773
dat[1] = session->pkt.last - session->pkt.
tx_acked
;
in j1939_session_tx_dpo()
784
session->pkt.tx = session->pkt.
tx_acked
;
in j1939_session_tx_dpo()
1392
session->pkt.
tx_acked
= session->pkt.total;
in j1939_xtp_rx_eoma_one()
1444
session->pkt.
tx_acked
= pkt - 1;
in j1939_xtp_rx_cts_one()
1446
session->pkt.last = session->pkt.
tx_acked
+ dat[1];
in j1939_xtp_rx_cts_one()
1451
session->pkt.tx = session->pkt.
tx_acked
;
in j1939_xtp_rx_cts_one()
1457
if (session->pkt.
tx_acked
)
in j1939_xtp_rx_cts_one()
H
A
D
j1939-priv.h
280
unsigned int
tx_acked
;
member
H
A
D
socket.c
958
size = min(session->pkt.
tx_acked
* 7,
in j1939_sk_get_timestamping_opt_stats()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
ldc.c
128
unsigned long
tx_acked
;
member
237
* we haven't gotten an ACK for in the TX queue using
tx_acked
. We have
241
* lp->
tx_acked
.
246
return lp->
tx_acked
;
in head_for_data()
760
unsigned long head = lp->
tx_acked
;
in process_data_ack()
769
lp->
tx_acked
= head;
in process_data_ack()
1346
lp->
tx_acked
= lp->tx_head;
in ldc_bind()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
ldc.c
128
unsigned long
tx_acked
;
member
237
* we haven't gotten an ACK for in the TX queue using
tx_acked
. We have
241
* lp->
tx_acked
.
246
return lp->
tx_acked
;
in head_for_data()
760
unsigned long head = lp->
tx_acked
;
in process_data_ack()
769
lp->
tx_acked
= head;
in process_data_ack()
1346
lp->
tx_acked
= lp->tx_head;
in ldc_bind()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
pci.h
932
u64
tx_acked
;
member
H
A
D
pci.c
377
tx_ring->
tx_acked
++;
in rtw89_pci_tx_status()
Completed in 24 milliseconds