Searched refs:hcc_hmac_tx_data_event (Results 1 - 5 of 5) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_hmac_if.h | 74 hi_u32 hcc_hmac_tx_data_event(frw_event_mem_stru *event_mem, oal_netbuf_stru *netbuf, hi_bool mgmt);
|
H A D | hcc_hmac.c | 538 /* hcc_hmac_tx_data_event->hcc_to_dmac_data_event_dispatch->hcc_to_dmac_data_event_post 540 hi_u32 hcc_hmac_tx_data_event(frw_event_mem_stru *event_mem, oal_netbuf_stru *netbuf, hi_bool mgmt) in hcc_hmac_tx_data_event() function
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_mgmt_bss_comm.c | 542 hi_u32 ret = hcc_hmac_tx_data_event(event_mem, addba_req, HI_TRUE); in hmac_mgmt_send_addba_event() 631 hi_u32 ret = hcc_hmac_tx_data_event(event_mem, addba_rsp, HI_TRUE); in hmac_mgmt_tx_addba_rsp_send_event() 634 oam_error_log1(mac_vap->vap_id, OAM_SF_BA, "{hmac_mgmt_tx_addba_rsp::hcc_hmac_tx_data_event Err=%d}", ret); in hmac_mgmt_tx_addba_rsp_send_event() 811 hi_u32 ret = hcc_hmac_tx_data_event(event_mem, delba, HI_TRUE); in hmac_mgmt_tx_delba_send_event() 1477 return_code = hcc_hmac_tx_data_event(event_mem, mgmt_frame, HI_TRUE); in hmac_tx_mgmt_send_event()
|
H A D | hmac_tx_data.c | 1434 ret = hcc_hmac_tx_data_event(event_mem, netbuf, HI_FALSE); in hmac_tx_lan_to_wlan_no_tcp_opt_to_dmac()
|
H A D | hmac_config.c | 3065 hi_u32 ret = hcc_hmac_tx_data_event(event_mem, netbuf_dpd_data, HI_FALSE); in hmac_dpd_data_processed_send()
|
Completed in 18 milliseconds