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:pay_len
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H
A
D
hcc_slave.c
235
total_len = hcc_hdr->
pay_len
+ HCC_HDR_TOTAL_LEN;
in hcc_slave_get_netbuf_align_len()
259
hcc_hdr->
pay_len
= pay_load_len;
in hcc_slave_build_header()
807
slave_netbuf.len = (hi_s32)hcc_head->
pay_len
;
in hcc_exec_action()
829
slave_netbuf.len = (hi_s32)hcc_head->
pay_len
;
in hcc_exec_action()
H
A
D
hcc_comm.h
145
hi_u16
pay_len
: 12; /* the payload length, did't contain the extend hcc hdr area */
member
H
A
D
hcc_hmac.c
138
hcc_hdr->
pay_len
= payload_len;
in hcc_hmac_tx_hcc_hdr_init()
H
A
D
hcc_host.c
317
oal_print_hex_dump(oal_netbuf_data(netbuf) + HCC_HDR_TOTAL_LEN + hcc_hdr->pad_payload, hcc_hdr->
pay_len
, 8,
324
oal_netbuf_trim(netbuf, oal_netbuf_len(netbuf) - hcc_hdr->
pay_len
- (hi_u32)extend_len);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
dmac_ext_if.h
939
(((hcc_header_stru *)((hi_u8 *)(_pst_tx_ctrl) - (OAL_HCC_HDR_LEN)))->
pay_len
)
942
(((hcc_header_stru *)((hi_u8 *)(_pst_tx_ctrl) - (OAL_HCC_HDR_LEN + OAL_PAD_HDR_LEN)))->
pay_len
)
Completed in 9 milliseconds