Home
last modified time | relevance | path

Searched refs:allocated_stainfo_buf (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_struct.h193 u8 *allocated_stainfo_buf; member
H A Dphl_sta.c516 if (sta_ctrl->allocated_stainfo_buf) in phl_stainfo_ctrl_deinie()
517 _os_mem_free(drv, sta_ctrl->allocated_stainfo_buf, in phl_stainfo_ctrl_deinie()
544 sta_ctrl->allocated_stainfo_buf = in phl_stainfo_ctrl_init()
547 if (!sta_ctrl->allocated_stainfo_buf) { in phl_stainfo_ctrl_init()
551 sta_ctrl->stainfo_buf = sta_ctrl->allocated_stainfo_buf; in phl_stainfo_ctrl_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_struct.h189 u8 *allocated_stainfo_buf; member
H A Dphl_sta.c513 if (sta_ctrl->allocated_stainfo_buf) in phl_stainfo_ctrl_deinie()
514 _os_mem_free(drv, sta_ctrl->allocated_stainfo_buf, in phl_stainfo_ctrl_deinie()
541 sta_ctrl->allocated_stainfo_buf = in phl_stainfo_ctrl_init()
544 if (!sta_ctrl->allocated_stainfo_buf) { in phl_stainfo_ctrl_init()
548 sta_ctrl->stainfo_buf = sta_ctrl->allocated_stainfo_buf; in phl_stainfo_ctrl_init()