Searched refs:rtw_os_xmit_resource_alloc (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8188eu/include/ |
D | xmit_osdep.h | 25 int rtw_os_xmit_resource_alloc(struct xmit_buf *pxmitbuf, u32 alloc_sz);
|
/Linux-v5.10/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-v5.10/drivers/staging/rtl8188eu/os_dep/ |
D | xmit_linux.c | 17 int rtw_os_xmit_resource_alloc(struct xmit_buf *pxmitbuf, u32 alloc_sz) in rtw_os_xmit_resource_alloc() function
|
/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/ |
D | xmit_linux.c | 49 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-v5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 127 res = rtw_os_xmit_resource_alloc(pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ)); in _rtw_init_xmit_priv() 130 res = rtw_os_xmit_resource_alloc(pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ)); in _rtw_init_xmit_priv() 165 res = rtw_os_xmit_resource_alloc(pxmitbuf, max_xmit_extbuf_size + XMITBUF_ALIGN_SZ); in _rtw_init_xmit_priv()
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 125 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), true); in _rtw_init_xmit_priv() 128 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), true); in _rtw_init_xmit_priv() 207 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, MAX_XMIT_EXTBUF_SZ + XMITBUF_ALIGN_SZ, true); in _rtw_init_xmit_priv() 237 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ, true); in _rtw_init_xmit_priv()
|