rtw_os_xmit_resource_alloc  127 drivers/staging/rtl8188eu/core/rtw_xmit.c 		res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ));
rtw_os_xmit_resource_alloc  130 drivers/staging/rtl8188eu/core/rtw_xmit.c 			res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ));
rtw_os_xmit_resource_alloc  165 drivers/staging/rtl8188eu/core/rtw_xmit.c 		res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, max_xmit_extbuf_size + XMITBUF_ALIGN_SZ);
rtw_os_xmit_resource_alloc   25 drivers/staging/rtl8188eu/include/xmit_osdep.h int rtw_os_xmit_resource_alloc(struct adapter *padapter,
rtw_os_xmit_resource_alloc  138 drivers/staging/rtl8723bs/core/rtw_xmit.c 		res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), true);
rtw_os_xmit_resource_alloc  141 drivers/staging/rtl8723bs/core/rtw_xmit.c 			res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), true);
rtw_os_xmit_resource_alloc  219 drivers/staging/rtl8723bs/core/rtw_xmit.c 		res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, MAX_XMIT_EXTBUF_SZ + XMITBUF_ALIGN_SZ, true);
rtw_os_xmit_resource_alloc  249 drivers/staging/rtl8723bs/core/rtw_xmit.c 			res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ, true);
rtw_os_xmit_resource_alloc   33 drivers/staging/rtl8723bs/include/xmit_osdep.h int rtw_os_xmit_resource_alloc(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 alloc_sz, u8 flag);