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:wide_cmd_header
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-trans.c
203
if (trans->
wide_cmd_header
&& !iwl_cmd_groupid(cmd->id))
in iwl_trans_send_cmd()
H
A
D
iwl-trans.h
971
* @
wide_cmd_header
: true when ucode supports wide command header format
1013
bool
wide_cmd_header
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-trans.c
182
if (trans->
wide_cmd_header
&& !iwl_cmd_groupid(cmd->id)) {
in iwl_trans_send_cmd()
H
A
D
iwl-trans.h
1055
* @
wide_cmd_header
: true when ucode supports wide command header format
1111
bool
wide_cmd_header
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
ops.c
786
trans->
wide_cmd_header
= true;
in iwl_op_mode_mvm_start()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
tx.c
1186
if (WARN(!trans->
wide_cmd_header
&&
in iwl_pcie_enqueue_hcmd()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
ops.c
1281
trans->
wide_cmd_header
= true;
in iwl_op_mode_mvm_start()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
tx.c
903
if (WARN(!trans->
wide_cmd_header
&&
in iwl_pcie_enqueue_hcmd()
Completed in 20 milliseconds