Home
last modified time | relevance | path

Searched refs:pst_netbuf (Results 1 - 5 of 5) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_host.c361 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 Dhcc_host.h83 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 Dhcc_comm.h249 oal_netbuf_stru *pst_netbuf; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_user.h212 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 Doal_net.h1803 输入参数 : 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