Home
last modified time | relevance | path

Searched refs:rtw_cbuf_alloc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dosdep_service.h123 struct rtw_cbuf *rtw_cbuf_alloc(u32 size);
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dosdep_service.c223 struct rtw_cbuf *rtw_cbuf_alloc(u32 size) in rtw_cbuf_alloc() function
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_cmd.c208 pevtpriv->c2h_queue = rtw_cbuf_alloc(C2H_QUEUE_MAX_LEN+1); in rtw_init_evt_priv()