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:resp_idx
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H
A
D
main.c
445
u8
resp_idx
;
in lbs_thread()
local
468
else if (priv->resp_len[priv->
resp_idx
])
in lbs_thread()
514
resp_idx
= priv->
resp_idx
;
in lbs_thread()
515
if (priv->resp_len[
resp_idx
]) {
in lbs_thread()
518
priv->resp_buf[
resp_idx
],
in lbs_thread()
519
priv->resp_len[
resp_idx
]);
in lbs_thread()
521
priv->resp_len[
resp_idx
] = 0;
in lbs_thread()
866
priv->
resp_idx
= 0;
in lbs_init_adapter()
1123
void lbs_notify_command_response(struct lbs_private *priv, u8
resp_idx
)
in lbs_notify_command_response()
argument
[all...]
H
A
D
decl.h
66
void lbs_notify_command_response(struct lbs_private *priv, u8
resp_idx
);
H
A
D
dev.h
135
u8
resp_idx
;
member
H
A
D
cmd.c
1388
if (!kfifo_len(&priv->event_fifo) && !priv->resp_len[priv->
resp_idx
])
in lbs_send_confirmsleep()
1420
if (kfifo_len(&priv->event_fifo) || priv->resp_len[priv->
resp_idx
]) {
in lbs_ps_confirm_sleep()
H
A
D
if_cs.c
522
i = (priv->
resp_idx
== 0) ? 1 : 0;
in if_cs_interrupt()
H
A
D
if_sdio.c
219
i = (priv->
resp_idx
== 0) ? 1 : 0;
in if_sdio_handle_cmd()
H
A
D
if_spi.c
719
i = (priv->
resp_idx
== 0) ? 1 : 0;
in if_spi_c2h_cmd()
H
A
D
if_usb.c
635
i = (priv->
resp_idx
== 0) ? 1 : 0;
in process_cmdrequest()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H
A
D
main.c
444
u8
resp_idx
;
in lbs_thread()
local
467
else if (priv->resp_len[priv->
resp_idx
])
in lbs_thread()
513
resp_idx
= priv->
resp_idx
;
in lbs_thread()
514
if (priv->resp_len[
resp_idx
]) {
in lbs_thread()
517
priv->resp_buf[
resp_idx
],
in lbs_thread()
518
priv->resp_len[
resp_idx
]);
in lbs_thread()
520
priv->resp_len[
resp_idx
] = 0;
in lbs_thread()
865
priv->
resp_idx
= 0;
in lbs_init_adapter()
1122
void lbs_notify_command_response(struct lbs_private *priv, u8
resp_idx
)
in lbs_notify_command_response()
argument
[all...]
H
A
D
decl.h
65
void lbs_notify_command_response(struct lbs_private *priv, u8
resp_idx
);
H
A
D
dev.h
135
u8
resp_idx
;
member
H
A
D
cmd.c
1396
if (!kfifo_len(&priv->event_fifo) && !priv->resp_len[priv->
resp_idx
])
in lbs_send_confirmsleep()
1428
if (kfifo_len(&priv->event_fifo) || priv->resp_len[priv->
resp_idx
]) {
in lbs_ps_confirm_sleep()
H
A
D
if_cs.c
522
i = (priv->
resp_idx
== 0) ? 1 : 0;
in if_cs_interrupt()
H
A
D
if_spi.c
716
i = (priv->
resp_idx
== 0) ? 1 : 0;
in if_spi_c2h_cmd()
H
A
D
if_usb.c
635
i = (priv->
resp_idx
== 0) ? 1 : 0;
in process_cmdrequest()
H
A
D
if_sdio.c
220
i = (priv->
resp_idx
== 0) ? 1 : 0;
in if_sdio_handle_cmd()
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
sata_mv.c
525
unsigned int
resp_idx
;
member
1009
pp->
resp_idx
&= MV_MAX_Q_DEPTH_MASK; /* paranoia */
in mv_set_edma_ptrs()
1010
index = pp->
resp_idx
<< EDMA_RSP_Q_PTR_SHIFT;
in mv_set_edma_ptrs()
2813
while (in_index != pp->
resp_idx
) {
in mv_process_crpb_entries()
2815
struct mv_crpb *response = &pp->crpb[pp->
resp_idx
];
in mv_process_crpb_entries()
2817
pp->
resp_idx
= (pp->
resp_idx
+ 1) & MV_MAX_Q_DEPTH_MASK;
in mv_process_crpb_entries()
2836
(pp->
resp_idx
<< EDMA_RSP_Q_PTR_SHIFT),
in mv_process_crpb_entries()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
sata_mv.c
525
unsigned int
resp_idx
;
member
1013
pp->
resp_idx
&= MV_MAX_Q_DEPTH_MASK; /* paranoia */
in mv_set_edma_ptrs()
1014
index = pp->
resp_idx
<< EDMA_RSP_Q_PTR_SHIFT;
in mv_set_edma_ptrs()
2810
while (in_index != pp->
resp_idx
) {
in mv_process_crpb_entries()
2812
struct mv_crpb *response = &pp->crpb[pp->
resp_idx
];
in mv_process_crpb_entries()
2814
pp->
resp_idx
= (pp->
resp_idx
+ 1) & MV_MAX_Q_DEPTH_MASK;
in mv_process_crpb_entries()
2833
(pp->
resp_idx
<< EDMA_RSP_Q_PTR_SHIFT),
in mv_process_crpb_entries()
Completed in 30 milliseconds