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_st
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H
A
D
htc_mbox.c
577
ep->
ep_st
.cred_cosumd += *req_cred;
in htc_check_credits()
590
ep->
ep_st
.cred_low_indicate += 1;
in htc_check_credits()
638
endpoint->
ep_st
.tx_issued += 1;
in ath6kl_htc_tx_pkts_get()
937
endpoint->
ep_st
.tx_bundles += bundle_sent;
in ath6kl_htc_tx_from_queue()
938
endpoint->
ep_st
.tx_pkt_bundled += n_pkts_bundle;
in ath6kl_htc_tx_from_queue()
991
endpoint->
ep_st
.tx_dropped += 1;
in ath6kl_htc_tx_try()
1255
endpoint->
ep_st
.rx_pkts++;
in ath6kl_htc_rx_update_stats()
1257
endpoint->
ep_st
.rx_lkahds++;
in ath6kl_htc_rx_update_stats()
1259
endpoint->
ep_st
.rx_bundle_lkahd++;
in ath6kl_htc_rx_update_stats()
1399
ep->
ep_st
in ath6kl_htc_rx_setup()
[all...]
H
A
D
debug.c
767
struct htc_endpoint_stats *
ep_st
;
in print_endpoint_stat()
local
772
ep_st
= &target->endpoint[i].
ep_st
;
in print_endpoint_stat()
773
counter = ((u32 *)
ep_st
) + (offset / 4);
in print_endpoint_stat()
844
struct htc_endpoint_stats *
ep_st
;
in ath6kl_endpoint_stats_write()
local
851
ep_st
= &target->endpoint[i].
ep_st
;
in ath6kl_endpoint_stats_write()
852
memset(
ep_st
, 0, sizeof(*
ep_st
));
in ath6kl_endpoint_stats_write()
H
A
D
htc_pipe.c
144
ep->
ep_st
.cred_cosumd += credits_required;
in get_htc_packet_credit_based()
151
ep->
ep_st
.cred_low_indicate += 1;
in get_htc_packet_credit_based()
251
ep->
ep_st
.tx_issued += 1;
in htc_issue_packets()
390
ep->
ep_st
.tx_dropped += 1;
in htc_try_send()
H
A
D
htc.h
529
struct htc_endpoint_stats
ep_st
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H
A
D
htc_mbox.c
577
ep->
ep_st
.cred_cosumd += *req_cred;
in htc_check_credits()
590
ep->
ep_st
.cred_low_indicate += 1;
in htc_check_credits()
638
endpoint->
ep_st
.tx_issued += 1;
in ath6kl_htc_tx_pkts_get()
937
endpoint->
ep_st
.tx_bundles += bundle_sent;
in ath6kl_htc_tx_from_queue()
938
endpoint->
ep_st
.tx_pkt_bundled += n_pkts_bundle;
in ath6kl_htc_tx_from_queue()
991
endpoint->
ep_st
.tx_dropped += 1;
in ath6kl_htc_tx_try()
1255
endpoint->
ep_st
.rx_pkts++;
in ath6kl_htc_rx_update_stats()
1257
endpoint->
ep_st
.rx_lkahds++;
in ath6kl_htc_rx_update_stats()
1259
endpoint->
ep_st
.rx_bundle_lkahd++;
in ath6kl_htc_rx_update_stats()
1399
ep->
ep_st
in ath6kl_htc_rx_setup()
[all...]
H
A
D
debug.c
767
struct htc_endpoint_stats *
ep_st
;
in print_endpoint_stat()
local
772
ep_st
= &target->endpoint[i].
ep_st
;
in print_endpoint_stat()
773
counter = ((u32 *)
ep_st
) + (offset / 4);
in print_endpoint_stat()
844
struct htc_endpoint_stats *
ep_st
;
in ath6kl_endpoint_stats_write()
local
851
ep_st
= &target->endpoint[i].
ep_st
;
in ath6kl_endpoint_stats_write()
852
memset(
ep_st
, 0, sizeof(*
ep_st
));
in ath6kl_endpoint_stats_write()
H
A
D
htc_pipe.c
144
ep->
ep_st
.cred_cosumd += credits_required;
in get_htc_packet_credit_based()
151
ep->
ep_st
.cred_low_indicate += 1;
in get_htc_packet_credit_based()
251
ep->
ep_st
.tx_issued += 1;
in htc_issue_packets()
390
ep->
ep_st
.tx_dropped += 1;
in htc_try_send()
H
A
D
htc.h
529
struct htc_endpoint_stats
ep_st
;
member
Completed in 17 milliseconds