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:qlink_cmd
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H
A
D
qlink.h
329
* struct
qlink_cmd
- QLINK command message header
342
struct
qlink_cmd
{
struct
363
struct
qlink_cmd
chdr;
377
struct
qlink_cmd
chdr;
407
struct
qlink_cmd
chdr;
433
struct
qlink_cmd
chdr;
446
struct
qlink_cmd
chdr;
462
struct
qlink_cmd
chdr;
480
struct
qlink_cmd
chdr;
494
struct
qlink_cmd
chd
[all...]
H
A
D
trans.c
19
struct
qlink_cmd
*cmd = (void *)cmd_skb->data;
in qtnf_trans_send_cmd_with_resp()
188
if (unlikely(skb->len < sizeof(struct
qlink_cmd
))) {
in qtnf_trans_handle_rx_ctl_packet()
H
A
D
commands.c
83
struct
qlink_cmd
*cmd;
in qtnf_cmd_send_with_reply()
92
cmd = (struct
qlink_cmd
*)cmd_skb->data;
in qtnf_cmd_send_with_reply()
151
struct
qlink_cmd
*cmd;
in qtnf_cmd_alloc_new_cmdskb()
163
cmd = (struct
qlink_cmd
*)cmd_skb->data;
in qtnf_cmd_alloc_new_cmdskb()
213
if (len > (sizeof(struct
qlink_cmd
) + QTNF_MAX_CMD_BUF_SIZE)) {
in qtnf_cmd_start_ap_can_fit()
376
sizeof(struct
qlink_cmd
));
in qtnf_cmd_send_stop_ap()
472
sizeof(struct
qlink_cmd
));
in qtnf_cmd_send_mgmt_set_appie()
1552
sizeof(struct
qlink_cmd
));
in qtnf_cmd_get_mac_info()
1585
sizeof(struct
qlink_cmd
));
in qtnf_cmd_get_hw_info()
1655
sizeof(struct
qlink_cmd
));
in qtnf_cmd_send_update_phy_params()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H
A
D
qlink.h
329
* struct
qlink_cmd
- QLINK command message header
342
struct
qlink_cmd
{
struct
363
struct
qlink_cmd
chdr;
377
struct
qlink_cmd
chdr;
407
struct
qlink_cmd
chdr;
433
struct
qlink_cmd
chdr;
446
struct
qlink_cmd
chdr;
462
struct
qlink_cmd
chdr;
480
struct
qlink_cmd
chdr;
494
struct
qlink_cmd
chd
[all...]
H
A
D
trans.c
19
struct
qlink_cmd
*cmd = (void *)cmd_skb->data;
in qtnf_trans_send_cmd_with_resp()
188
if (unlikely(skb->len < sizeof(struct
qlink_cmd
))) {
in qtnf_trans_handle_rx_ctl_packet()
H
A
D
commands.c
83
struct
qlink_cmd
*cmd;
in qtnf_cmd_send_with_reply()
92
cmd = (struct
qlink_cmd
*)cmd_skb->data;
in qtnf_cmd_send_with_reply()
151
struct
qlink_cmd
*cmd;
in qtnf_cmd_alloc_new_cmdskb()
163
cmd = (struct
qlink_cmd
*)cmd_skb->data;
in qtnf_cmd_alloc_new_cmdskb()
213
if (len > (sizeof(struct
qlink_cmd
) + QTNF_MAX_CMD_BUF_SIZE)) {
in qtnf_cmd_start_ap_can_fit()
378
sizeof(struct
qlink_cmd
));
in qtnf_cmd_send_stop_ap()
464
sizeof(struct
qlink_cmd
));
in qtnf_cmd_send_mgmt_set_appie()
1541
sizeof(struct
qlink_cmd
));
in qtnf_cmd_get_mac_info()
1574
sizeof(struct
qlink_cmd
));
in qtnf_cmd_get_hw_info()
1644
sizeof(struct
qlink_cmd
));
in qtnf_cmd_send_update_phy_params()
[all...]
Completed in 12 milliseconds