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:ep_tx_complete
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
htc.c
259
void (*
ep_tx_complete
)(struct ath11k_base *, struct sk_buff *);
in ath11k_htc_tx_completion_handler()
270
ep_tx_complete
= ep->ep_ops.
ep_tx_complete
;
in ath11k_htc_tx_completion_handler()
272
if (!
ep_tx_complete
) {
in ath11k_htc_tx_completion_handler()
276
ep_tx_complete
(htc->ab, skb);
in ath11k_htc_tx_completion_handler()
829
conn_req.ep_ops.
ep_tx_complete
= ath11k_htc_control_tx_complete;
in ath11k_htc_init()
H
A
D
htc.h
229
void (*
ep_tx_complete
)(struct ath11k_base *, struct sk_buff *);
member
H
A
D
dp.c
951
conn_req.ep_ops.
ep_tx_complete
= ath11k_dp_htt_htc_tx_complete;
in ath11k_dp_htt_connect()
H
A
D
wmi.c
8802
conn_req.ep_ops.
ep_tx_complete
= ath11k_wmi_htc_tx_complete;
in ath11k_connect_pdev_htc_service()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
htc.h
229
void (*
ep_tx_complete
)(struct ath11k_base *, struct sk_buff *);
member
H
A
D
htc.c
755
conn_req.ep_ops.
ep_tx_complete
= ath11k_htc_control_tx_complete;
in ath11k_htc_init()
H
A
D
dp.c
927
conn_req.ep_ops.
ep_tx_complete
= ath11k_dp_htt_htc_tx_complete;
in ath11k_dp_htt_connect()
H
A
D
wmi.c
6548
conn_req.ep_ops.
ep_tx_complete
= ath11k_wmi_htc_tx_complete;
in ath11k_connect_pdev_htc_service()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
htt.c
145
conn_req.ep_ops.
ep_tx_complete
= ath10k_htt_htc_tx_complete;
in ath10k_htt_connect()
H
A
D
htc.c
62
if (!ep->ep_ops.
ep_tx_complete
) {
in ath10k_htc_notify_tx_completion()
73
ep->ep_ops.
ep_tx_complete
(ep->htc->ar, skb);
in ath10k_htc_notify_tx_completion()
1190
conn_req.ep_ops.
ep_tx_complete
= NULL;
in ath10k_htc_pktlog_connect()
1286
conn_req.ep_ops.
ep_tx_complete
= ath10k_htc_control_tx_complete;
in ath10k_htc_init()
H
A
D
htc.h
332
void (*
ep_tx_complete
)(struct ath10k *, struct sk_buff *);
member
H
A
D
wmi.c
6396
conn_req.ep_ops.
ep_tx_complete
= ath10k_wmi_htc_tx_complete;
in ath10k_wmi_connect()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
htc.h
234
void (*
ep_tx_complete
)(struct ath12k_base *ab, struct sk_buff *skb);
member
H
A
D
htc.c
774
conn_req.ep_ops.
ep_tx_complete
= ath12k_htc_control_tx_complete;
in ath12k_htc_init()
H
A
D
dp.c
1064
conn_req.ep_ops.
ep_tx_complete
= ath12k_dp_htt_htc_tx_complete;
in ath12k_dp_htt_connect()
H
A
D
wmi.c
6726
conn_req.ep_ops.
ep_tx_complete
= ath12k_wmi_htc_tx_complete;
in ath12k_connect_pdev_htc_service()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
htc.c
71
if (!ep->ep_ops.
ep_tx_complete
) {
in ath10k_htc_notify_tx_completion()
82
ep->ep_ops.
ep_tx_complete
(ep->htc->ar, skb);
in ath10k_htc_notify_tx_completion()
1208
conn_req.ep_ops.
ep_tx_complete
= NULL;
in ath10k_htc_pktlog_connect()
1304
conn_req.ep_ops.
ep_tx_complete
= ath10k_htc_control_tx_complete;
in ath10k_htc_init()
H
A
D
htc.h
332
void (*
ep_tx_complete
)(struct ath10k *, struct sk_buff *);
member
H
A
D
htt.c
298
conn_req.ep_ops.
ep_tx_complete
= ath10k_htt_htc_tx_complete;
in ath10k_htt_connect()
H
A
D
wmi.c
6396
conn_req.ep_ops.
ep_tx_complete
= ath10k_wmi_htc_tx_complete;
in ath10k_wmi_connect()
Completed in 63 milliseconds