Searched refs:hcc_field_setup (Results 1 - 1 of 1) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_comm.h | 42 #define hcc_field_setup(_p, _m, _v) ((_p)->_m = (_v)) macro 48 hcc_field_setup((_pst_event_hdr), en_type, (_en_type)); \ 49 hcc_field_setup((_pst_event_hdr), uc_sub_type, (_uc_sub_type)); \ 50 hcc_field_setup((_pst_event_hdr), uc_chip_id, (_uc_chip_id)); \ 51 hcc_field_setup((_pst_event_hdr), uc_device_id, (_uc_device_id)); \ 52 hcc_field_setup((_pst_event_hdr), uc_vap_id, (_uc_vap_id)); \ 53 hcc_field_setup((_pst_event_hdr), us_length, (_us_length)); \
|
Completed in 2 milliseconds