Searched refs:rtw_os_xmit_resource_free (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | xmit_osdep.h | 27 void rtw_os_xmit_resource_free(struct xmit_buf *pxmitbuf);
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | xmit_osdep.h | 34 void rtw_os_xmit_resource_free(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 free_sz, u8…
|
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/ |
D | xmit_linux.c | 38 void rtw_os_xmit_resource_free(struct xmit_buf *pxmitbuf) in rtw_os_xmit_resource_free() function
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | xmit_linux.c | 62 void rtw_os_xmit_resource_free(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 free_sz, u8… in rtw_os_xmit_resource_free() function
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 299 rtw_os_xmit_resource_free(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), true); in _rtw_free_xmit_priv() 325 rtw_os_xmit_resource_free(padapter, pxmitbuf, (MAX_XMIT_EXTBUF_SZ + XMITBUF_ALIGN_SZ), true); in _rtw_free_xmit_priv() 337 rtw_os_xmit_resource_free(padapter, pxmitbuf, MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ, true); in _rtw_free_xmit_priv()
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 223 rtw_os_xmit_resource_free(pxmitbuf); in _rtw_free_xmit_priv() 233 rtw_os_xmit_resource_free(pxmitbuf); in _rtw_free_xmit_priv()
|