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:HCC_HDR_LEN
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H
A
D
hcc_comm.h
163
#define
HCC_HDR_LEN
(sizeof(hcc_header_stru))
macro
164
#define HCC_HDR_RESERVED_MAX_LEN (HCC_HDR_TOTAL_LEN -
HCC_HDR_LEN
)
H
A
D
hcc_hmac.c
123
headroom = pad_hdr +
HCC_HDR_LEN
;
in hcc_hmac_tx_hcc_hdr_init()
167
dmac_tx_ctrl = (dmac_tx_ctl_stru *)(hcc_hdr +
HCC_HDR_LEN
+ sizeof(frw_hcc_extend_hdr_stru));
in hcc_sort_key_frame()
209
dmac_tx_ctrl = (dmac_tx_ctl_stru *)(hcc_hdr +
HCC_HDR_LEN
+ sizeof(frw_hcc_extend_hdr_stru));
in hcc_host_tx()
H
A
D
hcc_slave.c
119
hdr +=
HCC_HDR_LEN
;
in hcc_get_extend_payload_addr()
144
hdr +=
HCC_HDR_LEN
;
in hcc_get_extend_addr()
777
if (extend_len > (HCC_HDR_TOTAL_LEN -
HCC_HDR_LEN
)) {
in hcc_get_extern_address()
791
((
HCC_HDR_LEN
+ (hi_u16)(hdr->pad_hdr) + (hi_u16)(hdr->pad_payload)) > HCC_HDR_TOTAL_LEN)) {
in hcc_check_header_vaild()
H
A
D
hcc_host.c
276
(
HCC_HDR_LEN
+ hcc_hdr->pad_hdr + hcc_hdr->pad_payload > HCC_HDR_TOTAL_LEN)) {
297
extend_len = HCC_HDR_TOTAL_LEN -
HCC_HDR_LEN
- hcc_hdr->pad_hdr;
300
hi_u8 *extend_addr = (hi_u8 *)hcc_hdr +
HCC_HDR_LEN
+ hcc_hdr->pad_hdr;
307
if (
HCC_HDR_LEN
+ hcc_hdr->pad_hdr + hcc_hdr->pad_payload > oal_netbuf_len(netbuf)) {
321
oal_netbuf_pull(netbuf,
HCC_HDR_LEN
+ hcc_hdr->pad_hdr + hcc_hdr->pad_payload);
866
frw_hcc_extend_hdr_stru* ext_hdr = (frw_hcc_extend_hdr_stru*)(hcc_hdr +
HCC_HDR_LEN
Completed in 7 milliseconds