Home
last modified time | relevance | path

Searched refs:oal_dev_netbuf_stru (Results 1 - 8 of 8) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_slave.h57 oal_dev_netbuf_stru *netbuf;
70 oal_dev_netbuf_stru *netbuf;
83 oal_dev_netbuf_stru *net_buf;
116 hi_void hcc_slave_tx(oal_dev_netbuf_stru *dev_netbuf, hi_u16 pay_load_len, const hcc_transfer_param *param);
121 hi_u8 *hcc_get_extend_payload_addr(const oal_dev_netbuf_stru *dev_netbuf);
122 hi_void *hcc_get_extern_address(const oal_dev_netbuf_stru *dev_netbuf, hi_u32 extend_len);
123 hi_u8 *hcc_get_extend_addr(const oal_dev_netbuf_stru *dev_netbuf, hi_u32 extend_len);
H A Dhcc_slave.c44 oal_dev_netbuf_stru *g_reserve_netbuff = HI_NULL; /* 用于内存申请不到时的备用内存 */
108 hi_u8 *hcc_get_extend_payload_addr(const oal_dev_netbuf_stru *dev_netbuf) in hcc_get_extend_payload_addr()
135 hi_u8 *hcc_get_extend_addr(const oal_dev_netbuf_stru *dev_netbuf, hi_u32 extend_len) in hcc_get_extend_addr()
159 hi_u32 hcc_netbuf_list_repeat_check(oal_dev_netbuf_stru *dev_netbuf, oal_dev_netbuf_head_stru *head) in hcc_netbuf_list_repeat_check()
162 oal_dev_netbuf_stru *dev_netbuf_temp = HI_NULL; in hcc_netbuf_list_repeat_check()
179 hi_void hcc_netbuf_add_to_list_tail(oal_dev_netbuf_stru *dev_netbuf, oal_dev_netbuf_head_stru *head) in hcc_netbuf_add_to_list_tail()
191 dev_netbuf->next = (oal_dev_netbuf_stru *)head; in hcc_netbuf_add_to_list_tail()
197 oal_dev_netbuf_stru *hcc_netbuf_delist(oal_dev_netbuf_head_stru *head) in hcc_netbuf_delist()
200 oal_dev_netbuf_stru *dev_netbuf = HI_NULL; in hcc_netbuf_delist()
216 head->prev = (oal_dev_netbuf_stru *)hea in hcc_netbuf_delist()
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_mem.h289 hi_u8 *oal_dev_netbuf_get_payload(const oal_dev_netbuf_stru *dev_netbuf);
291 hi_u8 *oal_dev_netbuf_get_mac_hdr(const oal_dev_netbuf_stru *dev_netbuf);
292 hi_u32 oal_mem_dev_netbuf_free(oal_dev_netbuf_stru *dev_netbuf);
293 hi_u16 oal_dev_netbuf_get_len(const oal_dev_netbuf_stru *dev_netbuf);
H A Doal_netbuf.h51 } oal_dev_netbuf_stru; typedef
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_data.h112 hi_u8 mac_get_data_type(const oal_dev_netbuf_stru *dev_netbuf);
H A Dmac_frame.h1691 hi_u8 mac_dbac_is_vip_data(const oal_dev_netbuf_stru *dev_netbuf);
1692 hi_u8 mac_dbac_is_vip_mgmt(const oal_dev_netbuf_stru *dev_netbuf);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Ddmac_ext_if.h394 oal_dev_netbuf_stru *netbuf; /* netbuf链表一个元素 */
401 oal_dev_netbuf_stru *netbuf; /* 指向管理帧对应的netbuf */
1061 hi_u32 dmac_from_hmac_rx_data_handle(frw_event_mem_stru *event_mem, oal_dev_netbuf_stru *dev_netbuf, hi_u16 netbuf_len);
H A Dhmac_event.c876 wlan_crx_event->netbuf = (oal_dev_netbuf_stru *)netbuf; in hmac_from_dmac_rx_data_handle()
892 wlan_rx_event->netbuf = (oal_dev_netbuf_stru *)netbuf; in hmac_from_dmac_rx_data_handle()

Completed in 15 milliseconds