Home
last modified time | relevance | path

Searched refs:rtw_bcn_entry (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_init.c700 struct rtw_bcn_entry *tmp_entry, *type = NULL; in hal_bcn_deinit()
705 struct rtw_bcn_entry, &bcn_pool->bcn_list, list) in hal_bcn_deinit()
708 _os_mem_free(drv_priv, tmp_entry, sizeof(struct rtw_bcn_entry)); in hal_bcn_deinit()
717 struct rtw_bcn_entry **bcn_entry, struct rtw_bcn_info_cmn *bcn_cmn) in hal_alloc_bcn_entry()
721 struct rtw_bcn_entry *new_entry = _os_mem_alloc(drv_priv, sizeof(struct rtw_bcn_entry)); in hal_alloc_bcn_entry()
743 struct rtw_bcn_entry *tmp_entry, *type = NULL; in hal_free_bcn_entry()
749 struct rtw_bcn_entry, &bcn_pool->bcn_list, list) in hal_free_bcn_entry()
761 _os_mem_free(drv_priv, tmp_entry, sizeof(struct rtw_bcn_entry)); in hal_free_bcn_entry()
770 struct rtw_bcn_entry **bcn_entry, u8 bcn_id) in hal_get_bcn_entry()
774 struct rtw_bcn_entry *tmp_entry, *type = NULL; in hal_get_bcn_entry()
[all …]
H A Dhal_struct.h233 struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry);
235 struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry);
H A Dhal_api_mac.h378 hal_mac_ax_config_beacon(struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry);
381 hal_mac_ax_send_beacon(struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry);
H A Dhal_api_mac.c4728 hal_mac_ax_config_beacon(struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry) in hal_mac_ax_config_beacon()
4754 hal_mac_ax_send_beacon(struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry) in hal_mac_ax_send_beacon()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_init.c700 struct rtw_bcn_entry *tmp_entry, *type = NULL; in hal_bcn_deinit()
705 struct rtw_bcn_entry, &bcn_pool->bcn_list, list) in hal_bcn_deinit()
708 _os_mem_free(drv_priv, tmp_entry, sizeof(struct rtw_bcn_entry)); in hal_bcn_deinit()
717 struct rtw_bcn_entry **bcn_entry, struct rtw_bcn_info_cmn *bcn_cmn) in hal_alloc_bcn_entry()
721 struct rtw_bcn_entry *new_entry = _os_mem_alloc(drv_priv, sizeof(struct rtw_bcn_entry)); in hal_alloc_bcn_entry()
743 struct rtw_bcn_entry *tmp_entry, *type = NULL; in hal_free_bcn_entry()
749 struct rtw_bcn_entry, &bcn_pool->bcn_list, list) in hal_free_bcn_entry()
761 _os_mem_free(drv_priv, tmp_entry, sizeof(struct rtw_bcn_entry)); in hal_free_bcn_entry()
770 struct rtw_bcn_entry **bcn_entry, u8 bcn_id) in hal_get_bcn_entry()
774 struct rtw_bcn_entry *tmp_entry, *type = NULL; in hal_get_bcn_entry()
[all …]
H A Dhal_struct.h234 struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry);
236 struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry);
H A Dhal_api_mac.h378 hal_mac_ax_config_beacon(struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry);
381 hal_mac_ax_send_beacon(struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry);
H A Dhal_api_mac.c4710 hal_mac_ax_config_beacon(struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry) in hal_mac_ax_config_beacon()
4736 hal_mac_ax_send_beacon(struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry) in hal_mac_ax_send_beacon()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/rtl8852b/
H A Drtl8852b_hal.h76 …acon_8852b(struct rtw_phl_com_t *phl_com, struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry);
77 …acon_8852b(struct rtw_phl_com_t *phl_com, struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry);
H A Drtl8852b_halinit.c650 …eacon_8852b(struct rtw_phl_com_t *phl_com, struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry) in hal_config_beacon_8852b()
659 …eacon_8852b(struct rtw_phl_com_t *phl_com, struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry) in hal_update_beacon_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/
H A Drtl8852b_hal.h76 …acon_8852b(struct rtw_phl_com_t *phl_com, struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry);
77 …acon_8852b(struct rtw_phl_com_t *phl_com, struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry);
H A Drtl8852b_halinit.c603 …eacon_8852b(struct rtw_phl_com_t *phl_com, struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry) in hal_config_beacon_8852b()
612 …eacon_8852b(struct rtw_phl_com_t *phl_com, struct hal_info_t *hal, struct rtw_bcn_entry *bcn_entry) in hal_update_beacon_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_def.h1633 struct rtw_bcn_entry { struct
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_def.h1612 struct rtw_bcn_entry { struct