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:REG_LEN_PER_LINE
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H
A
D
hclgevf_main.c
3547
#define
REG_LEN_PER_LINE
(REG_NUM_PER_LINE * sizeof(u32))
macro
3554
cmdq_lines = sizeof(cmdq_reg_addr_list) /
REG_LEN_PER_LINE
+ 1;
in hclgevf_get_regs_len()
3555
common_lines = sizeof(common_reg_addr_list) /
REG_LEN_PER_LINE
+ 1;
in hclgevf_get_regs_len()
3556
ring_lines = sizeof(ring_reg_addr_list) /
REG_LEN_PER_LINE
+ 1;
in hclgevf_get_regs_len()
3557
tqp_intr_lines = sizeof(tqp_intr_reg_addr_list) /
REG_LEN_PER_LINE
+ 1;
in hclgevf_get_regs_len()
3560
tqp_intr_lines * (hdev->num_msi_used - 1)) *
REG_LEN_PER_LINE
;
in hclgevf_get_regs_len()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_main.c
10911
#define
REG_LEN_PER_LINE
(REG_NUM_PER_LINE * sizeof(u32))
macro
11027
*len += (data_len /
REG_LEN_PER_LINE
+ 1) *
REG_LEN_PER_LINE
;
in hclge_get_dfx_reg_len()
11163
cmdq_lines = sizeof(cmdq_reg_addr_list) /
REG_LEN_PER_LINE
+
in hclge_get_regs_len()
11165
common_lines = sizeof(common_reg_addr_list) /
REG_LEN_PER_LINE
+
in hclge_get_regs_len()
11167
ring_lines = sizeof(ring_reg_addr_list) /
REG_LEN_PER_LINE
+
in hclge_get_regs_len()
11169
tqp_intr_lines = sizeof(tqp_intr_reg_addr_list) /
REG_LEN_PER_LINE
+
in hclge_get_regs_len()
11171
regs_lines_32_bit = regs_num_32_bit * sizeof(u32) /
REG_LEN_PER_LINE
+
in hclge_get_regs_len()
11173
regs_lines_64_bit = regs_num_64_bit * sizeof(u64) /
REG_LEN_PER_LINE
+
in hclge_get_regs_len()
11178
regs_lines_64_bit) *
REG_LEN_PER_LINE
in hclge_get_regs_len()
[all...]
Completed in 19 milliseconds