Home
last modified time | relevance | path

Searched refs:sub_type (Results 1 - 25 of 26) sorted by relevance

12

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
H A Dfrw_event.c109 ret, frw_event->event_hdr.type, frw_event->event_hdr.sub_type); in frw_event_free()
132 "{frw_event_to_qid, array overflow! us_qid[%d], vap_id[%d], en_type[%d],sub_type[%d]}", in frw_event_to_qid()
133 us_qid, event_hrd->vap_id, event_hrd->type, event_hrd->sub_type); in frw_event_to_qid()
642 event_hdr->sub_type, event_hdr->pipeline, event_queue->queue.max_elements); in frw_event_post_event()
694 hi_u8 sub_type; in frw_event_lookup_process_entry() local
698 sub_type = event_hrd->sub_type; in frw_event_lookup_process_entry()
703 hi_diag_log_msg_e3(0, "{frw_event_lookup_process_entry::array overflow! type[%d], sub_type[%d], pipeline[%d]}", in frw_event_lookup_process_entry()
704 event_hrd->type, sub_type, event_hrd->pipeline); in frw_event_lookup_process_entry()
711 hi_diag_log_msg_e2(0, "{frw_event_lookup_process_entry::pst_sub_table is NULL! sub_type[ in frw_event_lookup_process_entry()
[all...]
H A Dfrw_event.h158 frw_field_setup((_pst_event_hdr), sub_type, (_uc_sub_type)); \
166 frw_field_setup((_pst_event_hdr), sub_type, (_uc_sub_type)); \
195 hi_u8 sub_type: 6; /* 事件子类型 */ member
H A Dfrw_timer.c59 frw_field_setup((&event->event_hdr), sub_type, (FRW_TIMEOUT_TIMER_EVENT)); in frw_timer_timeout_event()
199 frw_field_setup((&event->event_hdr), sub_type, (FRW_TIMEOUT_TIMER_EVENT)); in frw_timer_timeout_proc_event()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_comm.h90 hi_u8 sub_type; /* 事件子类型 */ member
125 hi_u32 sub_type; member
139 hi_u16 sub_type: 4; /* sub type to hcc type,refer to hcc_action_type */ member
174 /* less than 16,4bits for sub_type */
269 static inline hi_void hcc_hdr_param_init(hcc_transfer_param *param, hi_u32 main_type, hi_u32 sub_type, in hcc_hdr_param_init() argument
273 param->sub_type = sub_type; in hcc_hdr_param_init()
H A Dhmac_hcc_adapt.c79 mac_header_len, event_hdr->type, event_hdr->sub_type); in hmac_hcc_rx_event_comm_adapt()
117 hi_u8 sub_type; in hmac_hcc_expand_rx_adpat_event() local
126 sub_type = hcc_event_hdr->sub_type; in hmac_hcc_expand_rx_adpat_event()
141 sub_type, in hmac_hcc_expand_rx_adpat_event() local
H A Dhcc_hmac.c107 ext_hdr->nest_sub_type = event_hdr->sub_type; in hcc_hmac_tx_adapt_extend_hdr_init()
137 hcc_hdr->sub_type = param->sub_type; in hcc_hmac_tx_hcc_hdr_init()
272 hi_u32 sub_type = (event->event_hdr.type == FRW_EVENT_TYPE_HOST_DRX) ? WIFI_DATA_TYPE : WIFI_CONTROL_TYPE; in hcc_tx_netbuf_normal() local
282 if (event->event_hdr.type == FRW_EVENT_TYPE_HOST_CRX && event->event_hdr.sub_type == HMAC_TO_DMAC_SYN_CFG) { in hcc_tx_netbuf_normal()
295 hcc_hdr_param_init(&param, HCC_ACTION_TYPE_WIFI, sub_type, in hcc_tx_netbuf_normal()
H A Dhcc_slave.c258 hcc_hdr->sub_type = param->sub_type; in hcc_slave_build_header()
757 ext_hdr->nest_sub_type = event_hdr->sub_type; in hcc_oam_log_tx()
790 if ((hdr->main_type >= HCC_ACTION_TYPE_BUTT) || (hdr->sub_type >= WIFI_SUB_TYPE_BUTT) || in hcc_check_header_vaild()
808 if (rx_action->pre_do(hcc_head->sub_type, &slave_netbuf, &pre_context) != HI_SUCCESS) { in hcc_exec_action()
830 (hi_void)rx_action->post_do(hcc_head->sub_type, &slave_netbuf, pre_context); in hcc_exec_action()
H A Dhcc_host.c278 "hcc_host_check_header_vaild:: hcc_hdr invalid!,main_type[%d],sub_type[%d],pad_hdr[%d],pad_payload[%d]",
279 hcc_hdr->main_type, hcc_hdr->sub_type, hcc_hdr->pad_hdr, hcc_hdr->pad_payload);
363 pre_ret = rx_action->pre_do(hcc_hdr->sub_type, &hcc_netbuf, &pre_context);
370 rx_action->post_do(hcc_hdr->sub_type, &hcc_netbuf, pre_context);
372 oam_error_log2(0, 0, "hcc_host_send_rx_queue:: post_do is null, hcc_main_type[%d], sub_type[%d]",
373 hcc_hdr->main_type, hcc_hdr->sub_type);
1581 hi_u32 hcc_send_control_msg(hcc_handler_stru *hcc_handler, hi_u8 sub_type, hi_u8 *buf, int len) argument
1602 frw_event_hdr_init(&(event->event_hdr), FRW_EVENT_TYPE_HCC, sub_type, len, FRW_EVENT_PIPELINE_STAGE_1, 0);
1634 ext_hdr->nest_sub_type = event_hdr->sub_type;
H A Dhcc_host.h413 hi_u32 hcc_send_control_msg(hcc_handler_stru *hcc_handler, hi_u8 sub_type, hi_u8 *buf, int len);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_uapsd.h47 hi_void hmac_uapsd_update_user_para(const hi_u8 *puc_mac_hdr, hi_u8 sub_type, hi_u32 msg_len,
H A Dhmac_event.c852 return sub_table_item[event_hdr->sub_type].func(event_mem); in hmac_from_dmac_rx_control_handle()
868 switch (event_hdr->sub_type) { in hmac_from_dmac_rx_data_handle()
883 hi_diag_log_msg_e1(0, "hmac_from_dmac_rx_data_handle:: invalid CRX sub-type:%d.", event_hdr->sub_type); in hmac_from_dmac_rx_data_handle()
889 switch (event_hdr->sub_type) { in hmac_from_dmac_rx_data_handle()
896 hi_diag_log_msg_e1(0, "hmac_from_dmac_rx_data_handle:: invalid DRX sub-type:%d.", event_hdr->sub_type); in hmac_from_dmac_rx_data_handle()
906 return sub_table_item[event_hdr->sub_type].func(event_mem); in hmac_from_dmac_rx_data_handle()
964 hi_u32 hmac_send_event_to_host(const mac_vap_stru *mac_vap, const hi_u8 *param, hi_u16 len, hi_u8 sub_type) in hmac_send_event_to_host() argument
980 frw_event_hdr_init(&(event->event_hdr), FRW_EVENT_TYPE_HOST_CTX, sub_type, len, FRW_EVENT_PIPELINE_STAGE_0, in hmac_send_event_to_host()
H A Dhmac_uapsd.c145 hi_void hmac_uapsd_update_user_para(const hi_u8 *puc_mac_hdr, hi_u8 sub_type, hi_u32 msg_len, in hmac_uapsd_update_user_para() argument
154 if (WLAN_FC0_SUBTYPE_REASSOC_REQ == sub_type) { in hmac_uapsd_update_user_para()
H A Dhmac_event.h53 hi_u32 hmac_send_event_to_host(const mac_vap_stru *mac_vap, const hi_u8 *param, hi_u16 len, hi_u8 sub_type);
H A Dhmac_chan_mgmt.c329 static hi_void hmac_chan_ctrl_machw_tx(const mac_vap_stru *mac_vap, hi_u8 sub_type) in hmac_chan_ctrl_machw_tx() argument
345 frw_event_hdr_init(&(event->event_hdr), FRW_EVENT_TYPE_WLAN_CTX, sub_type, 0, FRW_EVENT_PIPELINE_STAGE_1, in hmac_chan_ctrl_machw_tx()
H A Dhmac_mgmt_ap.c963 static hi_void hmac_ap_up_update_asoc_entry_prot(const hi_u8 *puc_mac_hdr, hi_u8 sub_type, hi_u32 msg_len, in hmac_ap_up_update_asoc_entry_prot() argument
967 hmac_uapsd_update_user_para(puc_mac_hdr, sub_type, msg_len, hmac_user); in hmac_ap_up_update_asoc_entry_prot()
1032 hi_u8 sub_type = mac_get_frame_sub_type(sta_user->puc_mac_hdr); in hmac_sta_several_param_proc() local
1034 if ((hmac_vap->base_vap->vap_mode == WLAN_VAP_MODE_MESH) && (sub_type == WLAN_FC0_SUBTYPE_ACTION)) { in hmac_sta_several_param_proc()
1073 hmac_ap_up_update_asoc_entry_prot(sta_user->puc_payload, sub_type, sta_user->msg_len, hmac_user); in hmac_sta_several_param_proc()
H A Dhmac_crypto_tkip.c103 if (frame_4addr_hdr->frame_control.sub_type == WLAN_QOS_DATA) { in hmac_crypto_tkip_michael_hdr()
H A Dhmac_wow.c1188 (event_hrd->type << 16) | event_hrd->sub_type, event_dir, cnt, hmac_wow_get_host_state()); /* 左移16位 */ in hmac_wow_check_event()
H A Ddmac_ext_if.h936 (((mac_ieee80211_frame_stru *)((hi_u8 *)(_pst_tx_ctrl) + HI_MAX_DEV_CB_LEN))->frame_control.sub_type)
H A Dhmac_wapi.c73 if ((mac_hdr->frame_control.type == WLAN_DATA_BASICTYPE) && (WLAN_QOS_DATA & mac_hdr->frame_control.sub_type)) { in hmac_wapi_is_qos()
H A Dhmac_scan.c967 if (frame_header->frame_control.sub_type == WLAN_BEACON) { in hmac_scan_update_bss_base()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_scan.c229 frame_hdr->frame_control.sub_type = in wal_inform_all_bss()
230 (frame_hdr->frame_control.sub_type == WLAN_BEACON) ? WLAN_PROBE_RSP : frame_hdr->frame_control.sub_type; in wal_inform_all_bss()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dmbo.h253 uint8 sub_type; member
H A Dbcmevent.h1257 uint32 sub_type; /* Sub event type */ member
H A D802.11.h5066 uint8 sub_type; /* BRCM_FTM_IE_TYPE (or Customer) */ member
5077 uint8 sub_type; /* BRCM_FTM_IE_TYPE (or Customer) */ member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_frame.h1069 sub_type : 4, /* 子类型 */ member
1591 hi_u8 sub_type; member

Completed in 58 milliseconds

12