Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dxmit_osdep.h47 int rtw_os_xmit_resource_alloc(struct adapter *padapter,
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dxmit_linux.c72 int rtw_os_xmit_resource_alloc(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 alloc_sz) in rtw_os_xmit_resource_alloc() function
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_xmit.c148 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ)); in _rtw_init_xmit_priv()
151 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ)); in _rtw_init_xmit_priv()
187 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, max_xmit_extbuf_size + XMITBUF_ALIGN_SZ); in _rtw_init_xmit_priv()