Searched refs:rtw_os_xmit_resource_free (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8188eu/include/ |
D | xmit_osdep.h | 26 void rtw_os_xmit_resource_free(struct xmit_buf *pxmitbuf);
|
/Linux-v5.10/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-v5.10/drivers/staging/rtl8188eu/os_dep/ |
D | xmit_linux.c | 37 void rtw_os_xmit_resource_free(struct xmit_buf *pxmitbuf) in rtw_os_xmit_resource_free() function
|
/Linux-v5.10/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-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 288 rtw_os_xmit_resource_free(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), true); in _rtw_free_xmit_priv() 313 rtw_os_xmit_resource_free(padapter, pxmitbuf, (MAX_XMIT_EXTBUF_SZ + XMITBUF_ALIGN_SZ), true); in _rtw_free_xmit_priv() 324 rtw_os_xmit_resource_free(padapter, pxmitbuf, MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ, true); in _rtw_free_xmit_priv()
|
/Linux-v5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 221 rtw_os_xmit_resource_free(pxmitbuf); in _rtw_free_xmit_priv() 231 rtw_os_xmit_resource_free(pxmitbuf); in _rtw_free_xmit_priv()
|