Home
last modified time | relevance | path

Searched refs:temp_netbuf (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_rx_data.c790 hi_void hmac_rx_process_data_filter(oal_netbuf_head_stru *netbuf_header, oal_netbuf_stru *temp_netbuf, in hmac_rx_process_data_filter() argument
798 oal_netbuf_stru *netbuf = temp_netbuf; in hmac_rx_process_data_filter()
808 oal_netbuf_get_appointed_netbuf(netbuf, buf_nums, &temp_netbuf); in hmac_rx_process_data_filter()
858 oal_netbuf_stru *temp_netbuf = HI_NULL; in hmac_rx_lan_frame() local
867 temp_netbuf = oal_netbuf_peek(netbuf_header); in hmac_rx_lan_frame()
870 netbuf = temp_netbuf; in hmac_rx_lan_frame()
880 oal_netbuf_get_appointed_netbuf(netbuf, buf_nums, &temp_netbuf); in hmac_rx_lan_frame()
897 static hi_void hmac_rx_process_data_insert_list(hi_u16 us_netbuf_num, oal_netbuf_stru *temp_netbuf, in hmac_rx_process_data_insert_list() argument
909 netbuf = temp_netbuf; in hmac_rx_process_data_insert_list()
913 temp_netbuf in hmac_rx_process_data_insert_list()
967 oal_netbuf_stru *temp_netbuf = (oal_netbuf_stru *)wlan_rx_event->netbuf; hmac_rx_process_data_ap() local
1071 oal_netbuf_stru *temp_netbuf = oal_netbuf_peek(netbuf_header); hmac_rx_process_data_ap_tcp_ack_opt() local
1155 oal_netbuf_stru *temp_netbuf = (oal_netbuf_stru *)wlan_rx_event->netbuf; hmac_rx_process_data_sta() local
1204 oal_netbuf_stru *temp_netbuf = HI_NULL; /* 用于临时保存下一个需要处理的netbuf指针 */ hmac_rx_process_data_mesh_tcp_ack_opt() local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_slave.c708 oal_dev_netbuf_stru *temp_netbuf; in hcc_oam_fill_payload_data() local
709 temp_netbuf = oal_mem_dev_netbuf_alloc(OAL_NORMAL_NETBUF, (hi_u16)pay_load_len, OAL_NETBUF_PRIORITY_HIGH); in hcc_oam_fill_payload_data()
710 if (temp_netbuf == HI_NULL) { in hcc_oam_fill_payload_data()
713 cb = oal_dev_netbuf_cb(temp_netbuf->us_index); in hcc_oam_fill_payload_data()
715 oal_mem_dev_netbuf_free(temp_netbuf); in hcc_oam_fill_payload_data()
719 if (memcpy_s((hi_u8 *)(oal_dev_netbuf_get_payload(temp_netbuf)), pay_load_len, in hcc_oam_fill_payload_data()
721 oal_mem_dev_netbuf_free(temp_netbuf); in hcc_oam_fill_payload_data()
724 *dev_netbuf = temp_netbuf; in hcc_oam_fill_payload_data()

Completed in 8 milliseconds