Searched refs:MAX_XMITBUF_SZ (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/staging/rtl8723bs/hal/ |
D | hal_sdio.c | 72 (lenHQ > MAX_XMITBUF_SZ) ? MAX_XMITBUF_SZ : lenHQ; in rtw_hal_set_sdio_tx_max_length() 74 (lenNQ > MAX_XMITBUF_SZ) ? MAX_XMITBUF_SZ : lenNQ; in rtw_hal_set_sdio_tx_max_length() 76 (lenLQ > MAX_XMITBUF_SZ) ? MAX_XMITBUF_SZ : lenLQ; in rtw_hal_set_sdio_tx_max_length()
|
/linux-5.19.10/drivers/staging/rtl8712/ |
D | rtl871x_xmit.h | 22 #define MAX_XMITBUF_SZ (16384) macro 24 #define MAX_XMITBUF_SZ (2048) macro
|
D | rtl871x_xmit.c | 131 kmalloc(MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ, GFP_ATOMIC); in _r8712_init_xmit_priv()
|
/linux-5.19.10/drivers/staging/r8188eu/core/ |
D | rtw_iol.c | 48 if (ori_len + cmd_len + 8 > MAX_XMITBUF_SZ) in rtw_IOL_append_cmds()
|
D | rtw_xmit.c | 132 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ)); in _rtw_init_xmit_priv() 135 res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ)); in _rtw_init_xmit_priv() 231 rtw_os_xmit_resource_free(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ)); in _rtw_free_xmit_priv()
|
/linux-5.19.10/drivers/staging/r8188eu/include/ |
D | rtw_xmit.h | 10 #define MAX_XMITBUF_SZ (20480) /* 20k */ macro
|
/linux-5.19.10/drivers/staging/rtl8723bs/include/ |
D | rtw_xmit.h | 12 #define MAX_XMITBUF_SZ (20480) /* 20k */ macro
|
/linux-5.19.10/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 130 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() 139 pxmitbuf->pend = pxmitbuf->pbuf + MAX_XMITBUF_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()
|
/linux-5.19.10/drivers/staging/r8188eu/hal/ |
D | rtl8188eu_xmit.c | 491 if (pbuf + len > MAX_XMITBUF_SZ) { in rtl8188eu_xmitframe_complete()
|