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:curr_rd_port
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
sdio.h
259
u8
curr_rd_port
;
member
318
if (card->
curr_rd_port
< card->mpa_rx.start_port) {
in mp_rx_aggr_port_limit_reached()
325
card->
curr_rd_port
) >= tmp)
in mp_rx_aggr_port_limit_reached()
332
if ((card->
curr_rd_port
- card->mpa_rx.start_port) >=
in mp_rx_aggr_port_limit_reached()
H
A
D
sdio.c
1150
if (!(card->mp_rd_bitmap & (1 << card->
curr_rd_port
)))
in mwifiex_get_rd_port()
1154
card->mp_rd_bitmap &= (u32)(~(1 << card->
curr_rd_port
));
in mwifiex_get_rd_port()
1155
*port = card->
curr_rd_port
;
in mwifiex_get_rd_port()
1157
if (++card->
curr_rd_port
== card->max_ports)
in mwifiex_get_rd_port()
1158
card->
curr_rd_port
= reg->start_rd_port;
in mwifiex_get_rd_port()
2505
card->
curr_rd_port
= reg->start_rd_port;
in mwifiex_init_sdio()
H
A
D
main.c
1136
p += sprintf(p, "\nmp_rd_bitmap=0x%x
curr_rd_port
=0x%x\n",
in mwifiex_drv_info_dump()
1137
sdio_card->mp_rd_bitmap, sdio_card->
curr_rd_port
);
in mwifiex_drv_info_dump()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
sdio.h
251
u8
curr_rd_port
;
member
313
if (card->
curr_rd_port
< card->mpa_rx.start_port) {
in mp_rx_aggr_port_limit_reached()
320
card->
curr_rd_port
) >= tmp)
in mp_rx_aggr_port_limit_reached()
327
if ((card->
curr_rd_port
- card->mpa_rx.start_port) >=
in mp_rx_aggr_port_limit_reached()
H
A
D
sdio.c
1185
if (!(card->mp_rd_bitmap & (1 << card->
curr_rd_port
)))
in mwifiex_get_rd_port()
1189
card->mp_rd_bitmap &= (u32)(~(1 << card->
curr_rd_port
));
in mwifiex_get_rd_port()
1190
*port = card->
curr_rd_port
;
in mwifiex_get_rd_port()
1192
if (++card->
curr_rd_port
== card->max_ports)
in mwifiex_get_rd_port()
1193
card->
curr_rd_port
= reg->start_rd_port;
in mwifiex_get_rd_port()
2553
card->
curr_rd_port
= reg->start_rd_port;
in mwifiex_init_sdio()
H
A
D
main.c
1158
p += sprintf(p, "\nmp_rd_bitmap=0x%x
curr_rd_port
=0x%x\n",
in mwifiex_drv_info_dump()
1159
sdio_card->mp_rd_bitmap, sdio_card->
curr_rd_port
);
in mwifiex_drv_info_dump()
Completed in 15 milliseconds