Searched refs:sta_ctrl (Results 1 – 4 of 4) sorted by relevance
498 struct stainfo_ctl_t *sta_ctrl = phl_to_sta_ctrl(phl_info); in phl_stainfo_ctrl_deinie() local501 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() local533 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 …]
271 struct stainfo_ctl_t sta_ctrl; member361 #define phl_to_sta_ctrl(_phlinfo) (&(_phlinfo->sta_ctrl))
501 struct stainfo_ctl_t *sta_ctrl = phl_to_sta_ctrl(phl_info); in phl_stainfo_ctrl_deinie() local504 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() local536 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 …]
275 struct stainfo_ctl_t sta_ctrl; member366 #define phl_to_sta_ctrl(_phlinfo) (&(_phlinfo->sta_ctrl))