Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_init.c687 struct bcn_entry_pool *bcn_pool = &hal_info->hal_com->bcn_pool; in hal_bcn_init() local
689 hal_info->hal_com->bcn_pool.bcn_num = 0; in hal_bcn_init()
690 INIT_LIST_HEAD(&bcn_pool->bcn_list); in hal_bcn_init()
691 _os_spinlock_init(hal_to_drvpriv(hal_info), &hal_info->hal_com->bcn_pool.bcn_lock); in hal_bcn_init()
699 struct bcn_entry_pool *bcn_pool = &hal_info->hal_com->bcn_pool; in hal_bcn_deinit() local
702 _os_spinlock(drv_priv, &bcn_pool->bcn_lock, _ps, NULL); in hal_bcn_deinit()
705 struct rtw_bcn_entry, &bcn_pool->bcn_list, list) in hal_bcn_deinit()
711 _os_spinunlock(drv_priv, &bcn_pool->bcn_lock, _ps, NULL); in hal_bcn_deinit()
720 struct bcn_entry_pool *bcn_pool = &hal_info->hal_com->bcn_pool; in hal_alloc_bcn_entry() local
726 _os_spinlock(drv_priv, &bcn_pool->bcn_lock, _ps, NULL); in hal_alloc_bcn_entry()
[all …]
H A Dhal_def.h1084 struct bcn_entry_pool bcn_pool; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_init.c687 struct bcn_entry_pool *bcn_pool = &hal_info->hal_com->bcn_pool; in hal_bcn_init() local
689 hal_info->hal_com->bcn_pool.bcn_num = 0; in hal_bcn_init()
690 INIT_LIST_HEAD(&bcn_pool->bcn_list); in hal_bcn_init()
691 _os_spinlock_init(hal_to_drvpriv(hal_info), &hal_info->hal_com->bcn_pool.bcn_lock); in hal_bcn_init()
699 struct bcn_entry_pool *bcn_pool = &hal_info->hal_com->bcn_pool; in hal_bcn_deinit() local
702 _os_spinlock(drv_priv, &bcn_pool->bcn_lock, _ps, NULL); in hal_bcn_deinit()
705 struct rtw_bcn_entry, &bcn_pool->bcn_list, list) in hal_bcn_deinit()
711 _os_spinunlock(drv_priv, &bcn_pool->bcn_lock, _ps, NULL); in hal_bcn_deinit()
720 struct bcn_entry_pool *bcn_pool = &hal_info->hal_com->bcn_pool; in hal_alloc_bcn_entry() local
726 _os_spinlock(drv_priv, &bcn_pool->bcn_lock, _ps, NULL); in hal_alloc_bcn_entry()
[all …]
H A Dhal_def.h1085 struct bcn_entry_pool bcn_pool; member