Searched refs:pallocated_xmit_extbuf (Results 1 – 4 of 4) sorted by relevance
293 u8 *pallocated_xmit_extbuf; member
150 pxmitpriv->pallocated_xmit_extbuf = vzalloc(num_xmit_extbuf * sizeof(struct xmit_buf) + 4); in _rtw_init_xmit_priv()152 if (!pxmitpriv->pallocated_xmit_extbuf) { in _rtw_init_xmit_priv()158 pxmitpriv->pxmit_extbuf = PTR_ALIGN(pxmitpriv->pallocated_xmit_extbuf, 4); in _rtw_init_xmit_priv()237 vfree(pxmitpriv->pallocated_xmit_extbuf); in _rtw_free_xmit_priv()
433 u8 *pallocated_xmit_extbuf; member
200 pxmitpriv->pallocated_xmit_extbuf = vzalloc(NR_XMIT_EXTBUFF * sizeof(struct xmit_buf) + 4); in _rtw_init_xmit_priv()202 if (pxmitpriv->pallocated_xmit_extbuf == NULL) { in _rtw_init_xmit_priv()208 pxmitpriv->pxmit_extbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->pallocated_xmit_extbuf), 4); in _rtw_init_xmit_priv()330 if (pxmitpriv->pallocated_xmit_extbuf) { in _rtw_free_xmit_priv()331 vfree(pxmitpriv->pallocated_xmit_extbuf); in _rtw_free_xmit_priv()