Searched refs:c2h_evt (Results 1 – 4 of 4) sorted by relevance
896 struct c2h_evt_hdr_88xx *c2h_evt; in sd_int_dpc() local 898 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()
299 s32 rtw_hal_c2h_handler(struct adapter *adapter, u8 *c2h_evt) in rtw_hal_c2h_handler() argument 301 return c2h_handler_8723b(adapter, c2h_evt); in rtw_hal_c2h_handler()
1651 u8 rtw_c2h_wk_cmd(struct adapter *padapter, u8 *c2h_evt) in rtw_c2h_wk_cmd() argument 1673 pdrvextra_cmd_parm->size = c2h_evt?16:0; in rtw_c2h_wk_cmd() 1674 pdrvextra_cmd_parm->pbuf = c2h_evt; in rtw_c2h_wk_cmd() 1689 u8 *c2h_evt; in c2h_wk_callback() local 1695 c2h_evt = (u8 *)rtw_cbuf_pop(evtpriv->c2h_queue); in c2h_wk_callback() 1696 if (c2h_evt) { in c2h_wk_callback() 1700 c2h_evt = rtw_malloc(16); in c2h_wk_callback() 1701 if (c2h_evt) { in c2h_wk_callback() 1703 if (c2h_evt_read_88xx(adapter, c2h_evt) != _SUCCESS) { in c2h_wk_callback() 1704 kfree(c2h_evt); in c2h_wk_callback() [all...]
161 typedef s32 (*c2h_id_filter)(u8 *c2h_evt);253 s32 rtw_hal_c2h_handler(struct adapter *adapter, u8 *c2h_evt);