Home
last modified time | relevance | path

Searched refs:bcn_entry (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_init.c717 struct rtw_bcn_entry **bcn_entry, struct rtw_bcn_info_cmn *bcn_cmn) in hal_alloc_bcn_entry() argument
733 *bcn_entry = new_entry; in hal_alloc_bcn_entry()
770 struct rtw_bcn_entry **bcn_entry, u8 bcn_id) in hal_get_bcn_entry() argument
791 *bcn_entry = tmp_entry; in hal_get_bcn_entry()
799 struct rtw_bcn_entry *bcn_entry, struct rtw_bcn_info_cmn *bcn_cmn) in hal_update_bcn_entry() argument
804 bcn_entry->bcn_cmn = bcn_cmn; in hal_update_bcn_entry()
806 bcn_entry->bcn_hw.band = wrole->hw_band; in hal_update_bcn_entry()
807 bcn_entry->bcn_hw.port = wrole->hw_port; in hal_update_bcn_entry()
808 bcn_entry->bcn_hw.mbssid = wrole->hw_mbssid; in hal_update_bcn_entry()
809 bcn_entry->bcn_hw.mac_id = (u8)phl_sta->macid; in hal_update_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() argument
4731 struct rtw_bcn_info_cmn *bcn_cmn = bcn_entry->bcn_cmn; in hal_mac_ax_config_beacon()
4732 struct rtw_bcn_info_hw *bcn_hw = &bcn_entry->bcn_hw; 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() argument
4758 struct rtw_bcn_info_cmn *bcn_cmn = bcn_entry->bcn_cmn; in hal_mac_ax_send_beacon()
4759 struct rtw_bcn_info_hw *bcn_hw = &bcn_entry->bcn_hw; in hal_mac_ax_send_beacon()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_init.c717 struct rtw_bcn_entry **bcn_entry, struct rtw_bcn_info_cmn *bcn_cmn) in hal_alloc_bcn_entry() argument
733 *bcn_entry = new_entry; in hal_alloc_bcn_entry()
770 struct rtw_bcn_entry **bcn_entry, u8 bcn_id) in hal_get_bcn_entry() argument
791 *bcn_entry = tmp_entry; in hal_get_bcn_entry()
799 struct rtw_bcn_entry *bcn_entry, struct rtw_bcn_info_cmn *bcn_cmn) in hal_update_bcn_entry() argument
804 bcn_entry->bcn_cmn = bcn_cmn; in hal_update_bcn_entry()
806 bcn_entry->bcn_hw.band = wrole->hw_band; in hal_update_bcn_entry()
807 bcn_entry->bcn_hw.port = wrole->hw_port; in hal_update_bcn_entry()
808 bcn_entry->bcn_hw.mbssid = wrole->hw_mbssid; in hal_update_bcn_entry()
809 bcn_entry->bcn_hw.mac_id = (u8)phl_sta->macid; in hal_update_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() argument
4713 struct rtw_bcn_info_cmn *bcn_cmn = bcn_entry->bcn_cmn; in hal_mac_ax_config_beacon()
4714 struct rtw_bcn_info_hw *bcn_hw = &bcn_entry->bcn_hw; 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() argument
4740 struct rtw_bcn_info_cmn *bcn_cmn = bcn_entry->bcn_cmn; in hal_mac_ax_send_beacon()
4741 struct rtw_bcn_info_hw *bcn_hw = &bcn_entry->bcn_hw; 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() argument
652 if(hal_mac_ax_config_beacon(hal, bcn_entry) == RTW_HAL_STATUS_FAILURE) 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() argument
661 if(hal_mac_ax_send_beacon(hal, bcn_entry) == RTW_HAL_STATUS_FAILURE) 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() argument
605 if(hal_mac_ax_config_beacon(hal, bcn_entry) == RTW_HAL_STATUS_FAILURE) 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() argument
614 if(hal_mac_ax_send_beacon(hal, bcn_entry) == RTW_HAL_STATUS_FAILURE) in hal_update_beacon_8852b()