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:ENDPOINT_MAX
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H
A
D
htc_pipe.c
638
for (i = 0; i <
ENDPOINT_MAX
; i++) {
in htc_setup_target_buffer_assignments()
666
if (rpt->eid >=
ENDPOINT_MAX
) {
in htc_process_credit_report()
792
if (packet->endpoint >=
ENDPOINT_MAX
) {
in htc_send_packets_multiple()
975
if (htc_hdr->eid >=
ENDPOINT_MAX
) {
in ath6kl_htc_pipe_rx_complete()
1177
for (i = ENDPOINT_0; i <
ENDPOINT_MAX
; i++) {
in reset_endpoint_states()
1203
for (i = 0; i <
ENDPOINT_MAX
; i++) {
in htc_get_credit_alloc()
1226
enum htc_endpoint_id assigned_epid =
ENDPOINT_MAX
;
in ath6kl_htc_pipe_conn_service()
1342
if (assigned_epid >=
ENDPOINT_MAX
) {
in ath6kl_htc_pipe_conn_service()
1517
for (i = 0; i <
ENDPOINT_MAX
; i++) {
in ath6kl_htc_pipe_stop()
1634
if (first->endpoint >=
ENDPOINT_MAX
) {
in ath6kl_htc_pipe_add_rxbuf_multiple()
[all...]
H
A
D
htc.h
270
ENDPOINT_MAX
,
enumerator
585
struct htc_endpoint endpoint[
ENDPOINT_MAX
];
635
struct htc_pipe_txcredit_alloc txcredit_alloc[
ENDPOINT_MAX
];
H
A
D
htc_mbox.c
1106
for (ep = ENDPOINT_1; ep <
ENDPOINT_MAX
; ep++) {
in ath6kl_htc_set_credit_dist()
1114
if (ep >=
ENDPOINT_MAX
) {
in ath6kl_htc_set_credit_dist()
1131
if (packet->endpoint >=
ENDPOINT_MAX
) {
in ath6kl_htc_mbox_tx()
1196
for (i = ENDPOINT_0; i <
ENDPOINT_MAX
; i++) {
in ath6kl_htc_flush_txep_all()
1484
if (htc_hdr->eid >=
ENDPOINT_MAX
) {
in ath6kl_htc_rx_alloc()
1604
if (rpt->eid >=
ENDPOINT_MAX
) {
in htc_proc_cred_rpt()
2170
if (id >=
ENDPOINT_MAX
) {
in ath6kl_htc_rxmsg_pending_handler()
2330
if (first_pkt->endpoint >=
ENDPOINT_MAX
)
in ath6kl_htc_mbox_add_rxbuf_multiple()
2365
target->ep_waiting =
ENDPOINT_MAX
;
in ath6kl_htc_mbox_add_rxbuf_multiple()
2385
for (i = ENDPOINT_0; i <
ENDPOINT_MAX
;
in ath6kl_htc_mbox_flush_rx_buf()
[all...]
H
A
D
core.h
705
int tx_pending[
ENDPOINT_MAX
];
740
u8 ep2ac_map[
ENDPOINT_MAX
];
H
A
D
debug.c
771
for (i = 0; i <
ENDPOINT_MAX
; i++) {
in print_endpoint_stat()
792
(25 +
ENDPOINT_MAX
* 11);
in ath6kl_endpoint_stats_read()
850
for (i = 0; i <
ENDPOINT_MAX
; i++) {
in ath6kl_endpoint_stats_write()
H
A
D
txrx.c
301
eid >=
ENDPOINT_MAX
)) {
in ath6kl_control_tx()
708
packet->endpoint >=
ENDPOINT_MAX
))
in ath6kl_tx_complete()
H
A
D
wmi.c
125
if (WARN_ON(ep_id == ENDPOINT_UNUSED || ep_id >=
ENDPOINT_MAX
))
in ath6kl_wmi_set_control_ep()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H
A
D
htc_pipe.c
638
for (i = 0; i <
ENDPOINT_MAX
; i++) {
in htc_setup_target_buffer_assignments()
666
if (rpt->eid >=
ENDPOINT_MAX
) {
in htc_process_credit_report()
792
if (packet->endpoint >=
ENDPOINT_MAX
) {
in htc_send_packets_multiple()
975
if (htc_hdr->eid >=
ENDPOINT_MAX
) {
in ath6kl_htc_pipe_rx_complete()
1177
for (i = ENDPOINT_0; i <
ENDPOINT_MAX
; i++) {
in reset_endpoint_states()
1203
for (i = 0; i <
ENDPOINT_MAX
; i++) {
in htc_get_credit_alloc()
1226
enum htc_endpoint_id assigned_epid =
ENDPOINT_MAX
;
in ath6kl_htc_pipe_conn_service()
1342
if (assigned_epid >=
ENDPOINT_MAX
) {
in ath6kl_htc_pipe_conn_service()
1517
for (i = 0; i <
ENDPOINT_MAX
; i++) {
in ath6kl_htc_pipe_stop()
1634
if (first->endpoint >=
ENDPOINT_MAX
) {
in ath6kl_htc_pipe_add_rxbuf_multiple()
[all...]
H
A
D
htc.h
270
ENDPOINT_MAX
,
enumerator
585
struct htc_endpoint endpoint[
ENDPOINT_MAX
];
635
struct htc_pipe_txcredit_alloc txcredit_alloc[
ENDPOINT_MAX
];
H
A
D
htc_mbox.c
1106
for (ep = ENDPOINT_1; ep <
ENDPOINT_MAX
; ep++) {
in ath6kl_htc_set_credit_dist()
1114
if (ep >=
ENDPOINT_MAX
) {
in ath6kl_htc_set_credit_dist()
1131
if (packet->endpoint >=
ENDPOINT_MAX
) {
in ath6kl_htc_mbox_tx()
1196
for (i = ENDPOINT_0; i <
ENDPOINT_MAX
; i++) {
in ath6kl_htc_flush_txep_all()
1484
if (htc_hdr->eid >=
ENDPOINT_MAX
) {
in ath6kl_htc_rx_alloc()
1604
if (rpt->eid >=
ENDPOINT_MAX
) {
in htc_proc_cred_rpt()
2170
if (id >=
ENDPOINT_MAX
) {
in ath6kl_htc_rxmsg_pending_handler()
2330
if (first_pkt->endpoint >=
ENDPOINT_MAX
)
in ath6kl_htc_mbox_add_rxbuf_multiple()
2365
target->ep_waiting =
ENDPOINT_MAX
;
in ath6kl_htc_mbox_add_rxbuf_multiple()
2385
for (i = ENDPOINT_0; i <
ENDPOINT_MAX
;
in ath6kl_htc_mbox_flush_rx_buf()
[all...]
H
A
D
core.h
705
int tx_pending[
ENDPOINT_MAX
];
740
u8 ep2ac_map[
ENDPOINT_MAX
];
H
A
D
debug.c
771
for (i = 0; i <
ENDPOINT_MAX
; i++) {
in print_endpoint_stat()
792
(25 +
ENDPOINT_MAX
* 11);
in ath6kl_endpoint_stats_read()
850
for (i = 0; i <
ENDPOINT_MAX
; i++) {
in ath6kl_endpoint_stats_write()
H
A
D
txrx.c
301
eid >=
ENDPOINT_MAX
)) {
in ath6kl_control_tx()
708
packet->endpoint >=
ENDPOINT_MAX
))
in ath6kl_tx_complete()
H
A
D
wmi.c
125
if (WARN_ON(ep_id == ENDPOINT_UNUSED || ep_id >=
ENDPOINT_MAX
))
in ath6kl_wmi_set_control_ep()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
htc_hst.h
53
ENDPOINT_MAX
= 22
enumerator
121
struct htc_endpoint endpoint[
ENDPOINT_MAX
];
H
A
D
htc_hst.c
44
for (avail_epid = (
ENDPOINT_MAX
- 1); avail_epid > ENDPOINT0; avail_epid--)
in get_next_avail_ep()
123
if (epid <= ENDPOINT0 || epid >=
ENDPOINT_MAX
)
in htc_process_conn_rsp()
130
for (tepid = (
ENDPOINT_MAX
- 1); tepid > ENDPOINT0; tepid--) {
in htc_process_conn_rsp()
432
if (epid < 0 || epid >=
ENDPOINT_MAX
) {
in ath9k_htc_rx_msg()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
htc_hst.h
53
ENDPOINT_MAX
= 22
enumerator
121
struct htc_endpoint endpoint[
ENDPOINT_MAX
];
H
A
D
htc_hst.c
44
for (avail_epid = (
ENDPOINT_MAX
- 1); avail_epid > ENDPOINT0; avail_epid--)
in get_next_avail_ep()
123
if (epid <= ENDPOINT0 || epid >=
ENDPOINT_MAX
)
in htc_process_conn_rsp()
130
for (tepid = (
ENDPOINT_MAX
- 1); tepid > ENDPOINT0; tepid--) {
in htc_process_conn_rsp()
432
if (epid < 0 || epid >=
ENDPOINT_MAX
) {
in ath9k_htc_rx_msg()
Completed in 38 milliseconds