rtw_os_xmit_resource_free  221 drivers/staging/rtl8188eu/core/rtw_xmit.c 		rtw_os_xmit_resource_free(pxmitbuf);
rtw_os_xmit_resource_free  231 drivers/staging/rtl8188eu/core/rtw_xmit.c 		rtw_os_xmit_resource_free(pxmitbuf);
rtw_os_xmit_resource_free   27 drivers/staging/rtl8188eu/include/xmit_osdep.h void rtw_os_xmit_resource_free(struct xmit_buf *pxmitbuf);
rtw_os_xmit_resource_free  301 drivers/staging/rtl8723bs/core/rtw_xmit.c 		rtw_os_xmit_resource_free(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), true);
rtw_os_xmit_resource_free  327 drivers/staging/rtl8723bs/core/rtw_xmit.c 		rtw_os_xmit_resource_free(padapter, pxmitbuf, (MAX_XMIT_EXTBUF_SZ + XMITBUF_ALIGN_SZ), true);
rtw_os_xmit_resource_free  339 drivers/staging/rtl8723bs/core/rtw_xmit.c 			rtw_os_xmit_resource_free(padapter, pxmitbuf, MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ, true);
rtw_os_xmit_resource_free   34 drivers/staging/rtl8723bs/include/xmit_osdep.h void rtw_os_xmit_resource_free(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 free_sz, u8 flag);