Home
last modified time | relevance | path

Searched refs:evt_allocated_buf (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Drtl871x_cmd.c80 pevtpriv->evt_allocated_buf = kmalloc(MAX_EVTSZ + 4, GFP_ATOMIC); in r8712_init_evt_priv()
82 if (!pevtpriv->evt_allocated_buf) in r8712_init_evt_priv()
84 pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - in r8712_init_evt_priv()
85 ((addr_t)(pevtpriv->evt_allocated_buf) & 3); in r8712_init_evt_priv()
92 kfree(pevtpriv->evt_allocated_buf); in r8712_free_evt_priv()
H A Drtl871x_cmd.h67 u8 *evt_allocated_buf; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_cmd.c102 pevtpriv->evt_allocated_buf = rtw_zmalloc(MAX_EVTSZ + 4); in _rtw_init_evt_priv()
103 if (pevtpriv->evt_allocated_buf == NULL){ in _rtw_init_evt_priv()
107 …pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - ((unsigned int)(pevtpriv->evt_allocated_bu… in _rtw_init_evt_priv()
159 if (pevtpriv->evt_allocated_buf) in _rtw_free_evt_priv()
160 rtw_mfree(pevtpriv->evt_allocated_buf, MAX_EVTSZ + 4); in _rtw_free_evt_priv()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Drtw_cmd.h67 u8 *evt_allocated_buf; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_cmd.c105 pevtpriv->evt_allocated_buf = rtw_zmalloc(MAX_EVTSZ + 4); in _rtw_init_evt_priv()
106 if (pevtpriv->evt_allocated_buf == NULL) { in _rtw_init_evt_priv()
110 …pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - ((unsigned int)(pevtpriv->evt_allocated_bu… in _rtw_init_evt_priv()
162 if (pevtpriv->evt_allocated_buf) in _rtw_free_evt_priv()
163 rtw_mfree(pevtpriv->evt_allocated_buf, MAX_EVTSZ + 4); in _rtw_free_evt_priv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_cmd.c105 pevtpriv->evt_allocated_buf = rtw_zmalloc(MAX_EVTSZ + 4); in _rtw_init_evt_priv()
106 if (pevtpriv->evt_allocated_buf == NULL){ in _rtw_init_evt_priv()
110 …pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - ((unsigned int)(pevtpriv->evt_allocated_bu… in _rtw_init_evt_priv()
162 if (pevtpriv->evt_allocated_buf) in _rtw_free_evt_priv()
163 rtw_mfree(pevtpriv->evt_allocated_buf, MAX_EVTSZ + 4); in _rtw_free_evt_priv()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Drtw_cmd.h106 u8 *evt_allocated_buf; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Drtw_cmd.h107 u8 *evt_allocated_buf; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Drtw_cmd.h106 u8 *evt_allocated_buf; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Drtw_cmd.h106 u8 *evt_allocated_buf; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Drtw_cmd.h107 u8 *evt_allocated_buf; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Drtw_cmd.h106 u8 *evt_allocated_buf; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_cmd.c149 pevtpriv->evt_allocated_buf = rtw_zmalloc(MAX_EVTSZ + 4); in _rtw_init_evt_priv()
150 if (pevtpriv->evt_allocated_buf == NULL) { in _rtw_init_evt_priv()
154 …pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - ((unsigned int)(pevtpriv->evt_allocated_bu… in _rtw_init_evt_priv()
201 if (pevtpriv->evt_allocated_buf) in _rtw_free_evt_priv()
202 rtw_mfree(pevtpriv->evt_allocated_buf, MAX_EVTSZ + 4); in _rtw_free_evt_priv()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Drtw_cmd.h106 u8 *evt_allocated_buf; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Drtw_cmd.h106 u8 *evt_allocated_buf; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_cmd.c149 pevtpriv->evt_allocated_buf = rtw_zmalloc(MAX_EVTSZ + 4); in _rtw_init_evt_priv()
150 if (pevtpriv->evt_allocated_buf == NULL) { in _rtw_init_evt_priv()
154 …pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - ((unsigned int)(pevtpriv->evt_allocated_bu… in _rtw_init_evt_priv()
192 if (pevtpriv->evt_allocated_buf) in _rtw_free_evt_priv()
193 rtw_mfree(pevtpriv->evt_allocated_buf, MAX_EVTSZ + 4); in _rtw_free_evt_priv()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_cmd.c149 pevtpriv->evt_allocated_buf = rtw_zmalloc(MAX_EVTSZ + 4); in _rtw_init_evt_priv()
150 if (pevtpriv->evt_allocated_buf == NULL) { in _rtw_init_evt_priv()
154 …pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - ((unsigned int)(pevtpriv->evt_allocated_bu… in _rtw_init_evt_priv()
192 if (pevtpriv->evt_allocated_buf) in _rtw_free_evt_priv()
193 rtw_mfree(pevtpriv->evt_allocated_buf, MAX_EVTSZ + 4); in _rtw_free_evt_priv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_cmd.c150 pevtpriv->evt_allocated_buf = rtw_zmalloc(MAX_EVTSZ + 4); in _rtw_init_evt_priv()
151 if (pevtpriv->evt_allocated_buf == NULL) { in _rtw_init_evt_priv()
155 …pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - ((unsigned int)(pevtpriv->evt_allocated_bu… in _rtw_init_evt_priv()
193 if (pevtpriv->evt_allocated_buf) in _rtw_free_evt_priv()
194 rtw_mfree(pevtpriv->evt_allocated_buf, MAX_EVTSZ + 4); in _rtw_free_evt_priv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_cmd.c150 pevtpriv->evt_allocated_buf = rtw_zmalloc(MAX_EVTSZ + 4); in _rtw_init_evt_priv()
151 if (pevtpriv->evt_allocated_buf == NULL) { in _rtw_init_evt_priv()
155 …pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - ((unsigned int)(pevtpriv->evt_allocated_bu… in _rtw_init_evt_priv()
193 if (pevtpriv->evt_allocated_buf) in _rtw_free_evt_priv()
194 rtw_mfree(pevtpriv->evt_allocated_buf, MAX_EVTSZ + 4); in _rtw_free_evt_priv()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_cmd.c149 pevtpriv->evt_allocated_buf = rtw_zmalloc(MAX_EVTSZ + 4); in _rtw_init_evt_priv()
150 if (pevtpriv->evt_allocated_buf == NULL) { in _rtw_init_evt_priv()
154 …pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - ((unsigned int)(pevtpriv->evt_allocated_bu… in _rtw_init_evt_priv()
192 if (pevtpriv->evt_allocated_buf) in _rtw_free_evt_priv()
193 rtw_mfree(pevtpriv->evt_allocated_buf, MAX_EVTSZ + 4); in _rtw_free_evt_priv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_cmd.c150 pevtpriv->evt_allocated_buf = rtw_zmalloc(MAX_EVTSZ + 4); in _rtw_init_evt_priv()
151 if (pevtpriv->evt_allocated_buf == NULL) { in _rtw_init_evt_priv()
155 …pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - ((unsigned int)(pevtpriv->evt_allocated_bu… in _rtw_init_evt_priv()
193 if (pevtpriv->evt_allocated_buf) in _rtw_free_evt_priv()
194 rtw_mfree(pevtpriv->evt_allocated_buf, MAX_EVTSZ + 4); in _rtw_free_evt_priv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_cmd.c150 pevtpriv->evt_allocated_buf = rtw_zmalloc(MAX_EVTSZ + 4); in _rtw_init_evt_priv()
151 if (pevtpriv->evt_allocated_buf == NULL) { in _rtw_init_evt_priv()
155 …pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - ((unsigned int)(pevtpriv->evt_allocated_bu… in _rtw_init_evt_priv()
193 if (pevtpriv->evt_allocated_buf) in _rtw_free_evt_priv()
194 rtw_mfree(pevtpriv->evt_allocated_buf, MAX_EVTSZ + 4); in _rtw_free_evt_priv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_cmd.c149 pevtpriv->evt_allocated_buf = rtw_zmalloc(MAX_EVTSZ + 4); in _rtw_init_evt_priv()
150 if (pevtpriv->evt_allocated_buf == NULL) { in _rtw_init_evt_priv()
154 …pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - ((unsigned int)(pevtpriv->evt_allocated_bu… in _rtw_init_evt_priv()
192 if (pevtpriv->evt_allocated_buf) in _rtw_free_evt_priv()
193 rtw_mfree(pevtpriv->evt_allocated_buf, MAX_EVTSZ + 4); in _rtw_free_evt_priv()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_cmd.c149 pevtpriv->evt_allocated_buf = rtw_zmalloc(MAX_EVTSZ + 4); in _rtw_init_evt_priv()
150 if (pevtpriv->evt_allocated_buf == NULL) { in _rtw_init_evt_priv()
154 …pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - ((unsigned int)(pevtpriv->evt_allocated_bu… in _rtw_init_evt_priv()
192 if (pevtpriv->evt_allocated_buf) in _rtw_free_evt_priv()
193 rtw_mfree(pevtpriv->evt_allocated_buf, MAX_EVTSZ + 4); in _rtw_free_evt_priv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_cmd.c150 pevtpriv->evt_allocated_buf = rtw_zmalloc(MAX_EVTSZ + 4); in _rtw_init_evt_priv()
151 if (pevtpriv->evt_allocated_buf == NULL) { in _rtw_init_evt_priv()
155 …pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - ((unsigned int)(pevtpriv->evt_allocated_bu… in _rtw_init_evt_priv()
193 if (pevtpriv->evt_allocated_buf) in _rtw_free_evt_priv()
194 rtw_mfree(pevtpriv->evt_allocated_buf, MAX_EVTSZ + 4); in _rtw_free_evt_priv()

12