Home
last modified time | relevance | path

Searched refs:MAX_XMITBUF_SZ (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_xmit.h34 #define MAX_XMITBUF_SZ (16384) macro
36 #define MAX_XMITBUF_SZ (2048) macro
Drtl871x_xmit.c138 pxmitbuf->pallocated_buf = kmalloc(MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ, in _r8712_init_xmit_priv()
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_xmit.h21 #define MAX_XMITBUF_SZ 2048 macro
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_xmit.h26 #define MAX_XMITBUF_SZ (20480) /* 20k */ macro
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_xmit.c147 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ)); in _rtw_init_xmit_priv()
150 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ)); in _rtw_init_xmit_priv()
245 rtw_os_xmit_resource_free(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ)); in _rtw_free_xmit_priv()
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c545 if (round_up(pbuf + len, 8) > MAX_XMITBUF_SZ) { in rtl8188eu_xmitframe_complete()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_xmit.c109 (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ)); in _rtw_init_xmit_priv23a()