Home
last modified time | relevance | path

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

/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()
/drivers/staging/rtl8188eu/include/
Drtw_xmit.h21 #define MAX_XMITBUF_SZ (20480) /* 20k */ macro
/drivers/staging/rtl8188eu/core/
Drtw_xmit.c141 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ)); in _rtw_init_xmit_priv()
144 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ)); in _rtw_init_xmit_priv()
236 rtw_os_xmit_resource_free(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ)); in _rtw_free_xmit_priv()
/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c529 if (round_up(pbuf + len, 8) > MAX_XMITBUF_SZ) { in rtl8188eu_xmitframe_complete()