pallocated_xmit_extbuf  146 drivers/staging/rtl8188eu/core/rtw_xmit.c 	pxmitpriv->pallocated_xmit_extbuf = vzalloc(num_xmit_extbuf * sizeof(struct xmit_buf) + 4);
pallocated_xmit_extbuf  148 drivers/staging/rtl8188eu/core/rtw_xmit.c 	if (!pxmitpriv->pallocated_xmit_extbuf) {
pallocated_xmit_extbuf  154 drivers/staging/rtl8188eu/core/rtw_xmit.c 	pxmitpriv->pxmit_extbuf = PTR_ALIGN(pxmitpriv->pallocated_xmit_extbuf, 4);
pallocated_xmit_extbuf  235 drivers/staging/rtl8188eu/core/rtw_xmit.c 	vfree(pxmitpriv->pallocated_xmit_extbuf);
pallocated_xmit_extbuf  293 drivers/staging/rtl8188eu/include/rtw_xmit.h 	u8 *pallocated_xmit_extbuf;
pallocated_xmit_extbuf  200 drivers/staging/rtl8723bs/core/rtw_xmit.c 	pxmitpriv->pallocated_xmit_extbuf = vzalloc(NR_XMIT_EXTBUFF * sizeof(struct xmit_buf) + 4);
pallocated_xmit_extbuf  202 drivers/staging/rtl8723bs/core/rtw_xmit.c 	if (!pxmitpriv->pallocated_xmit_extbuf) {
pallocated_xmit_extbuf  208 drivers/staging/rtl8723bs/core/rtw_xmit.c 	pxmitpriv->pxmit_extbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->pallocated_xmit_extbuf), 4);
pallocated_xmit_extbuf  332 drivers/staging/rtl8723bs/core/rtw_xmit.c 	if (pxmitpriv->pallocated_xmit_extbuf) {
pallocated_xmit_extbuf  333 drivers/staging/rtl8723bs/core/rtw_xmit.c 		vfree(pxmitpriv->pallocated_xmit_extbuf);
pallocated_xmit_extbuf  434 drivers/staging/rtl8723bs/include/rtw_xmit.h 	u8 *pallocated_xmit_extbuf;