/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_event.h | 99 hi_u32 wal_scan_comp_proc_sta(frw_event_mem_stru *event_mem); 100 hi_u32 wal_asoc_comp_proc_sta(frw_event_mem_stru *event_mem); 101 hi_u32 wal_disasoc_comp_proc_sta(frw_event_mem_stru *event_mem); 102 hi_u32 wal_connect_new_sta_proc_ap(frw_event_mem_stru *event_mem); 103 hi_u32 wal_disconnect_sta_proc_ap(frw_event_mem_stru *event_mem); 105 hi_u32 wal_mic_failure_proc(frw_event_mem_stru *event_mem); 107 hi_u32 wal_send_mgmt_to_host(frw_event_mem_stru *event_mem); 109 hi_u32 wal_p2p_listen_timeout(frw_event_mem_stru *event_mem); 112 hi_u32 wal_any_process_rx_data(frw_event_mem_stru *event_mem); 113 hi_u32 wal_any_process_tx_complete(frw_event_mem_stru *event_mem); [all...] |
H A D | wal_event.c | 89 输入参数 : event_mem: 事件内存 104 hi_u32 wal_scan_comp_proc_sta(frw_event_mem_stru *event_mem) in wal_scan_comp_proc_sta() argument 106 if (oal_unlikely(event_mem == HI_NULL)) { in wal_scan_comp_proc_sta() 107 oam_error_log0(0, OAM_SF_SCAN, "{wal_scan_comp_proc_sta::event_mem is null!}"); in wal_scan_comp_proc_sta() 111 frw_event_stru *event = (frw_event_stru *)event_mem->puc_data; in wal_scan_comp_proc_sta() 193 输入参数 : event_mem: 事件内存 205 hi_u32 wal_asoc_comp_proc_sta(frw_event_mem_stru *event_mem) in wal_asoc_comp_proc_sta() argument 212 if (oal_unlikely(event_mem == HI_NULL)) { in wal_asoc_comp_proc_sta() 213 oam_error_log0(0, OAM_SF_ASSOC, "{wal_asoc_comp_proc_sta::event_mem is null!}"); in wal_asoc_comp_proc_sta() 217 event = (frw_event_stru *)event_mem in wal_asoc_comp_proc_sta() 276 wal_disasoc_comp_proc_sta(frw_event_mem_stru *event_mem) wal_disasoc_comp_proc_sta() argument 352 wal_connect_new_sta_proc_ap(frw_event_mem_stru *event_mem) wal_connect_new_sta_proc_ap() argument 425 wal_disconnect_sta_proc_ap(frw_event_mem_stru *event_mem) wal_disconnect_sta_proc_ap() argument 506 wal_mic_failure_proc(frw_event_mem_stru *event_mem) wal_mic_failure_proc() argument 553 wal_send_mgmt_to_host(frw_event_mem_stru *event_mem) wal_send_mgmt_to_host() argument 622 wal_p2p_listen_timeout(frw_event_mem_stru *event_mem) wal_p2p_listen_timeout() argument 677 wal_mesh_close_peer_inform(frw_event_mem_stru *event_mem) wal_mesh_close_peer_inform() argument 737 wal_mesh_new_peer_candidate(frw_event_mem_stru *event_mem) wal_mesh_new_peer_candidate() argument 864 wal_any_process_rx_data(frw_event_mem_stru *event_mem) wal_any_process_rx_data() argument 900 wal_any_process_tx_complete(frw_event_mem_stru *event_mem) wal_any_process_tx_complete() argument 934 wal_any_process_scan_result(frw_event_mem_stru *event_mem) wal_any_process_scan_result() argument 985 wal_any_process_peer_info(frw_event_mem_stru *event_mem) wal_any_process_peer_info() argument 1170 wal_csi_data_report(frw_event_mem_stru *event_mem) wal_csi_data_report() argument 1233 wal_p2p_action_tx_status(frw_event_mem_stru *event_mem) wal_p2p_action_tx_status() argument 1280 wal_get_efuse_mac_from_dev(frw_event_mem_stru *event_mem) wal_get_efuse_mac_from_dev() argument 1304 wal_report_tx_params(frw_event_mem_stru *event_mem) wal_report_tx_params() argument 1325 wal_get_dbg_cal_data_from_dev(frw_event_mem_stru *event_mem) wal_get_dbg_cal_data_from_dev() argument 1370 wal_data_acq_status(frw_event_mem_stru *event_mem) wal_data_acq_status() argument 1404 wal_data_acq_result(frw_event_mem_stru *event_mem) wal_data_acq_result() argument 1443 wal_channel_switch_report(frw_event_mem_stru *event_mem) wal_channel_switch_report() argument [all...] |
H A D | wal_event_msg.c | 218 hi_u32 wal_alloc_cfg_event(oal_net_device_stru *netdev, frw_event_mem_stru **event_mem, hi_void *resp_addr, in wal_alloc_cfg_event() argument 241 "{wal_alloc_cfg_event::event_mem null ptr error,request size:us_len:%d,resp_len:%d}", us_len, us_resp_len); in wal_alloc_cfg_event() 245 *event_mem = event_mem_info; /* 出参赋值 */ in wal_alloc_cfg_event() 377 frw_event_mem_stru *event_mem = HI_NULL; in wal_send_cfg_event() local 393 if (oal_unlikely(wal_alloc_cfg_event(netdev, &event_mem, ((need_rsp == HI_TRUE) ? &msg_request : NULL), &cfg_msg, in wal_send_cfg_event() 406 frw_event_free(event_mem); in wal_send_cfg_event() 415 frw_event_dispatch_event(event_mem); in wal_send_cfg_event() 416 frw_event_free(event_mem); in wal_send_cfg_event()
|
H A D | wal_net.h | 97 hi_u32 wal_mesh_inform_tx_data_info(frw_event_mem_stru *event_mem); 98 hi_u32 wal_mesh_report_mesh_user_info(frw_event_mem_stru *event_mem); 99 hi_u32 wal_report_sta_assoc_info(frw_event_mem_stru *event_mem);
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/ |
H A D | frw_event.c | 91 输入参数 : event_mem: 指向事件内存块的指针 99 hi_u32 frw_event_free(frw_event_mem_stru *event_mem) in frw_event_free() argument 105 ret = oal_mem_free_enhanced(event_mem); in frw_event_free() 107 frw_event = (frw_event_stru *)event_mem->puc_data; in frw_event_free() 116 输入参数 : event_mem: 指向事件内存块的指针 120 hi_u32 frw_event_to_qid(const frw_event_mem_stru *event_mem, hi_u16 *pus_qid) in frw_event_to_qid() argument 126 event_hrd = (frw_event_hdr_stru *)event_mem->puc_data; in frw_event_to_qid() 223 hi_u32 frw_event_dispatch_event(frw_event_mem_stru *event_mem) in frw_event_dispatch_event() argument 230 if (oal_unlikely(event_mem == HI_NULL)) { in frw_event_dispatch_event() 231 oam_error_log0(0, OAM_SF_FRW, "{frw_event_dispatch_event: event_mem i in frw_event_dispatch_event() 340 frw_event_queue_enqueue(frw_event_queue_stru *event_queue, frw_event_mem_stru *event_mem) frw_event_queue_enqueue() argument 384 frw_event_mem_stru *event_mem = HI_NULL; frw_event_flush_event_queue() local 450 frw_event_mem_stru *event_mem = HI_NULL; frw_event_vap_flush_event() local 548 frw_event_mem_stru *event_mem = HI_NULL; frw_event_process_all_event() local 586 frw_event_mem_stru *event_mem = HI_NULL; frw_event_queue_dequeue() local 600 frw_event_post_event(frw_event_mem_stru *event_mem) frw_event_post_event() argument 690 frw_event_lookup_process_entry(frw_event_mem_stru *event_mem, const frw_event_hdr_stru *event_hrd) frw_event_lookup_process_entry() argument [all...] |
H A D | frw_timer.c | 45 frw_event_mem_stru *event_mem = HI_NULL; in frw_timer_timeout_event() local 51 event_mem = frw_event_alloc(sizeof(hi_u32)); in frw_timer_timeout_event() 52 if (event_mem == HI_NULL) { in frw_timer_timeout_event() 53 oam_error_log0(0, OAM_SF_FRW, "{frw_timer_timeout_event:: event_mem == HI_NULL}"); in frw_timer_timeout_event() 57 event = (frw_event_stru *)event_mem->puc_data; in frw_timer_timeout_event() 66 ret = frw_event_dispatch_event(event_mem); in frw_timer_timeout_event() 72 frw_event_free(event_mem); in frw_timer_timeout_event() 78 hi_u32 frw_timer_timeout_proc(frw_event_mem_stru *event_mem) in frw_timer_timeout_proc() argument 85 event = (frw_event_stru *)event_mem->puc_data; in frw_timer_timeout_proc() 187 frw_event_mem_stru *event_mem; in frw_timer_timeout_proc_event() local [all...] |
H A D | frw_event.h | 171 #define frw_get_event_stru(event_mem) ((frw_event_stru *)(event_mem)->puc_data) 172 #define frw_get_event_hdr(event_mem) ((frw_event_hdr_stru *)(&((frw_event_stru *)(event_mem)->puc_data)->event_hdr)) 173 #define frw_get_event_payload(event_mem) ((hi_u8 *)((frw_event_stru *)(event_mem)->puc_data)->auc_event_data) 253 hi_u32 frw_event_queue_enqueue(frw_event_queue_stru *event_queue, frw_event_mem_stru *event_mem); 256 hi_u32 frw_event_lookup_process_entry(frw_event_mem_stru *event_mem, const frw_event_hdr_stru *event_hrd); 258 hi_u32 frw_event_free(frw_event_mem_stru *event_mem); 259 hi_u32 frw_event_dispatch_event(frw_event_mem_stru *event_mem); [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_chan_mgmt.c | 78 frw_event_mem_stru *event_mem = HI_NULL; in hmac_chan_initiate_switch_to_new_channel() local 96 event_mem = frw_event_alloc(sizeof(dmac_set_ch_switch_info_stru)); in hmac_chan_initiate_switch_to_new_channel() 97 if (oal_unlikely(event_mem == HI_NULL)) { in hmac_chan_initiate_switch_to_new_channel() 98 oam_error_log0(mac_vap->vap_id, OAM_SF_SCAN, "{hmac_chan_initiate_switch_to_new_channel::event_mem null.}"); in hmac_chan_initiate_switch_to_new_channel() 102 event = (frw_event_stru *)event_mem->puc_data; in hmac_chan_initiate_switch_to_new_channel() 117 ret = hcc_hmac_tx_control_event(event_mem, sizeof(dmac_set_ch_switch_info_stru)); in hmac_chan_initiate_switch_to_new_channel() 121 frw_event_free(event_mem); in hmac_chan_initiate_switch_to_new_channel() 126 frw_event_free(event_mem); in hmac_chan_initiate_switch_to_new_channel() 198 frw_event_mem_stru *event_mem = HI_NULL; in hmac_chan_do_sync() local 222 event_mem in hmac_chan_do_sync() 331 frw_event_mem_stru *event_mem = HI_NULL; hmac_chan_ctrl_machw_tx() local 489 frw_event_mem_stru *event_mem = HI_NULL; hmac_chan_restart_network_after_switch() local 529 hmac_chan_switch_to_new_chan_complete(frw_event_mem_stru *event_mem) hmac_chan_switch_to_new_chan_complete() argument 588 hmac_dbac_status_notify(frw_event_mem_stru *event_mem) hmac_dbac_status_notify() argument [all...] |
H A D | hmac_mgmt_classifier.h | 36 hi_u32 hmac_rx_process_mgmt_event(frw_event_mem_stru *event_mem); 37 hi_u32 hmac_mgmt_rx_delba_event(frw_event_mem_stru *event_mem); 40 hi_u32 hmac_mgmt_send_disasoc_deauth_event(frw_event_mem_stru *event_mem); 41 hi_u32 hmac_proc_disasoc_misc_event(frw_event_mem_stru *event_mem); 43 hi_u32 hmac_mesh_report_new_peer_candidate(frw_event_mem_stru *event_mem); 46 hi_u32 hmac_rx_process_mgmt_promis(frw_event_mem_stru *event_mem);
|
H A D | hmac_user.c | 377 frw_event_mem_stru *event_mem = HI_NULL; in hmac_send_del_user_event() local 381 event_mem = frw_event_alloc(sizeof(dmac_ctx_del_user_stru)); in hmac_send_del_user_event() 382 if (oal_unlikely(event_mem == HI_NULL)) { in hmac_send_del_user_event() 388 event = (frw_event_stru *)event_mem->puc_data; in hmac_send_del_user_event() 392 frw_event_free(event_mem); in hmac_send_del_user_event() 401 hcc_hmac_tx_control_event(event_mem, sizeof(dmac_ctx_del_user_stru)); in hmac_send_del_user_event() 402 frw_event_free(event_mem); in hmac_send_del_user_event() 600 frw_event_mem_stru *event_mem = frw_event_alloc(sizeof(dmac_ctx_add_user_stru)); in hmac_user_add_send_event() local 602 if (oal_unlikely(event_mem == HI_NULL) || (event_mem in hmac_user_add_send_event() 842 frw_event_mem_stru *event_mem = HI_NULL; hmac_user_add_notify_alg() local 936 frw_event_mem_stru *event_mem = HI_NULL; hmac_set_multicast_user_whitelist() local 996 frw_event_mem_stru *event_mem = HI_NULL; hmac_del_multicast_user_whitelist() local [all...] |
H A D | hmac_edca_opt.c | 115 frw_event_mem_stru *event_mem = HI_NULL; in hmac_edca_opt_timeout_fn() local 129 event_mem = frw_event_alloc(sizeof(aast_uc_traffic_num)); in hmac_edca_opt_timeout_fn() 130 if (oal_unlikely(event_mem == HI_NULL)) { in hmac_edca_opt_timeout_fn() 131 oam_error_log0(0, OAM_SF_ANTI_INTF, "{hmac_edca_opt_timeout_fn::event_mem null.}"); in hmac_edca_opt_timeout_fn() 135 event = (frw_event_stru *)event_mem->puc_data; in hmac_edca_opt_timeout_fn() 143 if (memcpy_s(frw_get_event_payload(event_mem), sizeof(aast_uc_traffic_num), (hi_u8 *)aast_uc_traffic_num, in hmac_edca_opt_timeout_fn() 145 frw_event_free(event_mem); in hmac_edca_opt_timeout_fn() 151 hcc_hmac_tx_control_event(event_mem, sizeof(aast_uc_traffic_num)); in hmac_edca_opt_timeout_fn() 152 frw_event_free(event_mem); in hmac_edca_opt_timeout_fn()
|
H A D | hmac_event.c | 707 hi_u32 wal_config_process_pkt(frw_event_mem_stru *event_mem) in wal_config_process_pkt() argument 713 if (oal_unlikely(event_mem == HI_NULL)) { in wal_config_process_pkt() 714 oam_error_log0(0, OAM_SF_ANY, "{wal_config_process_pkt::event_mem null ptr error!}\r\n"); in wal_config_process_pkt() 718 frw_event_stru *event = (frw_event_stru *)event_mem->puc_data; in wal_config_process_pkt() 720 wal_msg_stru *msg = (wal_msg_stru *)(frw_get_event_payload(event_mem) + sizeof(wal_msg_rep_hdr)); in wal_config_process_pkt() 776 输入参数 : event_mem: 事件内存结构体 782 hi_u32 hmac_event_config_syn(frw_event_mem_stru *event_mem) in hmac_event_config_syn() argument 791 if (oal_unlikely(event_mem == HI_NULL)) { in hmac_event_config_syn() 792 oam_error_log0(0, OAM_SF_CFG, "{hmac_event_config_syn::event_mem null.}"); in hmac_event_config_syn() 798 event = (frw_event_stru *)event_mem in hmac_event_config_syn() 841 hmac_from_dmac_rx_control_handle(frw_event_mem_stru *event_mem) hmac_from_dmac_rx_control_handle() argument 858 hmac_from_dmac_rx_data_handle(frw_event_mem_stru *event_mem, oal_netbuf_stru *netbuf, hi_u16 netbuf_num) hmac_from_dmac_rx_data_handle() argument 966 frw_event_mem_stru *event_mem = HI_NULL; hmac_send_event_to_host() local [all...] |
H A D | hmac_mgmt_bss_comm.c | 527 frw_event_mem_stru *event_mem = frw_event_alloc(sizeof(dmac_tx_event_stru)); in hmac_mgmt_send_addba_event() local 528 if (event_mem == HI_NULL) { in hmac_mgmt_send_addba_event() 529 oam_error_log0(mac_vap->vap_id, OAM_SF_BA, "{hmac_mgmt_tx_addba_req::event_mem null.}"); in hmac_mgmt_send_addba_event() 534 frw_event_stru *event = (frw_event_stru *)event_mem->puc_data; in hmac_mgmt_send_addba_event() 542 hi_u32 ret = hcc_hmac_tx_data_event(event_mem, addba_req, HI_TRUE); in hmac_mgmt_send_addba_event() 546 frw_event_free(event_mem); in hmac_mgmt_send_addba_event() 550 frw_event_free(event_mem); in hmac_mgmt_send_addba_event() 615 frw_event_mem_stru *event_mem = frw_event_alloc(sizeof(dmac_tx_event_stru)); in hmac_mgmt_tx_addba_rsp_send_event() local 616 if (event_mem == HI_NULL) { in hmac_mgmt_tx_addba_rsp_send_event() 617 oam_error_log0(mac_vap->vap_id, OAM_SF_BA, "{hmac_mgmt_tx_addba_rsp::event_mem me in hmac_mgmt_tx_addba_rsp_send_event() 790 frw_event_mem_stru *event_mem = frw_event_alloc(sizeof(dmac_tx_event_stru)); hmac_mgmt_tx_delba_send_event() local 1071 frw_event_mem_stru *event_mem = frw_event_alloc(sizeof(dmac_ctx_action_event_stru)); hmac_mgmt_rx_addba_rsp_send_event() local 1256 frw_event_mem_stru *event_mem = frw_event_alloc(sizeof(dmac_ctx_action_event_stru)); hmac_mgmt_rx_delba() local 1343 frw_event_mem_stru *event_mem = HI_NULL; /* 申请事件返回的内存指针 */ hmac_mgmt_tx_ampdu_start() local 1406 frw_event_mem_stru *event_mem = HI_NULL; /* 申请事件返回的内存指针 */ hmac_mgmt_tx_ampdu_end() local 1455 frw_event_mem_stru *event_mem = HI_NULL; hmac_tx_mgmt_send_event() local 1503 frw_event_mem_stru *event_mem = HI_NULL; hmac_mgmt_reset_psm() local 2447 frw_event_mem_stru *event_mem = frw_event_alloc(sizeof(hi_u8)); hmac_send_psm_opmode_notify_event() local [all...] |
H A D | hmac_sme_sta.c | 637 frw_event_mem_stru *event_mem = HI_NULL; in hmac_send_connect_result_to_dmac_sta() local 641 event_mem = frw_event_alloc(sizeof(hi_u32)); in hmac_send_connect_result_to_dmac_sta() 642 if (event_mem == HI_NULL) { in hmac_send_connect_result_to_dmac_sta() 643 oam_error_log0(hmac_vap->base_vap->vap_id, OAM_SF_ASSOC, "event_mem null."); in hmac_send_connect_result_to_dmac_sta() 648 event = (frw_event_stru *)event_mem->puc_data; in hmac_send_connect_result_to_dmac_sta() 656 hcc_hmac_tx_control_event(event_mem, sizeof(hi_u32)); in hmac_send_connect_result_to_dmac_sta() 657 frw_event_free(event_mem); in hmac_send_connect_result_to_dmac_sta() 945 frw_event_mem_stru *event_mem = frw_event_alloc(sizeof(hmac_sta_report_assoc_info_stru)); in hmac_report_assoc_state_sta() local 946 if (event_mem == HI_NULL) { in hmac_report_assoc_state_sta() 952 frw_event_stru *event = (frw_event_stru *)event_mem in hmac_report_assoc_state_sta() 1013 frw_event_mem_stru *event_mem = HI_NULL; hmac_handle_conn_fail() local [all...] |
H A D | hmac_mgmt_classifier.c | 143 hi_u32 hmac_mgmt_rx_delba_event(frw_event_mem_stru *event_mem) in hmac_mgmt_rx_delba_event() argument 154 if (event_mem == HI_NULL) { in hmac_mgmt_rx_delba_event() 155 oam_error_log0(0, OAM_SF_BA, "{hmac_mgmt_rx_delba_event::event_mem null.}"); in hmac_mgmt_rx_delba_event() 160 event = (frw_event_stru *)event_mem->puc_data; in hmac_mgmt_rx_delba_event() 245 输入参数 : event_mem: 事件内存结构体指针 252 hi_u32 hmac_rx_process_mgmt_event(frw_event_mem_stru *event_mem) in hmac_rx_process_mgmt_event() argument 256 if (event_mem == HI_NULL) { in hmac_rx_process_mgmt_event() 262 frw_event_stru *event = (frw_event_stru *)event_mem->puc_data; in hmac_rx_process_mgmt_event() 303 hi_u32 hmac_rx_process_mgmt_promis(frw_event_mem_stru *event_mem) in hmac_rx_process_mgmt_promis() argument 307 frw_event_stru *event = (frw_event_stru *)event_mem in hmac_rx_process_mgmt_promis() 386 hmac_mgmt_send_disasoc_deauth_event(frw_event_mem_stru *event_mem) hmac_mgmt_send_disasoc_deauth_event() argument 458 hmac_proc_disasoc_misc_event(frw_event_mem_stru *event_mem) hmac_proc_disasoc_misc_event() argument [all...] |
H A D | hmac_rx_filter.c | 359 frw_event_mem_stru *event_mem = frw_event_alloc(sizeof(hi_u32)); in hmac_send_rx_filter_event() local 360 if (event_mem == HI_NULL) { in hmac_send_rx_filter_event() 361 oam_error_log0(0, OAM_SF_ANY, "{hmac_set_rx_filter_value::event_mem null.}"); in hmac_send_rx_filter_event() 366 frw_event_stru *event = (frw_event_stru *)event_mem->puc_data; in hmac_send_rx_filter_event() 373 if (hcc_hmac_tx_control_event(event_mem, sizeof(hi_u32)) != HI_SUCCESS) { in hmac_send_rx_filter_event() 374 frw_event_free(event_mem); in hmac_send_rx_filter_event() 378 frw_event_free(event_mem); in hmac_send_rx_filter_event()
|
H A D | hmac_rx_data.h | 81 hi_u32 hmac_rx_process_data_ap(frw_event_mem_stru *event_mem); 83 hi_u32 hmac_rx_process_data_sta(frw_event_mem_stru *event_mem);
|
H A D | hmac_scan.h | 50 hi_u32 hmac_scan_proc_scanned_bss(frw_event_mem_stru *event_mem); 51 hi_u32 hmac_scan_proc_scan_comp_event(frw_event_mem_stru *event_mem);
|
H A D | hmac_chan_mgmt.h | 75 hi_u32 hmac_chan_switch_to_new_chan_complete(frw_event_mem_stru *event_mem); 78 hi_u32 hmac_dbac_status_notify(frw_event_mem_stru *event_mem);
|
H A D | hmac_tx_data.h | 90 hi_u32 hmac_tx_wlan_to_wlan_ap(frw_event_mem_stru *event_mem); 94 hi_u32 hmac_tx_event_process(oal_mem_stru *event_mem);
|
H A D | hmac_blockack.h | 102 hi_u32 hmac_create_ba_event(frw_event_mem_stru *event_mem); 103 hi_u32 hmac_del_ba_event(frw_event_mem_stru *event_mem);
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hmac_hcc_adapt.c | 119 frw_event_mem_stru *event_mem; /* 业务事件相关信息 */ in hmac_hcc_expand_rx_adpat_event() local 130 event_mem = frw_event_alloc((hi_u16)event_size); in hmac_hcc_expand_rx_adpat_event() 131 if (OAL_WARN_ON(event_mem == HI_NULL)) { in hmac_hcc_expand_rx_adpat_event() 139 frw_event_hdr_init(frw_get_event_hdr(event_mem), in hmac_hcc_expand_rx_adpat_event() 146 return event_mem; in hmac_hcc_expand_rx_adpat_event() 154 frw_event_mem_stru *event_mem = HI_NULL; /* 业务事件相关信息 */ in hmac_hcc_rx_netbuf_convert_to_event() local 179 event_mem = hmac_hcc_expand_rx_adpat_event(hcc_event_mem, revert_size); in hmac_hcc_rx_netbuf_convert_to_event() 180 if (event_mem == HI_NULL) { 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() 194 return event_mem; in hmac_hcc_rx_netbuf_convert_to_event() 212 frw_event_mem_stru *event_mem = HI_NULL; hmac_rx_convert_netbuf_to_netbuf_default() local 243 frw_event_mem_stru *event_mem = HI_NULL; hmac_rx_process_data_sta_rx_adapt() local 271 frw_event_mem_stru *event_mem = HI_NULL; hmac_rx_process_mgmt_event_rx_adapt() local [all...] |
H A D | hcc_hmac_if.h | 47 typedef hi_u32 (*hcc_hmac_rx_control_event)(frw_event_mem_stru *event_mem); 48 typedef hi_u32 (*hcc_hmac_rx_data_event)(frw_event_mem_stru *event_mem, oal_netbuf_stru *netbuf, hi_u16 netbuf_num); 73 hi_u32 hcc_hmac_tx_control_event(frw_event_mem_stru *event_mem, hi_u16 payload_len); 74 hi_u32 hcc_hmac_tx_data_event(frw_event_mem_stru *event_mem, oal_netbuf_stru *netbuf, hi_bool mgmt); 77 hi_u32 hcc_to_hmac_control_event_dispatch(frw_event_mem_stru *event_mem);
|
H A D | hcc_hmac.c | 48 static inline hi_bool hcc_is_data_frame(const frw_event_mem_stru *event_mem) in hcc_is_data_frame() argument 52 event_hdr = frw_get_event_hdr(event_mem); in hcc_is_data_frame() 86 hi_u32 hcc_to_hmac_control_event_dispatch(frw_event_mem_stru *event_mem) in hcc_to_hmac_control_event_dispatch() argument 93 return g_s_handle.control(event_mem); in hcc_to_hmac_control_event_dispatch() 260 hi_u32 hcc_tx_netbuf_normal(const frw_event_mem_stru *event_mem, oal_netbuf_stru *netbuf, hi_u32 hdr_len) in hcc_tx_netbuf_normal() argument 268 frw_event_stru *event = (frw_event_stru *)event_mem->puc_data; in hcc_tx_netbuf_normal() 306 hcc_hmac_tx_adapt_extend_hdr_init(event_mem, netbuf, config_frame); in hcc_tx_netbuf_normal() 318 hi_u32 hmac_hcc_tx_event_buf_to_netbuf(const frw_event_mem_stru *event_mem, hi_u16 payload_len) in hmac_hcc_tx_event_buf_to_netbuf() argument 323 event_payload = frw_get_event_payload(event_mem); in hmac_hcc_tx_event_buf_to_netbuf() 342 return hcc_tx_netbuf_normal(event_mem, netbu in hmac_hcc_tx_event_buf_to_netbuf() 353 hcc_hmac_tx_control_event(frw_event_mem_stru *event_mem, hi_u16 payload_len) hcc_hmac_tx_control_event() argument 438 hcc_host_tx_data_adapt(const frw_event_mem_stru *event_mem, oal_netbuf_stru *netbuf) hcc_host_tx_data_adapt() argument 497 hcc_host_tx_data_adapt_pre_do(frw_event_mem_stru *event_mem) hcc_host_tx_data_adapt_pre_do() argument 540 hcc_hmac_tx_data_event(frw_event_mem_stru *event_mem, oal_netbuf_stru *netbuf, hi_bool mgmt) hcc_hmac_tx_data_event() argument [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/ |
H A D | net_adpater.h | 79 hi_u32 wal_mesh_inform_tx_data_info(frw_event_mem_stru *event_mem); 80 hi_u32 wal_mesh_report_mesh_user_info(frw_event_mem_stru *event_mem); 81 hi_u32 wal_report_sta_assoc_info(frw_event_mem_stru *event_mem);
|