Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Drtw_xmit.h65 #define XMITBUF_ALIGN_SZ 4 macro
68 #define XMITBUF_ALIGN_SZ 4 macro
71 #define XMITBUF_ALIGN_SZ (USB_XMITBUF_ALIGN_SZ) macro
73 #define XMITBUF_ALIGN_SZ 512 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Drtw_xmit.h65 #define XMITBUF_ALIGN_SZ 4 macro
68 #define XMITBUF_ALIGN_SZ 4 macro
71 #define XMITBUF_ALIGN_SZ (USB_XMITBUF_ALIGN_SZ) macro
73 #define XMITBUF_ALIGN_SZ 512 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Drtw_xmit.h69 #define XMITBUF_ALIGN_SZ 4 macro
72 #define XMITBUF_ALIGN_SZ 4 macro
75 #define XMITBUF_ALIGN_SZ (USB_XMITBUF_ALIGN_SZ) macro
77 #define XMITBUF_ALIGN_SZ 512 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Drtw_xmit.h64 #define XMITBUF_ALIGN_SZ 4 macro
67 #define XMITBUF_ALIGN_SZ 4 macro
70 #define XMITBUF_ALIGN_SZ (USB_XMITBUF_ALIGN_SZ) macro
72 #define XMITBUF_ALIGN_SZ 512 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Drtw_xmit.h79 #define XMITBUF_ALIGN_SZ 4 macro
82 #define XMITBUF_ALIGN_SZ (USB_XMITBUF_ALIGN_SZ) macro
84 #define XMITBUF_ALIGN_SZ 512 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Drtw_xmit.h79 #define XMITBUF_ALIGN_SZ 4 macro
82 #define XMITBUF_ALIGN_SZ (USB_XMITBUF_ALIGN_SZ) macro
84 #define XMITBUF_ALIGN_SZ 512 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Drtw_xmit.h79 #define XMITBUF_ALIGN_SZ 4 macro
82 #define XMITBUF_ALIGN_SZ (USB_XMITBUF_ALIGN_SZ) macro
84 #define XMITBUF_ALIGN_SZ 512 macro
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/os_dep/
H A Dxmit_linux.c25 pxmitbuf->pbuf = PTR_ALIGN(pxmitbuf->pallocated_buf, XMITBUF_ALIGN_SZ); in rtw_os_xmit_resource_alloc()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c125 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()
247 pxmitbuf->alloc_sz = MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ; in _rtw_init_xmit_priv()
288 rtw_os_xmit_resource_free(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), true); in _rtw_free_xmit_priv()
313 rtw_os_xmit_resource_free(padapter, pxmitbuf, (MAX_XMIT_EXTBUF_SZ + XMITBUF_ALIGN_SZ), true); in _rtw_free_xmit_priv()
324 rtw_os_xmit_resource_free(padapter, pxmitbuf, MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ, true); in _rtw_free_xmit_priv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Drtw_xmit.h79 #define XMITBUF_ALIGN_SZ 4 macro
82 #define XMITBUF_ALIGN_SZ (USB_XMITBUF_ALIGN_SZ) macro
84 #define XMITBUF_ALIGN_SZ 512 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Drtw_xmit.h79 #define XMITBUF_ALIGN_SZ 4 macro
82 #define XMITBUF_ALIGN_SZ (USB_XMITBUF_ALIGN_SZ) macro
84 #define XMITBUF_ALIGN_SZ 512 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Drtw_xmit.h80 #define XMITBUF_ALIGN_SZ 4 macro
83 #define XMITBUF_ALIGN_SZ (USB_XMITBUF_ALIGN_SZ) macro
85 #define XMITBUF_ALIGN_SZ 512 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_xmit.h32 #define XMITBUF_ALIGN_SZ 4
35 #define XMITBUF_ALIGN_SZ (USB_XMITBUF_ALIGN_SZ)
37 #define XMITBUF_ALIGN_SZ 512
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Drtw_xmit.h78 #define XMITBUF_ALIGN_SZ 4 macro
81 #define XMITBUF_ALIGN_SZ (USB_XMITBUF_ALIGN_SZ) macro
83 #define XMITBUF_ALIGN_SZ 512 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Drtw_xmit.h78 #define XMITBUF_ALIGN_SZ 4 macro
81 #define XMITBUF_ALIGN_SZ (USB_XMITBUF_ALIGN_SZ) macro
83 #define XMITBUF_ALIGN_SZ 512 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Drtw_xmit.h78 #define XMITBUF_ALIGN_SZ 4 macro
81 #define XMITBUF_ALIGN_SZ (USB_XMITBUF_ALIGN_SZ) macro
83 #define XMITBUF_ALIGN_SZ 512 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Drtw_xmit.h78 #define XMITBUF_ALIGN_SZ 4 macro
81 #define XMITBUF_ALIGN_SZ (USB_XMITBUF_ALIGN_SZ) macro
83 #define XMITBUF_ALIGN_SZ 512 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_xmit.h32 #define XMITBUF_ALIGN_SZ 4
35 #define XMITBUF_ALIGN_SZ (USB_XMITBUF_ALIGN_SZ)
37 #define XMITBUF_ALIGN_SZ 512
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Drtw_xmit.h78 #define XMITBUF_ALIGN_SZ 4 macro
81 #define XMITBUF_ALIGN_SZ (USB_XMITBUF_ALIGN_SZ) macro
83 #define XMITBUF_ALIGN_SZ 512 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Drtw_xmit.h78 #define XMITBUF_ALIGN_SZ 4 macro
81 #define XMITBUF_ALIGN_SZ (USB_XMITBUF_ALIGN_SZ) macro
83 #define XMITBUF_ALIGN_SZ 512 macro
/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Drtl871x_xmit.c131 kmalloc(MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ, GFP_ATOMIC); in _r8712_init_xmit_priv()
134 pxmitbuf->pbuf = pxmitbuf->pallocated_buf + XMITBUF_ALIGN_SZ - in _r8712_init_xmit_priv()
136 (XMITBUF_ALIGN_SZ - 1)); in _r8712_init_xmit_priv()
H A Drtl871x_xmit.h34 #define XMITBUF_ALIGN_SZ 512 macro
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/os_dep/
H A Dxmit_linux.c56 pxmitbuf->pbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitbuf->pallocated_buf), XMITBUF_ALIGN_SZ); in rtw_os_xmit_resource_alloc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_xmit.c172 …if((res=rtw_os_xmit_resource_alloc(padapter, pxmitbuf,(MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), _TRUE))… in _rtw_init_xmit_priv()
174 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf,(MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), _TRUE); in _rtw_init_xmit_priv()
256 …if((res=rtw_os_xmit_resource_alloc(padapter, pxmitbuf,MAX_XMIT_EXTBUF_SZ + XMITBUF_ALIGN_SZ, _TRUE… in _rtw_init_xmit_priv()
287 …if((res=rtw_os_xmit_resource_alloc(padapter, pxmitbuf, MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ, _TRUE)) == … in _rtw_init_xmit_priv()
298 pxmitbuf->alloc_sz = MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ; in _rtw_init_xmit_priv()
385 rtw_os_xmit_resource_free(padapter, pxmitbuf,(MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), _TRUE); in _rtw_free_xmit_priv()
416 rtw_os_xmit_resource_free(padapter, pxmitbuf,(MAX_XMIT_EXTBUF_SZ + XMITBUF_ALIGN_SZ), _TRUE); in _rtw_free_xmit_priv()
428 rtw_os_xmit_resource_free(padapter, pxmitbuf, MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ , _TRUE); in _rtw_free_xmit_priv()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Drtw_xmit.h16 #define XMITBUF_ALIGN_SZ 4 macro

123