Home
last modified time | relevance | path

Searched refs:frw_field_setup (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
H A Dfrw_timer.c58 frw_field_setup((&event->event_hdr), type, (FRW_EVENT_TYPE_TIMEOUT)); in frw_timer_timeout_event()
59 frw_field_setup((&event->event_hdr), sub_type, (FRW_TIMEOUT_TIMER_EVENT)); in frw_timer_timeout_event()
60 frw_field_setup((&event->event_hdr), us_length, (WLAN_MEM_EVENT_SIZE1)); in frw_timer_timeout_event()
61 frw_field_setup((&event->event_hdr), pipeline, (FRW_EVENT_PIPELINE_STAGE_0)); in frw_timer_timeout_event()
62 frw_field_setup((&event->event_hdr), vap_id, (0)); in frw_timer_timeout_event()
198 frw_field_setup((&event->event_hdr), type, (FRW_EVENT_TYPE_TIMEOUT)); in frw_timer_timeout_proc_event()
199 frw_field_setup((&event->event_hdr), sub_type, (FRW_TIMEOUT_TIMER_EVENT)); in frw_timer_timeout_proc_event()
200 frw_field_setup((&event->event_hdr), us_length, (WLAN_MEM_EVENT_SIZE1)); in frw_timer_timeout_proc_event()
201 frw_field_setup((&event->event_hdr), pipeline, (FRW_EVENT_PIPELINE_STAGE_0)); in frw_timer_timeout_proc_event()
202 frw_field_setup(( in frw_timer_timeout_proc_event()
[all...]
H A Dfrw_event.h152 #define frw_field_setup(_p, _m, _v) ((_p)->_m = _v) macro
157 frw_field_setup((_pst_event_hdr), pipeline, 1); \
158 frw_field_setup((_pst_event_hdr), sub_type, (_uc_sub_type)); \
164 frw_field_setup((_pst_event_hdr), us_length, ((_us_length) + FRW_EVENT_HDR_LEN)); \
165 frw_field_setup((_pst_event_hdr), type, (_en_type)); \
166 frw_field_setup((_pst_event_hdr), sub_type, (_uc_sub_type)); \
167 frw_field_setup((_pst_event_hdr), pipeline, (_en_pipeline)); \
168 frw_field_setup((_pst_event_hdr), vap_id, (_uc_vap_id)); \

Completed in 2 milliseconds