Searched refs:rtw_os_xmit_resource_alloc (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/staging/rtl8723bs/include/ |
D | xmit_osdep.h | 33 int rtw_os_xmit_resource_alloc(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 alloc_sz, u…
|
/linux-6.12.1/drivers/staging/rtl8723bs/os_dep/ |
D | xmit_linux.c | 46 int rtw_os_xmit_resource_alloc(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 alloc_sz, u… in rtw_os_xmit_resource_alloc() function
|
/linux-6.12.1/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 129 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), true); in _rtw_init_xmit_priv() 132 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), true); in _rtw_init_xmit_priv() 211 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, MAX_XMIT_EXTBUF_SZ + XMITBUF_ALIGN_SZ, true); in _rtw_init_xmit_priv() 241 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ, true); in _rtw_init_xmit_priv()
|