Home
last modified time | relevance | path

Searched refs:XMITBUF_ALIGN_SZ (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c130 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), true); in _rtw_init_xmit_priv()
133 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), true); in _rtw_init_xmit_priv()
212 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, MAX_XMIT_EXTBUF_SZ + XMITBUF_ALIGN_SZ, true); in _rtw_init_xmit_priv()
242 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ, true); in _rtw_init_xmit_priv()
252 pxmitbuf->alloc_sz = MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ; in _rtw_init_xmit_priv()
293 rtw_os_xmit_resource_free(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), true); in _rtw_free_xmit_priv()
315 rtw_os_xmit_resource_free(padapter, pxmitbuf, (MAX_XMIT_EXTBUF_SZ + XMITBUF_ALIGN_SZ), true); in _rtw_free_xmit_priv()
325 rtw_os_xmit_resource_free(padapter, pxmitbuf, MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ, true); in _rtw_free_xmit_priv()
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dxmit_linux.c54 pxmitbuf->pbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitbuf->pallocated_buf), XMITBUF_ALIGN_SZ); in rtw_os_xmit_resource_alloc()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_xmit.h34 #define XMITBUF_ALIGN_SZ 512 macro
H A Drtl871x_xmit.c130 kmalloc(MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ, GFP_ATOMIC); in _r8712_init_xmit_priv()
135 pxmitbuf->pbuf = pxmitbuf->pallocated_buf + XMITBUF_ALIGN_SZ - in _r8712_init_xmit_priv()
137 (XMITBUF_ALIGN_SZ - 1)); in _r8712_init_xmit_priv()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_xmit.h16 #define XMITBUF_ALIGN_SZ 512 macro