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:iwl_cmd_header
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-devtrace.h
52
struct
iwl_cmd_header
*cmd = (void *)((u8 *)rxbuf + sizeof(__le32));
in iwl_rx_trace_len()
59
hdr_offset = sizeof(struct
iwl_cmd_header
) +
in iwl_rx_trace_len()
H
A
D
iwl-trans.h
145
struct
iwl_cmd_header
hdr;
187
struct
iwl_cmd_header
hdr; /* uCode API */
194
sizeof(struct
iwl_cmd_header
)];
207
struct
iwl_cmd_header
hdr;
H
A
D
iwl-devtrace-iwlwifi.h
34
int i, offset = sizeof(struct
iwl_cmd_header
);
H
A
D
iwl-trans.c
99
txcmd_size += sizeof(struct
iwl_cmd_header
);
in iwl_trans_alloc()
H
A
D
iwl-dbg-tlv.c
958
struct
iwl_cmd_header
*wanted_hdr = (void *)&trig_data;
in iwl_dbg_tlv_check_fw_pkt()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-devtrace.h
47
struct
iwl_cmd_header
*cmd = (void *)((u8 *)rxbuf + sizeof(__le32));
in iwl_rx_trace_len()
54
hdr_offset = sizeof(struct
iwl_cmd_header
) +
in iwl_rx_trace_len()
H
A
D
iwl-trans.h
92
struct
iwl_cmd_header
hdr;
138
struct
iwl_cmd_header
hdr; /* uCode API */
145
sizeof(struct
iwl_cmd_header
)];
158
struct
iwl_cmd_header
hdr;
379
* but that might be short or long (&struct
iwl_cmd_header
or
H
A
D
iwl-devtrace-iwlwifi.h
29
int i, offset = sizeof(struct
iwl_cmd_header
);
H
A
D
iwl-trans.c
74
txcmd_size += sizeof(struct
iwl_cmd_header
);
in iwl_trans_init()
H
A
D
iwl-dbg-tlv.c
1182
struct
iwl_cmd_header
*wanted_hdr = (void *)&trig_data;
in iwl_dbg_tlv_check_fw_pkt()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
cmdhdr.h
115
* struct
iwl_cmd_header
- (short) command header format
120
struct
iwl_cmd_header
{
struct
163
* @cmd: command ID, like in &struct
iwl_cmd_header
164
* @group_id: group ID, like in &struct
iwl_cmd_header
165
* @sequence: sequence, like in &struct
iwl_cmd_header
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
cmdhdr.h
60
* struct
iwl_cmd_header
- (short) command header format
65
struct
iwl_cmd_header
{
struct
108
* @cmd: command ID, like in &struct
iwl_cmd_header
109
* @group_id: group ID, like in &struct
iwl_cmd_header
110
* @sequence: sequence, like in &struct
iwl_cmd_header
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
tx.c
912
copy_size = sizeof(struct
iwl_cmd_header
);
in iwl_pcie_enqueue_hcmd()
913
cmd_size = sizeof(struct
iwl_cmd_header
);
in iwl_pcie_enqueue_hcmd()
1026
cmd_pos = sizeof(struct
iwl_cmd_header
);
in iwl_pcie_enqueue_hcmd()
1027
copy_size = sizeof(struct
iwl_cmd_header
);
in iwl_pcie_enqueue_hcmd()
1498
scratch_phys = tb0_phys + sizeof(struct
iwl_cmd_header
) +
in iwl_trans_pcie_tx()
1514
len = sizeof(struct iwl_tx_cmd) + sizeof(struct
iwl_cmd_header
) +
in iwl_trans_pcie_tx()
1538
BUILD_BUG_ON(sizeof(struct
iwl_cmd_header
) +
in iwl_trans_pcie_tx()
H
A
D
rx.c
1309
while (offset + sizeof(u32) + sizeof(struct
iwl_cmd_header
) < max_len) {
in iwl_pcie_rx_handle_rb()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
H
A
D
error-dump.h
341
struct
iwl_cmd_header
fw_pkt_hdr;
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H
A
D
error-dump.h
317
struct
iwl_cmd_header
fw_pkt_hdr;
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
tx.c
1195
copy_size = sizeof(struct
iwl_cmd_header
);
in iwl_pcie_enqueue_hcmd()
1196
cmd_size = sizeof(struct
iwl_cmd_header
);
in iwl_pcie_enqueue_hcmd()
1309
cmd_pos = sizeof(struct
iwl_cmd_header
);
in iwl_pcie_enqueue_hcmd()
1310
copy_size = sizeof(struct
iwl_cmd_header
);
in iwl_pcie_enqueue_hcmd()
2000
scratch_phys = tb0_phys + sizeof(struct
iwl_cmd_header
) +
in iwl_trans_pcie_tx()
2016
len = sizeof(struct iwl_tx_cmd) + sizeof(struct
iwl_cmd_header
) +
in iwl_trans_pcie_tx()
H
A
D
rx.c
1300
while (offset + sizeof(u32) + sizeof(struct
iwl_cmd_header
) < max_len) {
in iwl_pcie_rx_handle_rb()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/queue/
H
A
D
tx.c
493
len = tx_cmd_len + sizeof(struct
iwl_cmd_header
) + hdr_len -
in iwl_txq_gen2_build_tx_amsdu()
585
len = tx_cmd_len + sizeof(struct
iwl_cmd_header
) + hdr_len -
in iwl_txq_gen2_build_tx()
660
BUILD_BUG_ON(sizeof(struct
iwl_cmd_header
) +
in iwl_txq_gen2_build_tfd()
664
BUILD_BUG_ON(sizeof(struct
iwl_cmd_header
) +
in iwl_txq_gen2_build_tfd()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/queue/
H
A
D
tx.c
558
len = tx_cmd_len + sizeof(struct
iwl_cmd_header
) + hdr_len -
in iwl_txq_gen2_build_tx_amsdu()
650
len = tx_cmd_len + sizeof(struct
iwl_cmd_header
) + hdr_len -
in iwl_txq_gen2_build_tx()
Completed in 30 milliseconds