Searched refs:c2h_queue (Results 1 – 3 of 3) sorted by relevance
216 pevtpriv->c2h_queue = rtw_cbuf_alloc(C2H_QUEUE_MAX_LEN+1); in _rtw_init_evt_priv()229 while (!rtw_cbuf_empty(pevtpriv->c2h_queue)) { in _rtw_free_evt_priv()230 void *c2h = rtw_cbuf_pop(pevtpriv->c2h_queue); in _rtw_free_evt_priv()235 kfree(pevtpriv->c2h_queue); in _rtw_free_evt_priv()1954 while (!rtw_cbuf_empty(evtpriv->c2h_queue)) { in c2h_wk_callback()1955 c2h_evt = (u8 *)rtw_cbuf_pop(evtpriv->c2h_queue); in c2h_wk_callback()
63 struct rtw_cbuf *c2h_queue; member
1083 if (rtw_cbuf_push(adapter->evtpriv.c2h_queue, NULL) != _SUCCESS) in sd_int_dpc()