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:cmddata
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
tx-gen2.c
40
const u8 *
cmddata
[IWL_MAX_CMD_TBS_PER_TFD];
in iwl_pcie_gen2_enqueue_hcmd()
local
49
cmddata
[i] = cmd->data[i];
in iwl_pcie_gen2_enqueue_hcmd()
62
cmddata
[i] += copy;
in iwl_pcie_gen2_enqueue_hcmd()
85
dup_buf = kmemdup(
cmddata
[i], cmdlen[i],
in iwl_pcie_gen2_enqueue_hcmd()
216
void *data = (void *)(uintptr_t)
cmddata
[i];
in iwl_pcie_gen2_enqueue_hcmd()
H
A
D
tx.c
899
const u8 *
cmddata
[IWL_MAX_CMD_TBS_PER_TFD];
in iwl_pcie_enqueue_hcmd()
local
920
cmddata
[i] = cmd->data[i];
in iwl_pcie_enqueue_hcmd()
933
cmddata
[i] += copy;
in iwl_pcie_enqueue_hcmd()
956
dup_buf = kmemdup(
cmddata
[i], cmdlen[i],
in iwl_pcie_enqueue_hcmd()
1101
void *data = (void *)(uintptr_t)
cmddata
[i];
in iwl_pcie_enqueue_hcmd()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
tx-gen2.c
87
const u8 *
cmddata
[IWL_MAX_CMD_TBS_PER_TFD];
in iwl_pcie_gen2_enqueue_hcmd()
local
96
cmddata
[i] = cmd->data[i];
in iwl_pcie_gen2_enqueue_hcmd()
109
cmddata
[i] += copy;
in iwl_pcie_gen2_enqueue_hcmd()
132
dup_buf = kmemdup(
cmddata
[i], cmdlen[i],
in iwl_pcie_gen2_enqueue_hcmd()
263
const void *data =
cmddata
[i];
in iwl_pcie_gen2_enqueue_hcmd()
H
A
D
tx.c
1182
const u8 *
cmddata
[IWL_MAX_CMD_TBS_PER_TFD];
in iwl_pcie_enqueue_hcmd()
local
1203
cmddata
[i] = cmd->data[i];
in iwl_pcie_enqueue_hcmd()
1216
cmddata
[i] += copy;
in iwl_pcie_enqueue_hcmd()
1239
dup_buf = kmemdup(
cmddata
[i], cmdlen[i],
in iwl_pcie_enqueue_hcmd()
1384
const void *data =
cmddata
[i];
in iwl_pcie_enqueue_hcmd()
Completed in 7 milliseconds