Searched refs:main_type (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_comm.h | 124 hi_u32 main_type; member 140 hi_u16 main_type: 3; /* main type to hcc type,refer to hcc_action_type */ member 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 272 param->main_type = main_type; in hcc_hdr_param_init()
|
H A D | hcc_slave.c | 257 hcc_hdr->main_type = param->main_type; in hcc_slave_build_header() 790 if ((hdr->main_type >= HCC_ACTION_TYPE_BUTT) || (hdr->sub_type >= WIFI_SUB_TYPE_BUTT) || in hcc_check_header_vaild() 802 hcc_rx_action *rx_action = &g_hcc_slave_handler.rx_action_info.action[hcc_head->main_type]; in hcc_exec_action()
|
H A D | hcc_hmac.c | 136 hcc_hdr->main_type = param->main_type; in hcc_hmac_tx_hcc_hdr_init()
|
H A D | hcc_host.c | 275 if ((hcc_hdr->main_type >= HCC_ACTION_TYPE_BUTT) || 278 "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); 358 rx_action = &hcc_handler->hcc_transer_info.rx_action_info.action[hcc_hdr->main_type]; 373 hcc_hdr->main_type, hcc_hdr->sub_type); 1420 oam_error_log3(0, 0, "hcc_hmac_rx_wifi_post_func:: post_event failed, err_code[%d], main_type[%d], subtype[%d]",
|
Completed in 12 milliseconds