Searched refs:frw_get_event_payload (Results 1 - 10 of 10) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hmac_hcc_adapt.c | 64 hcc_event_payload = (hcc_event_stru *)frw_get_event_payload(hcc_event_mem); in hmac_hcc_rx_event_comm_adapt() 123 hcc_event_payload = (hcc_event_stru *)frw_get_event_payload(hcc_event_mem); in hmac_hcc_expand_rx_adpat_event() 167 hcc_event_payload = (hcc_event_stru *)frw_get_event_payload(hcc_event_mem); 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() 205 hcc_event_payload = (hcc_event_stru *)frw_get_event_payload(hcc_event_mem); in hmac_hcc_rx_convert_netbuf_to_event_default() 217 hcc_event_payload = (hcc_event_stru *)frw_get_event_payload(hcc_event_mem); in hmac_rx_convert_netbuf_to_netbuf_default() 231 dmax_ctx_event = (dmac_tx_event_stru *)frw_get_event_payload(event_mem); in hmac_rx_convert_netbuf_to_netbuf_default() 247 hcc_event_payload = (hcc_event_stru *)frw_get_event_payload(hcc_event_mem); in hmac_rx_process_data_sta_rx_adapt() 261 wlan_rx_event = (dmac_wlan_drx_event_stru *)frw_get_event_payload(event_mem); in hmac_rx_process_data_sta_rx_adapt() 276 hcc_event_payload = (hcc_event_stru *)frw_get_event_payload(hcc_event_me in hmac_rx_process_mgmt_event_rx_adapt() [all...] |
H A D | hcc_hmac.c | 323 event_payload = frw_get_event_payload(event_mem); in hmac_hcc_tx_event_buf_to_netbuf() 506 event_payload = (dmac_tx_event_stru *)frw_get_event_payload(event_mem); in hcc_host_tx_data_adapt_pre_do()
|
H A D | hcc_host.c | 1411 event_payload = (hcc_event_stru *)frw_get_event_payload(event_mem); 1603 event_payload = frw_get_event_payload(event_mem);
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/ |
H A D | frw_event.h | 173 #define frw_get_event_payload(event_mem) ((hi_u8 *)((frw_event_stru *)(event_mem)->puc_data)->auc_event_data) macro
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_edca_opt.c | 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()
|
H A D | hmac_chan_mgmt.c | 234 if (memcpy_s(frw_get_event_payload(event_mem), sizeof(dmac_set_chan_stru), (hi_u8 *)set_chan, in hmac_chan_do_sync()
|
H A D | hmac_event.c | 720 wal_msg_stru *msg = (wal_msg_stru *)(frw_get_event_payload(event_mem) + sizeof(wal_msg_rep_hdr)); in wal_config_process_pkt()
|
H A D | hmac_11i.c | 1321 if (memcpy_s((hi_u8 *)frw_get_event_payload(event_mem), sizeof(dmac_to_hmac_mic_event_stru), (hi_u8 *)mic_event, in hmac_rx_tkip_mic_failure_process()
|
H A D | hmac_scan.c | 1862 if (memcpy_s(frw_get_event_payload(event_mem), sizeof(mac_pno_scan_stru *), (hi_u8 *)&pno_scan_params, in hmac_scan_proc_sched_scan_req_event()
|
H A D | hmac_mgmt_sta.c | 1006 if (memcpy_s(frw_get_event_payload(event_mem), sizeof(dmac_ctx_sta_asoc_set_edca_reg_stru), in hmac_sta_up_update_edca_params_machw()
|
Completed in 18 milliseconds