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:per_send_len
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
plat_firmware.c
944
hi_u32
per_send_len
;
in exec_file_type_cmd()
local
981
per_send_len
= (firmware_mem->ul_data_buf_len > file_len) ? file_len : firmware_mem->ul_data_buf_len;
in exec_file_type_cmd()
982
if (
per_send_len
== 0) {
in exec_file_type_cmd()
983
oam_error_log0(0, 0, "
per_send_len
== 0");
in exec_file_type_cmd()
987
send_count = (file_len +
per_send_len
- 1) /
per_send_len
;
in exec_file_type_cmd()
991
rdlen = oal_file_read(fp, firmware_mem->puc_data_buf,
per_send_len
);
in exec_file_type_cmd()
1066
hi_u32
per_send_len
;
in exec_file_type_cmd()
local
1098
per_send_len
= (firmware_mem->ul_data_buf_len > file_len) ? file_len : firmware_mem->ul_data_buf_len;
in exec_file_type_cmd()
1101
rdlen =
per_send_len
< file_len_coun
in exec_file_type_cmd()
[all...]
Completed in 3 milliseconds