Searched refs:pipeline (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/ |
H A D | frw_event.h | 154 /* 事件头修改宏(修改事件头中的pipeline和subtype) */ 157 frw_field_setup((_pst_event_hdr), pipeline, 1); \ 167 frw_field_setup((_pst_event_hdr), pipeline, (_en_pipeline)); \ 196 frw_event_pipeline_enum_uint8 pipeline: 2; /* 事件分段号 */ member 214 hi_u32 (*func)(frw_event_mem_stru *); /* (type, subtype, pipeline)类型的事件对应的处理函数 */ 261 hi_void frw_event_table_register(frw_event_type_enum_uint8 type, frw_event_pipeline_enum_uint8 pipeline, 266 const frw_event_sub_table_item_stru *frw_get_event_sub_table(hi_u8 type, hi_u8 pipeline);
|
H A D | frw_event.c | 187 const frw_event_sub_table_item_stru* frw_get_event_sub_table(hi_u8 type, hi_u8 pipeline) in frw_get_event_sub_table() argument 193 index = (hi_u8)((type << 1) | (pipeline & 0x01)); in frw_get_event_sub_table() 247 if (oal_unlikely(event_hrd->pipeline >= FRW_EVENT_PIPELINE_STAGE_BUTT)) { in frw_event_dispatch_event() 253 if (event_hrd->pipeline == FRW_EVENT_PIPELINE_STAGE_0) { in frw_event_dispatch_event() 354 hi_void frw_event_table_register(frw_event_type_enum_uint8 type, frw_event_pipeline_enum_uint8 pipeline, in frw_event_table_register() argument 364 index = (hi_u8)((type << 1) | (pipeline & 0x01)); in frw_event_table_register() 641 "frw_event_post_event:: enqueue fail, type:%d, sub type:%d, pipeline:%d,max num:%d", event_hdr->type, in frw_event_post_event() 642 event_hdr->sub_type, event_hdr->pipeline, event_queue->queue.max_elements); in frw_event_post_event() 701 index = (hi_u8)((event_hrd->type << 1) | (event_hrd->pipeline & 0x01)); 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[ in frw_event_lookup_process_entry() [all...] |
H A D | frw_timer.c | 61 frw_field_setup((&event->event_hdr), pipeline, (FRW_EVENT_PIPELINE_STAGE_0)); in frw_timer_timeout_event() 201 frw_field_setup((&event->event_hdr), pipeline, (FRW_EVENT_PIPELINE_STAGE_0)); in frw_timer_timeout_proc_event()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_wow.c | 1168 if (HI_TRUE == hmac_wow_tx_check_filter_switch() && (FRW_EVENT_PIPELINE_STAGE_1 == event_hrd->pipeline)) { in hmac_wow_check_event()
|
Completed in 4 milliseconds