Home
last modified time | relevance | path

Searched refs:frw_event_mem_stru (Results 1 - 25 of 51) sorted by relevance

123

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_event.h99 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_me
[all...]
H A Dwal_event.c104 hi_u32 wal_scan_comp_proc_sta(frw_event_mem_stru *event_mem) in wal_scan_comp_proc_sta()
205 hi_u32 wal_asoc_comp_proc_sta(frw_event_mem_stru *event_mem) in wal_asoc_comp_proc_sta()
276 hi_u32 wal_disasoc_comp_proc_sta(frw_event_mem_stru *event_mem) in wal_disasoc_comp_proc_sta()
352 hi_u32 wal_connect_new_sta_proc_ap(frw_event_mem_stru *event_mem) in wal_connect_new_sta_proc_ap()
425 hi_u32 wal_disconnect_sta_proc_ap(frw_event_mem_stru *event_mem) in wal_disconnect_sta_proc_ap()
506 hi_u32 wal_mic_failure_proc(frw_event_mem_stru *event_mem) in wal_mic_failure_proc()
553 hi_u32 wal_send_mgmt_to_host(frw_event_mem_stru *event_mem) in wal_send_mgmt_to_host()
610 输入参数 : frw_event_mem_stru *event_mem
622 hi_u32 wal_p2p_listen_timeout(frw_event_mem_stru *event_mem) in wal_p2p_listen_timeout()
677 hi_u32 wal_mesh_close_peer_inform(frw_event_mem_stru *event_me
[all...]
H A Dwal_net.h97 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);
H A Dwal_linux_flowctl.h71 hi_u32 wal_flowctl_backp_event_handler(frw_event_mem_stru *event_mem);
H A Dwal_event_msg.c218 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()
222 frw_event_mem_stru *event_mem_info = HI_NULL; in wal_alloc_cfg_event()
377 frw_event_mem_stru *event_mem = HI_NULL; in wal_send_cfg_event()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhmac_hcc_adapt.h30 frw_event_mem_stru *hmac_hcc_rx_convert_netbuf_to_event_default(frw_event_mem_stru *hcc_event_mem);
31 hi_u32 hmac_proc_tx_process_action_event_tx_adapt(frw_event_mem_stru *event_mem);
32 frw_event_mem_stru *hmac_rx_convert_netbuf_to_netbuf_default(frw_event_mem_stru *hcc_event_mem);
33 frw_event_mem_stru *hmac_rx_process_data_sta_rx_adapt(frw_event_mem_stru *hcc_event_mem);
34 frw_event_mem_stru *hmac_rx_process_mgmt_event_rx_adapt(frw_event_mem_stru *hcc_event_mem);
H A Dhmac_hcc_adapt.c53 hi_u32 hmac_hcc_rx_event_comm_adapt(const frw_event_mem_stru *hcc_event_mem) in hmac_hcc_rx_event_comm_adapt()
111 frw_event_mem_stru *hmac_hcc_expand_rx_adpat_event(const frw_event_mem_stru *hcc_event_mem, hi_u32 event_size) in hmac_hcc_expand_rx_adpat_event()
119 frw_event_mem_stru *event_mem; /* 业务事件相关信息 */ in hmac_hcc_expand_rx_adpat_event()
150 frw_event_mem_stru *hmac_hcc_rx_netbuf_convert_to_event(const frw_event_mem_stru *hcc_event_mem, hi_u32 revert_size) in hmac_hcc_rx_netbuf_convert_to_event()
154 frw_event_mem_stru *event_mem = HI_NULL; /* 业务事件相关信息 */ in hmac_hcc_rx_netbuf_convert_to_event()
197 frw_event_mem_stru *hmac_hcc_rx_convert_netbuf_to_event_default(frw_event_mem_stru *hcc_event_mem) in hmac_hcc_rx_convert_netbuf_to_event_default()
209 frw_event_mem_stru *hmac_rx_convert_netbuf_to_netbuf_defaul
[all...]
H A Dhcc_hmac_if.h47 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 Dhcc_hmac.c48 static inline hi_bool hcc_is_data_frame(const frw_event_mem_stru *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()
97 static hi_void hcc_hmac_tx_adapt_extend_hdr_init(const frw_event_mem_stru *hcc_event_mem, in hcc_hmac_tx_adapt_extend_hdr_init()
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()
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()
353 hi_u32 hcc_hmac_tx_control_event(frw_event_mem_stru *event_mem, hi_u16 payload_len) in hcc_hmac_tx_control_event()
438 hi_u32 hcc_host_tx_data_adapt(const frw_event_mem_stru *event_mem, oal_netbuf_stru *netbuf) in hcc_host_tx_data_adapt()
497 hi_u32 hcc_host_tx_data_adapt_pre_do(frw_event_mem_stru *event_mem) in hcc_host_tx_data_adapt_pre_do()
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()
H A Dhcc_comm.h242 frw_event_mem_stru *(*rx_adapt_func)(frw_event_mem_stru *);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
H A Dfrw_event.h138 typedef oal_mem_stru frw_event_mem_stru; /* 事件结构体内存块转定义 */ typedef
214 hi_u32 (*func)(frw_event_mem_stru *); /* (type, subtype, pipeline)类型的事件对应的处理函数 */
215 hi_u32 (*p_tx_adapt_func)(frw_event_mem_stru *);
216 frw_event_mem_stru *(*p_rx_adapt_func)(frw_event_mem_stru *);
253 hi_u32 frw_event_queue_enqueue(frw_event_queue_stru *event_queue, frw_event_mem_stru *event_mem);
254 frw_event_mem_stru *frw_event_queue_dequeue(frw_event_queue_stru *event_queue);
256 hi_u32 frw_event_lookup_process_entry(frw_event_mem_stru *event_mem, const frw_event_hdr_stru *event_hrd);
257 frw_event_mem_stru *frw_event_alloc(hi_u16 us_payload_length);
258 hi_u32 frw_event_free(frw_event_mem_stru *event_me
[all...]
H A Dfrw_event.c76 返 回 值 : 成功: 指向frw_event_mem_stru的指针
83 frw_event_mem_stru *frw_event_alloc(hi_u16 us_payload_length) in frw_event_alloc()
99 hi_u32 frw_event_free(frw_event_mem_stru *event_mem) in frw_event_free()
120 hi_u32 frw_event_to_qid(const frw_event_mem_stru *event_mem, hi_u16 *pus_qid) in frw_event_to_qid()
223 hi_u32 frw_event_dispatch_event(frw_event_mem_stru *event_mem) in frw_event_dispatch_event()
340 hi_u32 frw_event_queue_enqueue(frw_event_queue_stru *event_queue, frw_event_mem_stru *event_mem) in frw_event_queue_enqueue()
384 frw_event_mem_stru *event_mem = HI_NULL; in frw_event_flush_event_queue()
403 event_mem = (frw_event_mem_stru *)frw_event_queue_dequeue(event_queue); in frw_event_flush_event_queue()
450 frw_event_mem_stru *event_mem = HI_NULL; in frw_event_vap_flush_event()
471 event_mem = (frw_event_mem_stru *)frw_event_queue_dequeu in frw_event_vap_flush_event()
[all...]
H A Dfrw_timer.c45 frw_event_mem_stru *event_mem = HI_NULL; in frw_timer_timeout_event()
78 hi_u32 frw_timer_timeout_proc(frw_event_mem_stru *event_mem) in frw_timer_timeout_proc()
187 frw_event_mem_stru *event_mem; in frw_timer_timeout_proc_event()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_mgmt_classifier.h36 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 Dhmac_rx_data.h81 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 Dhmac_scan.h50 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 Dhmac_chan_mgmt.h75 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 Dhmac_blockack.h102 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);
H A Dhmac_config.h220 hi_u32 hmac_csi_data_report_event(frw_event_mem_stru *event_mem);
260 hi_u32 hmac_event_config_syn(frw_event_mem_stru *event_mem);
261 hi_u32 hmac_protection_info_sync_event(frw_event_mem_stru *event_mem);
318 hi_u32 hmac_from_dmac_rx_control_handle(frw_event_mem_stru *event_mem);
319 hi_u32 hmac_from_dmac_rx_data_handle(frw_event_mem_stru *event_mem, oal_netbuf_stru *netbuf, hi_u16 netbuf_num);
334 hi_u32 wal_config_process_pkt(frw_event_mem_stru *event_mem);
337 hi_u32 hmac_proc_dev_sleep_req(const frw_event_mem_stru *event_mem);
354 hi_u32 hmac_dpd_cali_data_recv(const frw_event_mem_stru *event_mem);
379 hi_u32 hmac_syn_info_event(frw_event_mem_stru *event_mem);
380 hi_u32 hmac_voice_aggr_event(frw_event_mem_stru *event_me
[all...]
H A Dhmac_chan_mgmt.c78 frw_event_mem_stru *event_mem = HI_NULL; in hmac_chan_initiate_switch_to_new_channel()
198 frw_event_mem_stru *event_mem = HI_NULL; in hmac_chan_do_sync()
331 frw_event_mem_stru *event_mem = HI_NULL; in hmac_chan_ctrl_machw_tx()
489 frw_event_mem_stru *event_mem = HI_NULL; in hmac_chan_restart_network_after_switch()
529 hi_u32 hmac_chan_switch_to_new_chan_complete(frw_event_mem_stru *event_mem) in hmac_chan_switch_to_new_chan_complete()
588 hi_u32 hmac_dbac_status_notify(frw_event_mem_stru *event_mem) in hmac_dbac_status_notify()
H A Dhmac_mgmt_classifier.c143 hi_u32 hmac_mgmt_rx_delba_event(frw_event_mem_stru *event_mem) in hmac_mgmt_rx_delba_event()
252 hi_u32 hmac_rx_process_mgmt_event(frw_event_mem_stru *event_mem) 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()
386 hi_u32 hmac_mgmt_send_disasoc_deauth_event(frw_event_mem_stru *event_mem) in hmac_mgmt_send_disasoc_deauth_event()
458 hi_u32 hmac_proc_disasoc_misc_event(frw_event_mem_stru *event_mem) in hmac_proc_disasoc_misc_event()
H A Dhmac_wow.h164 hi_u32 hmac_wow_proc_dev_ready_slp_event(frw_event_mem_stru *event_mem);
165 hi_u32 hmac_wow_proc_dev_sync_host_event(frw_event_mem_stru *event_mem);
H A Dhmac_main.h56 hi_u32 hmac_init_event_process(frw_event_mem_stru *event_mem);
H A Dhmac_tx_data.h90 hi_u32 hmac_tx_wlan_to_wlan_ap(frw_event_mem_stru *event_mem);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/
H A Dnet_adpater.h79 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);

Completed in 13 milliseconds

123