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:dw_index
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_nvmetcp_fw_funcs.c
147
u8
dw_index
;
in init_default_nvmetcp_task()
local
156
for (
dw_index
= 0;
in init_default_nvmetcp_task()
157
dw_index
< QED_NVMETCP_CMN_HDR_SIZE / sizeof(u32);
in init_default_nvmetcp_task()
158
dw_index
++)
in init_default_nvmetcp_task()
159
context->ystorm_st_context.pdu_hdr.task_hdr.reg[
dw_index
] =
in init_default_nvmetcp_task()
160
cpu_to_le32(__swab32(((u32 *)pdu_header)[
dw_index
]));
in init_default_nvmetcp_task()
162
for (
dw_index
= QED_NVMETCP_CMN_HDR_SIZE / sizeof(u32);
in init_default_nvmetcp_task()
163
dw_index
< QED_NVMETCP_CMD_HDR_SIZE / sizeof(u32);
in init_default_nvmetcp_task()
164
dw_index
++)
in init_default_nvmetcp_task()
165
context->ystorm_st_context.pdu_hdr.task_hdr.reg[
dw_index
]
in init_default_nvmetcp_task()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
H
A
D
lan743x_ethtool.c
580
int
dw_index
;
in lan743x_ethtool_get_rxfh()
local
583
for (
dw_index
= 0;
dw_index
< 32;
dw_index
++) {
in lan743x_ethtool_get_rxfh()
585
lan743x_csr_read(adapter, RFE_INDX(
dw_index
));
in lan743x_ethtool_get_rxfh()
587
byte_index =
dw_index
<< 2;
in lan743x_ethtool_get_rxfh()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/
H
A
D
lan743x_ethtool.c
942
int
dw_index
;
in lan743x_ethtool_get_rxfh()
local
945
for (
dw_index
= 0;
dw_index
< 32;
dw_index
++) {
in lan743x_ethtool_get_rxfh()
947
lan743x_csr_read(adapter, RFE_INDX(
dw_index
));
in lan743x_ethtool_get_rxfh()
949
byte_index =
dw_index
<< 2;
in lan743x_ethtool_get_rxfh()
Completed in 4 milliseconds