Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_struct.h194 int allocated_stainfo_sz; member
H A Dphl_sta.c518 sta_ctrl->allocated_stainfo_sz); in phl_stainfo_ctrl_deinie()
538 sta_ctrl->allocated_stainfo_sz = sizeof(struct rtw_phl_stainfo_t) * PHL_MAX_STA_NUM; in phl_stainfo_ctrl_init()
541 sta_ctrl->allocated_stainfo_sz += MEM_ALIGNMENT_OFFSET; in phl_stainfo_ctrl_init()
545 _os_mem_alloc(drv, sta_ctrl->allocated_stainfo_sz); in phl_stainfo_ctrl_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_struct.h190 int allocated_stainfo_sz; member
H A Dphl_sta.c515 sta_ctrl->allocated_stainfo_sz); in phl_stainfo_ctrl_deinie()
535 sta_ctrl->allocated_stainfo_sz = sizeof(struct rtw_phl_stainfo_t) * PHL_MAX_STA_NUM; in phl_stainfo_ctrl_init()
538 sta_ctrl->allocated_stainfo_sz += MEM_ALIGNMENT_OFFSET; in phl_stainfo_ctrl_init()
542 _os_mem_alloc(drv, sta_ctrl->allocated_stainfo_sz); in phl_stainfo_ctrl_init()