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:tdls_action
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
ioctl.h
477
u16
tdls_action
;
member
H
A
D
sta_cmd.c
1701
tdls_config->
tdls_action
= cpu_to_le16(cmd_action);
in mwifiex_cmd_tdls_config()
1702
le16_unaligned_add_cpu(&cmd->size, sizeof(tdls_config->
tdls_action
));
in mwifiex_cmd_tdls_config()
1761
switch (oper->
tdls_action
) {
in mwifiex_cmd_tdls_oper()
1763
tdls_oper->
tdls_action
= cpu_to_le16(ACT_TDLS_DELETE);
in mwifiex_cmd_tdls_oper()
1766
tdls_oper->
tdls_action
= cpu_to_le16(ACT_TDLS_CREATE);
in mwifiex_cmd_tdls_oper()
1769
tdls_oper->
tdls_action
= cpu_to_le16(ACT_TDLS_CONFIG);
in mwifiex_cmd_tdls_oper()
H
A
D
tdls.c
1076
tdls_oper.
tdls_action
= MWIFIEX_TDLS_CONFIG_LINK;
in mwifiex_tdls_process_config_link()
1103
tdls_oper.
tdls_action
= MWIFIEX_TDLS_CREATE_LINK;
in mwifiex_tdls_process_create_link()
1130
tdls_oper.
tdls_action
= MWIFIEX_TDLS_DISABLE_LINK;
in mwifiex_tdls_process_disable_link()
1275
tdls_oper.
tdls_action
= MWIFIEX_TDLS_DISABLE_LINK;
in mwifiex_disable_all_tdls_links()
H
A
D
fw.h
1412
__le16
tdls_action
;
member
1443
__le16
tdls_action
;
member
H
A
D
sta_cmdresp.c
885
u16 action = le16_to_cpu(cmd_tdls_oper->
tdls_action
);
in mwifiex_ret_tdls_oper()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
ioctl.h
465
u16
tdls_action
;
member
H
A
D
sta_cmd.c
1694
tdls_config->
tdls_action
= cpu_to_le16(cmd_action);
in mwifiex_cmd_tdls_config()
1695
le16_unaligned_add_cpu(&cmd->size, sizeof(tdls_config->
tdls_action
));
in mwifiex_cmd_tdls_config()
1754
switch (oper->
tdls_action
) {
in mwifiex_cmd_tdls_oper()
1756
tdls_oper->
tdls_action
= cpu_to_le16(ACT_TDLS_DELETE);
in mwifiex_cmd_tdls_oper()
1759
tdls_oper->
tdls_action
= cpu_to_le16(ACT_TDLS_CREATE);
in mwifiex_cmd_tdls_oper()
1762
tdls_oper->
tdls_action
= cpu_to_le16(ACT_TDLS_CONFIG);
in mwifiex_cmd_tdls_oper()
H
A
D
tdls.c
1076
tdls_oper.
tdls_action
= MWIFIEX_TDLS_CONFIG_LINK;
in mwifiex_tdls_process_config_link()
1103
tdls_oper.
tdls_action
= MWIFIEX_TDLS_CREATE_LINK;
in mwifiex_tdls_process_create_link()
1130
tdls_oper.
tdls_action
= MWIFIEX_TDLS_DISABLE_LINK;
in mwifiex_tdls_process_disable_link()
1275
tdls_oper.
tdls_action
= MWIFIEX_TDLS_DISABLE_LINK;
in mwifiex_disable_all_tdls_links()
H
A
D
fw.h
1406
__le16
tdls_action
;
member
1437
__le16
tdls_action
;
member
H
A
D
sta_cmdresp.c
898
u16 action = le16_to_cpu(cmd_tdls_oper->
tdls_action
);
in mwifiex_ret_tdls_oper()
Completed in 29 milliseconds