Searched refs:c2h_evt (Results 1 – 2 of 2) sorted by relevance
896 struct c2h_evt_hdr_88xx *c2h_evt; in sd_int_dpc() local898 c2h_evt = rtw_zmalloc(16); in sd_int_dpc()899 if (c2h_evt) { in sd_int_dpc()900 if (c2h_evt_read_88xx(adapter, (u8 *)c2h_evt) == _SUCCESS) { in sd_int_dpc()901 if (c2h_id_filter_ccx_8723b((u8 *)c2h_evt)) { in sd_int_dpc()903 rtw_hal_c2h_handler(adapter, (u8 *)c2h_evt); in sd_int_dpc()904 kfree(c2h_evt); in sd_int_dpc()906 rtw_c2h_wk_cmd(adapter, (u8 *)c2h_evt); in sd_int_dpc()909 kfree(c2h_evt); in sd_int_dpc()
108 #define c2h_evt_valid(c2h_evt) ((c2h_evt)->id || (c2h_evt)->plen) argument612 extern u8 rtw_c2h_wk_cmd(struct adapter *padapter, u8 *c2h_evt);