Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhmac_hcc_adapt.c115 oal_netbuf_stru *hcc_netbuf; in hmac_hcc_expand_rx_adpat_event() local
124 hcc_netbuf = hcc_event_payload->netbuf; in hmac_hcc_expand_rx_adpat_event()
134 oal_netbuf_free(hcc_netbuf); in hmac_hcc_expand_rx_adpat_event()
153 oal_netbuf_stru *hcc_netbuf = HI_NULL; in hmac_hcc_rx_netbuf_convert_to_event() local
168 hcc_netbuf = hcc_event_payload->netbuf; in hmac_hcc_rx_netbuf_convert_to_event()
170 if (OAL_WARN_ON(hcc_netbuf == HI_NULL)) { in hmac_hcc_rx_netbuf_convert_to_event()
175 if (revert_size > oal_netbuf_len(hcc_netbuf)) { in hmac_hcc_rx_netbuf_convert_to_event()
176 revert_size = oal_netbuf_len(hcc_netbuf); in hmac_hcc_rx_netbuf_convert_to_event()
185 if (memcpy_s((hi_u8 *)frw_get_event_payload(event_mem), revert_size, (hi_u8 *)oal_netbuf_data(hcc_netbuf), in hmac_hcc_rx_netbuf_convert_to_event()
192 oal_netbuf_free(hcc_netbuf); in hmac_hcc_rx_netbuf_convert_to_event()
[all...]
H A Dhcc_host.c341 hcc_netbuf_stru hcc_netbuf; local
361 hcc_netbuf.pst_netbuf = netbuf;
362 hcc_netbuf.len = (hi_s32)oal_netbuf_len(netbuf);
363 pre_ret = rx_action->pre_do(hcc_hdr->sub_type, &hcc_netbuf, &pre_context);
368 hcc_netbuf.pst_netbuf = netbuf;
369 hcc_netbuf.len = (hi_s32)oal_netbuf_len(netbuf);
370 rx_action->post_do(hcc_hdr->sub_type, &hcc_netbuf, pre_context);
1374 hi_s32 hcc_hmac_rx_wifi_post_func(hi_u8 hcc_subtype, const hcc_netbuf_stru *hcc_netbuf, hi_u8 *context) argument
1385 hcc_ext_hdr = (frw_hcc_extend_hdr_stru *)oal_netbuf_data(hcc_netbuf->pst_netbuf);
1387 oal_netbuf_free(hcc_netbuf
1477 hcc_oam_rx_log_func(hi_u8 hcc_subtype, const hcc_netbuf_stru *hcc_netbuf, hi_u8 *context) global() argument
[all...]

Completed in 4 milliseconds