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:BYTES_IN_DWORD
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_debug.c
331
#define
BYTES_IN_DWORD
sizeof(u32)
macro
357
#define DWORDS_TO_BYTES(dwords) ((dwords) *
BYTES_IN_DWORD
)
358
#define BYTES_TO_DWORDS(bytes) ((bytes) /
BYTES_IN_DWORD
)
990
for (i = 0; i < size; i++, addr +=
BYTES_IN_DWORD
)
in qed_read_storm_fw_info()
1007
for (i = 0; i < size; i++, addr +=
BYTES_IN_DWORD
)
in qed_read_storm_fw_info()
1032
align_size = offset_in_dword ?
BYTES_IN_DWORD
- offset_in_dword : 0;
in qed_dump_align()
4140
BYTES_IN_DWORD
);
in qed_mcp_trace_dump()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_debug.c
389
#define
BYTES_IN_DWORD
sizeof(u32)
macro
415
#define DWORDS_TO_BYTES(dwords) ((dwords) *
BYTES_IN_DWORD
)
416
#define BYTES_TO_DWORDS(bytes) ((bytes) /
BYTES_IN_DWORD
)
1078
for (i = 0; i < size; i++, addr +=
BYTES_IN_DWORD
)
in qed_read_storm_fw_info()
1090
for (i = 0; i < size; i++, addr +=
BYTES_IN_DWORD
)
in qed_read_storm_fw_info()
1113
align_size = offset_in_dword ?
BYTES_IN_DWORD
- offset_in_dword : 0;
in qed_dump_align()
4227
BYTES_IN_DWORD
);
in qed_mcp_trace_dump()
Completed in 22 milliseconds