Home
last modified time | relevance | path

Searched refs:pallocated_stainfo_buf (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c57 pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA+4); in _rtw_init_sta_priv()
59 if (!pstapriv->pallocated_stainfo_buf) in _rtw_init_sta_priv()
62 pstapriv->pstainfo_buf = pstapriv->pallocated_stainfo_buf + 4 - in _rtw_init_sta_priv()
63 ((SIZE_PTR)(pstapriv->pallocated_stainfo_buf) & 3); in _rtw_init_sta_priv()
170 vfree(pstapriv->pallocated_stainfo_buf); in _rtw_free_sta_priv()
/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h259 u8 *pallocated_stainfo_buf; member