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_header_stru
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H
A
D
hcc_slave.c
111
hcc_header_stru
*hcc_hdr = HI_NULL;
in hcc_get_extend_payload_addr()
118
hcc_hdr = (
hcc_header_stru
*)hdr;
in hcc_get_extend_payload_addr()
230
hcc_header_stru
*hcc_hdr = (
hcc_header_stru
*)oal_dev_netbuf_hcchdr(dev_netbuf);
in hcc_slave_get_netbuf_align_len()
244
hcc_header_stru
*hcc_hdr = HI_NULL;
in hcc_slave_build_header()
252
hcc_hdr = (
hcc_header_stru
*)oal_dev_netbuf_hcchdr(dev_netbuf);
in hcc_slave_build_header()
788
hi_bool hcc_check_header_vaild(const
hcc_header_stru
*hdr)
in hcc_check_header_vaild()
797
hi_bool hcc_exec_action(oal_dev_netbuf_stru *nb_prefetch, const
hcc_header_stru
*hcc_head,
in hcc_exec_action()
822
hcc_head = (
hcc_header_stru
*)oal_dev_netbuf_hcchdr(nb_postdo);
in hcc_exec_action()
854
hcc_header_stru
*hcc_hea
in hcc_slave_rx_queue_sched()
[all...]
H
A
D
hcc_comm.h
149
typedef struct hcc_header
hcc_header_stru
;
typedef
163
#define HCC_HDR_LEN (sizeof(
hcc_header_stru
))
H
A
D
hcc_host.c
273
static hi_u32 hcc_host_check_header_vaild(const
hcc_header_stru
*hcc_hdr)
287
hcc_header_stru
*hcc_hdr = HI_NULL;
291
hcc_hdr = (
hcc_header_stru
*)oal_netbuf_data(netbuf);
340
hcc_header_stru
*hcc_hdr = HI_NULL;
350
hcc_hdr = (
hcc_header_stru
*)oal_netbuf_data(netbuf);
1092
hcc_header_stru
*hcc_hdr = HI_NULL;
1116
hcc_hdr = (
hcc_header_stru
*)oal_netbuf_data(netbuf);
H
A
D
hcc_hmac.c
115
hcc_header_stru
*hcc_hdr = HI_NULL;
in hcc_hmac_tx_hcc_hdr_init()
131
hcc_hdr = (
hcc_header_stru
*)oal_netbuf_push(netbuf_temp, headroom);
in hcc_hmac_tx_hcc_hdr_init()
/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 10 milliseconds