Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_cmd.c89 pevtpriv->evt_allocated_buf = kmalloc(MAX_EVTSZ + 4, GFP_ATOMIC); in _init_evt_priv()
91 if (pevtpriv->evt_allocated_buf == NULL) in _init_evt_priv()
93 pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - in _init_evt_priv()
94 ((addr_t)(pevtpriv->evt_allocated_buf) & 3); in _init_evt_priv()
101 kfree(pevtpriv->evt_allocated_buf); in _free_evt_priv()
Drtl871x_cmd.h79 u8 *evt_allocated_buf; member