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:mp_end_port
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
sdio.h
125
a->
mp_end_port
))); \
256
u16
mp_end_port
;
member
320
tmp = card->
mp_end_port
>> 1;
in mp_rx_aggr_port_limit_reached()
333
(card->
mp_end_port
>> 1))
in mp_rx_aggr_port_limit_reached()
346
tmp = card->
mp_end_port
>> 1;
in mp_tx_aggr_port_limit_reached()
359
(card->
mp_end_port
>> 1))
in mp_tx_aggr_port_limit_reached()
H
A
D
sdio.c
1191
if (++card->curr_wr_port == card->
mp_end_port
)
in mwifiex_get_wr_port_data()
2613
card->
mp_end_port
= port;
in mwifiex_update_mp_end_port()
2618
for (i = 1; i <= card->max_ports - card->
mp_end_port
; i++)
in mwifiex_update_mp_end_port()
2626
"cmd:
mp_end_port
%d, data port mask 0x%x\n",
in mwifiex_update_mp_end_port()
H
A
D
fw.h
1083
__le16
mp_end_port
; /* SDIO only, reserved for other interfacces */
member
1703
__le16
mp_end_port
; /* SDIO only, reserved for other interfacces */
member
H
A
D
sta_cmdresp.c
1342
le16_to_cpu(resp->params.tx_buf.
mp_end_port
));
in mwifiex_process_sta_cmdresp()
H
A
D
cmdevt.c
1664
le16_to_cpu(hw_spec->
mp_end_port
));
in mwifiex_ret_get_hw_spec()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
sdio.h
113
a->
mp_end_port
))); \
248
u16
mp_end_port
;
member
315
tmp = card->
mp_end_port
>> 1;
in mp_rx_aggr_port_limit_reached()
328
(card->
mp_end_port
>> 1))
in mp_rx_aggr_port_limit_reached()
341
tmp = card->
mp_end_port
>> 1;
in mp_tx_aggr_port_limit_reached()
354
(card->
mp_end_port
>> 1))
in mp_tx_aggr_port_limit_reached()
H
A
D
sdio.c
1226
if (++card->curr_wr_port == card->
mp_end_port
)
in mwifiex_get_wr_port_data()
2661
card->
mp_end_port
= port;
in mwifiex_update_mp_end_port()
2666
for (i = 1; i <= card->max_ports - card->
mp_end_port
; i++)
in mwifiex_update_mp_end_port()
2674
"cmd:
mp_end_port
%d, data port mask 0x%x\n",
in mwifiex_update_mp_end_port()
H
A
D
fw.h
1077
__le16
mp_end_port
; /* SDIO only, reserved for other interfacces */
member
1697
__le16
mp_end_port
; /* SDIO only, reserved for other interfacces */
member
H
A
D
cmdevt.c
1678
le16_to_cpu(hw_spec->
mp_end_port
));
in mwifiex_ret_get_hw_spec()
H
A
D
sta_cmdresp.c
1355
le16_to_cpu(resp->params.tx_buf.
mp_end_port
));
in mwifiex_process_sta_cmdresp()
Completed in 31 milliseconds