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:pst_netbuf
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H
A
D
hcc_host.c
361
hcc_netbuf.
pst_netbuf
= netbuf;
368
hcc_netbuf.
pst_netbuf
= netbuf;
623
static hi_void hcc_tx_netbuf_free(oal_netbuf_stru *
pst_netbuf
)
argument
627
if (
pst_netbuf
== HI_NULL) {
628
oal_io_print0("hcc_tx_netbuf_free:
pst_netbuf
is null\r\n");
632
pst_cb_stru = (hcc_tx_cb_stru *)oal_netbuf_cb(
pst_netbuf
);
640
(hi_u8 *)
pst_netbuf
, sizeof(oal_netbuf_stru), true);
656
oal_netbuf_free(
pst_netbuf
);
661
oal_netbuf_stru *
pst_netbuf
= HI_NULL;
local
663
pst_netbuf
[all...]
H
A
D
hcc_host.h
83
typedef hi_s32 (* hcc_rx_pre_do)(hi_u8 stype, hcc_netbuf_stru *
pst_netbuf
, hi_u8 **pre_do_context);
84
typedef hi_s32 (* hcc_rx_post_do)(hi_u8 stype, const hcc_netbuf_stru *
pst_netbuf
, hi_u8 *pre_do_context);
H
A
D
hcc_comm.h
249
oal_netbuf_stru *
pst_netbuf
;
member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_user.h
212
hi_u32 (*wapi_encrypt)(struct tag_hmac_wapi_stru *pst_wapi, oal_netbuf_stru *
pst_netbuf
);
213
oal_netbuf_stru *(*wapi_netbuff_txhandle)(struct tag_hmac_wapi_stru *pst_wapi, oal_netbuf_stru *
pst_netbuf
);
214
oal_netbuf_stru *(*wapi_netbuff_rxhandle)(struct tag_hmac_wapi_stru *pst_wapi, oal_netbuf_stru *
pst_netbuf
);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_net.h
1803
输入参数 :
pst_netbuf
: skb指针
2067
输入参数 :
pst_netbuf
: skb指针
2082
输入参数 :
pst_netbuf
: skb指针
2107
static inline oal_sock_stru *oal_netlink_kernel_create(hi_void (*input)(oal_netbuf_stru *
pst_netbuf
))
in oal_netlink_kernel_create()
argument
Completed in 11 milliseconds