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:uc_hipriority_cnt
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H
A
D
hcc_host.c
207
hcc_handle->hcc_transer_info.tx_flow_ctrl.
uc_hipriority_cnt
= HCC_FLOW_HIGH_PRI_BUFF_CNT;
920
hcc_handler->hcc_transer_info.tx_flow_ctrl.
uc_hipriority_cnt
=
927
g_priority_cnt = hcc_handler->hcc_transer_info.tx_flow_ctrl.
uc_hipriority_cnt
;
946
hcc_handler->hcc_transer_info.tx_flow_ctrl.
uc_hipriority_cnt
<= MIN_DATA_LO_QUEUE) {
965
remain_len = oal_min(hcc_handler->hcc_transer_info.tx_flow_ctrl.
uc_hipriority_cnt
, remain_len);
1351
hcc_handler->hcc_transer_info.tx_flow_ctrl.
uc_hipriority_cnt
= large_cnt;
H
A
D
hcc_host.h
162
hi_u8
uc_hipriority_cnt
;
member
166
oal_spin_lock_stru st_hipri_lock; /* 读写
uc_hipriority_cnt
时要加锁 */
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_sdio_host.c
487
hi_s32 oal_sdio_get_credit(struct BusDev *bus, hi_u32 *
uc_hipriority_cnt
)
in oal_sdio_get_credit()
argument
491
ret = oal_sdio_memcpy_fromio(bus, (hi_u8 *)
uc_hipriority_cnt
,
in oal_sdio_get_credit()
492
HISDIO_EXTEND_CREDIT_ADDR, sizeof(*
uc_hipriority_cnt
));
in oal_sdio_get_credit()
Completed in 8 milliseconds