Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_sta.c498 struct stainfo_ctl_t *sta_ctrl = phl_to_sta_ctrl(phl_info); in phl_stainfo_ctrl_deinie() local
501 struct phl_queue *fsta_queue = &sta_ctrl->free_sta_queue; in phl_stainfo_ctrl_deinie()
513 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()
515 sta_ctrl->allocated_stainfo_sz); in phl_stainfo_ctrl_deinie()
523 struct stainfo_ctl_t *sta_ctrl = phl_to_sta_ctrl(phl_info); in phl_stainfo_ctrl_init() local
533 sta_ctrl->phl_info = phl_info; in phl_stainfo_ctrl_init()
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()
541 sta_ctrl->allocated_stainfo_buf = in phl_stainfo_ctrl_init()
[all …]
H A Dphl_struct.h271 struct stainfo_ctl_t sta_ctrl; member
361 #define phl_to_sta_ctrl(_phlinfo) (&(_phlinfo->sta_ctrl))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_sta.c501 struct stainfo_ctl_t *sta_ctrl = phl_to_sta_ctrl(phl_info); in phl_stainfo_ctrl_deinie() local
504 struct phl_queue *fsta_queue = &sta_ctrl->free_sta_queue; in phl_stainfo_ctrl_deinie()
516 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()
518 sta_ctrl->allocated_stainfo_sz); in phl_stainfo_ctrl_deinie()
526 struct stainfo_ctl_t *sta_ctrl = phl_to_sta_ctrl(phl_info); in phl_stainfo_ctrl_init() local
536 sta_ctrl->phl_info = phl_info; in phl_stainfo_ctrl_init()
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()
544 sta_ctrl->allocated_stainfo_buf = in phl_stainfo_ctrl_init()
[all …]
H A Dphl_struct.h275 struct stainfo_ctl_t sta_ctrl; member
366 #define phl_to_sta_ctrl(_phlinfo) (&(_phlinfo->sta_ctrl))