XMITBUF_ALIGN_SZ  127 drivers/staging/rtl8188eu/core/rtw_xmit.c 		res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ));
XMITBUF_ALIGN_SZ  130 drivers/staging/rtl8188eu/core/rtw_xmit.c 			res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ));
XMITBUF_ALIGN_SZ  165 drivers/staging/rtl8188eu/core/rtw_xmit.c 		res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, max_xmit_extbuf_size + XMITBUF_ALIGN_SZ);
XMITBUF_ALIGN_SZ   26 drivers/staging/rtl8188eu/os_dep/xmit_linux.c 	pxmitbuf->pbuf = PTR_ALIGN(pxmitbuf->pallocated_buf, XMITBUF_ALIGN_SZ);
XMITBUF_ALIGN_SZ  129 drivers/staging/rtl8712/rtl871x_xmit.c 		pxmitbuf->pallocated_buf = kmalloc(MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ,
XMITBUF_ALIGN_SZ  133 drivers/staging/rtl8712/rtl871x_xmit.c 		pxmitbuf->pbuf = pxmitbuf->pallocated_buf + XMITBUF_ALIGN_SZ -
XMITBUF_ALIGN_SZ  135 drivers/staging/rtl8712/rtl871x_xmit.c 				 (XMITBUF_ALIGN_SZ - 1));
XMITBUF_ALIGN_SZ  138 drivers/staging/rtl8723bs/core/rtw_xmit.c 		res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), true);
XMITBUF_ALIGN_SZ  141 drivers/staging/rtl8723bs/core/rtw_xmit.c 			res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), true);
XMITBUF_ALIGN_SZ  219 drivers/staging/rtl8723bs/core/rtw_xmit.c 		res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, MAX_XMIT_EXTBUF_SZ + XMITBUF_ALIGN_SZ, true);
XMITBUF_ALIGN_SZ  249 drivers/staging/rtl8723bs/core/rtw_xmit.c 			res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ, true);
XMITBUF_ALIGN_SZ  259 drivers/staging/rtl8723bs/core/rtw_xmit.c 			pxmitbuf->alloc_sz = MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ;
XMITBUF_ALIGN_SZ  301 drivers/staging/rtl8723bs/core/rtw_xmit.c 		rtw_os_xmit_resource_free(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), true);
XMITBUF_ALIGN_SZ  327 drivers/staging/rtl8723bs/core/rtw_xmit.c 		rtw_os_xmit_resource_free(padapter, pxmitbuf, (MAX_XMIT_EXTBUF_SZ + XMITBUF_ALIGN_SZ), true);
XMITBUF_ALIGN_SZ  339 drivers/staging/rtl8723bs/core/rtw_xmit.c 			rtw_os_xmit_resource_free(padapter, pxmitbuf, MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ, true);
XMITBUF_ALIGN_SZ   56 drivers/staging/rtl8723bs/os_dep/xmit_linux.c 		pxmitbuf->pbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitbuf->pallocated_buf), XMITBUF_ALIGN_SZ);