Searched refs:rtw_cbuf_alloc (Results 1 – 3 of 3) sorted by relevance
116 struct rtw_cbuf *rtw_cbuf_alloc(u32 size);
217 * rtw_cbuf_alloc - allocate a rtw_cbuf with given size and do initialization222 struct rtw_cbuf *rtw_cbuf_alloc(u32 size) in rtw_cbuf_alloc() function
207 pevtpriv->c2h_queue = rtw_cbuf_alloc(C2H_QUEUE_MAX_LEN+1); in rtw_init_evt_priv()