Home
last modified time | relevance | path

Searched refs:hw_band (Results 1 – 25 of 108) sorted by relevance

12345

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_sw_cap.c210 u8 hw_band, enum role_type rtype, struct protocol_cap_t *role_cap) in _phl_init_proto_bf_cap() argument
222 hw_band, in _phl_init_proto_bf_cap()
350 u8 hw_band, struct protocol_cap_t *proto_role_cap) in _phl_init_proto_stbc_cap() argument
359 hw_band, in _phl_init_proto_stbc_cap()
444 u8 hw_band, enum role_type rtype, in _phl_init_protocol_cap() argument
456 phl_com->proto_sw_cap[hw_band].max_amsdu_len; in _phl_init_protocol_cap()
486 switch (phl_com->phy_cap[hw_band].rxss) { in _phl_init_protocol_cap()
505 switch (phl_com->phy_cap[hw_band].txss) { in _phl_init_protocol_cap()
533 _phl_init_proto_stbc_cap(phl_info, hw_band, proto_role_cap); in _phl_init_protocol_cap()
534 _phl_init_proto_bf_cap(phl_info, hw_band, rtype, proto_role_cap); in _phl_init_protocol_cap()
[all …]
H A Dphl_connect.c32 msg.band_idx = wrole->hw_band; in rtw_phl_connect_prepare()
58 msg.band_idx = wrole->hw_band; in rtw_phl_connect_linked()
84 msg.band_idx = wrole->hw_band; in rtw_phl_connected()
114 msg.band_idx = wrole->hw_band; in rtw_phl_disconnect()
156 phl_p2pps_noa_all_role_pause(phl, wrole->hw_band); in rtw_phl_connect_prepare()
222 phl_p2pps_noa_all_role_pause(phl_info, wrole->hw_band); in rtw_phl_disconnect_prepare()
269 phl_p2pps_noa_all_role_resume(phl, wrole->hw_band); in rtw_phl_disconnect()
288 msg.band_idx = wrole->hw_band; in rtw_phl_ap_started()
310 msg.band_idx = wrole->hw_band; in rtw_phl_ap_stop()
331 phl_p2pps_noa_all_role_pause(phl, wrole->hw_band); in rtw_phl_ap_start_prepare()
[all …]
H A Dphl_ext_tx_pwr_lmt.c25 rtw_phl_set_power_lmt(void *phl, u8 hw_band) in rtw_phl_set_power_lmt() argument
30 if (rtw_hal_set_power_lmt(phl_info->hal, hw_band)==RTW_HAL_STATUS_SUCCESS) in rtw_phl_set_power_lmt()
47 s8 rtw_phl_get_power_limit(void *phl, u8 hw_band, in rtw_phl_get_power_limit() argument
52 return rtw_hal_rf_get_power_limit(phl_info->hal, hw_band, rate, in rtw_phl_get_power_limit()
70 rtw_phl_enable_ext_pwr_lmt(void *phl, u8 hw_band, in rtw_phl_enable_ext_pwr_lmt() argument
91 rtw_hal_enable_ext_pwr_lmt(phl_info->hal, hw_band, in rtw_phl_enable_ext_pwr_lmt()
H A Dphl_mr.c32 …PHL_INFO("\t[WROLE] HW Band_idx:%d, Port_idx:%d, WMM_idx:%d\n", wrole->hw_band, wrole->hw_port, wr… in phl_mr_dump_role_info()
173 chan_def = &mr_ctl->hal_com->band[wifi_role->hw_band].cur_chandef; in phl_mr_dump_cur_chandef()
174 PHL_INFO("==== HAL Band-%d Chan-def ===\n", wifi_role->hw_band); in phl_mr_dump_cur_chandef()
346 phl_p2pps_noa_all_role_pause(phl_info, wrole->hw_band); in _phl_mrc_module_connect_start_hdlr()
350 psts = phl_mr_coex_disable(phl_info, wrole, wrole->hw_band, in _phl_mrc_module_connect_start_hdlr()
426 phl_p2pps_noa_all_role_pause(phl_info, wrole->hw_band); in _phl_mrc_module_disconnect_pre_hdlr()
431 psts = phl_mr_coex_disable(phl_info, wrole, wrole->hw_band, in _phl_mrc_module_disconnect_pre_hdlr()
519 phl_p2pps_noa_all_role_pause(phl_info, wrole->hw_band); in _phl_mrc_module_ap_start_pre_hdlr()
523 psts = phl_mr_coex_disable(phl_info, wrole, wrole->hw_band, in _phl_mrc_module_ap_start_pre_hdlr()
592 phl_p2pps_noa_all_role_pause(phl_info, wrole->hw_band); in _phl_mrc_module_ap_stop_pre_hdlr()
[all …]
H A Dphl_role.c21 struct rtw_wifi_role_t *wrole, u8 hw_band) in _phl_alloc_hw_resource() argument
33 band_ctrl = &mr_ctl->band_ctrl[hw_band]; in _phl_alloc_hw_resource()
73 wrole->hw_band = hw_band; in _phl_alloc_hw_resource()
95 u8 hw_band = wrole->hw_band; in _phl_free_hw_resource() local
97 band_ctrl = &mr_ctl->band_ctrl[hw_band]; in _phl_free_hw_resource()
131 if (new_band == wrole->hw_band) {
290 u8 hw_band; in _phl_wifi_role_alloc_sw() local
322 hw_band = 0; in _phl_wifi_role_alloc_sw()
325 if (_phl_alloc_hw_resource(phl_info, role, hw_band) != RTW_PHL_STATUS_SUCCESS) { in _phl_wifi_role_alloc_sw()
448 wrole->hw_band, in phl_wifi_role_start()
[all …]
H A Dphl_cmd_scan.c222 u8 band_idx = wifi_role->hw_band; in _cmd_scan_timer()
319 rtw_hal_com_scan_restore_tx_lifetime(phl_info->hal, wifi_role->hw_band); in _cmd_scan_end()
321 rtw_hal_scan_set_rxfltr_by_mode(phl_info->hal, wifi_role->hw_band, in _cmd_scan_end()
323 rtw_hal_scan_pause_tx_fifo(phl_info->hal, wifi_role->hw_band, false); in _cmd_scan_end()
325 rtw_hal_notification(phl_info->hal, MSG_EVT_SCAN_END, wifi_role->hw_band); in _cmd_scan_end()
490 rtw_hal_scan_pause_tx_fifo(phl_info->hal, wifi_role->hw_band, true); in _cmd_scan_start()
491 rtw_hal_scan_set_rxfltr_by_mode(phl_info->hal, wifi_role->hw_band, in _cmd_scan_start()
493 rtw_hal_com_scan_set_tx_lifetime(phl_info->hal, wifi_role->hw_band); in _cmd_scan_start()
554 wifi_role->hw_band); in _cmd_scan_hdl_internal_evt()
613 rtw_hal_scan_pause_tx_fifo(phl_info->hal, wifi_role->hw_band, true); in _cmd_scan_hdl_internal_evt()
[all …]
H A Dphl_notify.c112 rtw_hal_notification(phl_info->hal, event, wrole->hw_band); in rtw_phl_notification()
114 rtw_phl_cmd_notify(phl_info->phl_com, event, NULL, wrole->hw_band); in rtw_phl_notification()
119 rtw_hal_notification(phl_info->hal, event, wrole->hw_band); in rtw_phl_notification()
H A Dphl_chan.c119 hstatus = rtw_hal_set_ch_bw(phl_info->hal, wifi_role->hw_band, in phl_set_ch_bw()
245 wrole->hw_band, in rtw_phl_cmd_chg_op_chdef()
263 wrole->hw_band, in rtw_phl_cmd_chg_op_chdef()
333 wifi_role->hw_band, in rtw_phl_cmd_set_ch_bw()
358 return rtw_hal_get_cur_ch(phl_info->hal, wifi_role->hw_band); in rtw_phl_get_cur_ch()
367 rtw_hal_get_cur_chdef(phl_info->hal, wifi_role->hw_band, cur_chandef); in rtw_phl_get_cur_hal_chdef()
378 hstatus = rtw_hal_dfs_pause_tx(phl_info->hal, wifi_role->hw_band, tx_pause); in _dfs_hw_tx_pause()
436 wifi_role->hw_band, in rtw_phl_cmd_dfs_tx_pause()
854 struct hw_band_ctl_t *band_ctrl = &(mr_ctl->band_ctrl[wifi_role->hw_band]); in _phl_chanctx_create()
882 struct hw_band_ctl_t *band_ctrl = &(mr_ctl->band_ctrl[wifi_role->hw_band]); in phl_chanctx_add()
[all …]
H A Dphl_api_drv.c158 phl_rx_dbg_dump(phl_info, wrole->hw_band); in rtw_phl_dbg_dump_rx()
161 u32 rtw_phl_get_phy_stat_info(void *phl, enum phl_band_idx hw_band, in rtw_phl_get_phy_stat_info() argument
166 return rtw_hal_get_phy_stat_info(phl_info->hal, hw_band, phy_stat); in rtw_phl_get_phy_stat_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_sw_cap.c210 u8 hw_band, enum role_type rtype, struct protocol_cap_t *role_cap) in _phl_init_proto_bf_cap() argument
222 hw_band, in _phl_init_proto_bf_cap()
334 u8 hw_band, struct protocol_cap_t *proto_role_cap) in _phl_init_proto_stbc_cap() argument
343 hw_band, in _phl_init_proto_stbc_cap()
426 u8 hw_band, enum role_type rtype, in _phl_init_protocol_cap() argument
438 phl_com->proto_sw_cap[hw_band].max_amsdu_len; in _phl_init_protocol_cap()
468 switch (phl_com->phy_cap[hw_band].rxss) { in _phl_init_protocol_cap()
487 switch (phl_com->phy_cap[hw_band].txss) { in _phl_init_protocol_cap()
515 _phl_init_proto_stbc_cap(phl_info, hw_band, proto_role_cap); in _phl_init_protocol_cap()
516 _phl_init_proto_bf_cap(phl_info, hw_band, rtype, proto_role_cap); in _phl_init_protocol_cap()
[all …]
H A Dphl_connect.c29 msg.band_idx = wrole->hw_band; in rtw_phl_connect_prepare()
55 msg.band_idx = wrole->hw_band; in rtw_phl_connect_linked()
81 msg.band_idx = wrole->hw_band; in rtw_phl_connected()
111 msg.band_idx = wrole->hw_band; in rtw_phl_disconnect()
153 phl_p2pps_noa_all_role_pause(phl, wrole->hw_band); in rtw_phl_connect_prepare()
219 phl_p2pps_noa_all_role_pause(phl_info, wrole->hw_band); in rtw_phl_disconnect_prepare()
266 phl_p2pps_noa_all_role_resume(phl, wrole->hw_band); in rtw_phl_disconnect()
285 msg.band_idx = wrole->hw_band; in rtw_phl_ap_started()
307 msg.band_idx = wrole->hw_band; in rtw_phl_ap_stop()
328 phl_p2pps_noa_all_role_pause(phl, wrole->hw_band); in rtw_phl_ap_start_prepare()
[all …]
H A Dphl_ext_tx_pwr_lmt.c25 rtw_phl_set_power_lmt(void *phl, u8 hw_band) in rtw_phl_set_power_lmt() argument
30 if (rtw_hal_set_power_lmt(phl_info->hal, hw_band)==RTW_HAL_STATUS_SUCCESS) in rtw_phl_set_power_lmt()
47 s8 rtw_phl_get_power_limit(void *phl, u8 hw_band, in rtw_phl_get_power_limit() argument
52 return rtw_hal_rf_get_power_limit(phl_info->hal, hw_band, rate, in rtw_phl_get_power_limit()
70 rtw_phl_enable_ext_pwr_lmt(void *phl, u8 hw_band, in rtw_phl_enable_ext_pwr_lmt() argument
91 rtw_hal_enable_ext_pwr_lmt(phl_info->hal, hw_band, in rtw_phl_enable_ext_pwr_lmt()
H A Dphl_mr.c32 …PHL_INFO("\t[WROLE] HW Band_idx:%d, Port_idx:%d, WMM_idx:%d\n", wrole->hw_band, wrole->hw_port, wr… in phl_mr_dump_role_info()
173 chan_def = &mr_ctl->hal_com->band[wifi_role->hw_band].cur_chandef; in phl_mr_dump_cur_chandef()
174 PHL_INFO("==== HAL Band-%d Chan-def ===\n", wifi_role->hw_band); in phl_mr_dump_cur_chandef()
346 phl_p2pps_noa_all_role_pause(phl_info, wrole->hw_band); in _phl_mrc_module_connect_start_hdlr()
350 psts = phl_mr_coex_disable(phl_info, wrole, wrole->hw_band, in _phl_mrc_module_connect_start_hdlr()
426 phl_p2pps_noa_all_role_pause(phl_info, wrole->hw_band); in _phl_mrc_module_disconnect_pre_hdlr()
431 psts = phl_mr_coex_disable(phl_info, wrole, wrole->hw_band, in _phl_mrc_module_disconnect_pre_hdlr()
519 phl_p2pps_noa_all_role_pause(phl_info, wrole->hw_band); in _phl_mrc_module_ap_start_pre_hdlr()
523 psts = phl_mr_coex_disable(phl_info, wrole, wrole->hw_band, in _phl_mrc_module_ap_start_pre_hdlr()
592 phl_p2pps_noa_all_role_pause(phl_info, wrole->hw_band); in _phl_mrc_module_ap_stop_pre_hdlr()
[all …]
H A Dphl_role.c21 struct rtw_wifi_role_t *wrole, u8 hw_band) in _phl_alloc_hw_resource() argument
33 band_ctrl = &mr_ctl->band_ctrl[hw_band]; in _phl_alloc_hw_resource()
73 wrole->hw_band = hw_band; in _phl_alloc_hw_resource()
95 u8 hw_band = wrole->hw_band; in _phl_free_hw_resource() local
97 band_ctrl = &mr_ctl->band_ctrl[hw_band]; in _phl_free_hw_resource()
131 if (new_band == wrole->hw_band) {
290 u8 hw_band; in _phl_wifi_role_alloc_sw() local
322 hw_band = 0; in _phl_wifi_role_alloc_sw()
325 if (_phl_alloc_hw_resource(phl_info, role, hw_band) != RTW_PHL_STATUS_SUCCESS) { in _phl_wifi_role_alloc_sw()
446 wrole->hw_band, in phl_wifi_role_start()
[all …]
H A Dphl_cmd_scan.c222 u8 band_idx = wifi_role->hw_band; in _cmd_scan_timer()
319 rtw_hal_com_scan_restore_tx_lifetime(phl_info->hal, wifi_role->hw_band); in _cmd_scan_end()
321 rtw_hal_scan_set_rxfltr_by_mode(phl_info->hal, wifi_role->hw_band, in _cmd_scan_end()
323 rtw_hal_scan_pause_tx_fifo(phl_info->hal, wifi_role->hw_band, false); in _cmd_scan_end()
325 rtw_hal_notification(phl_info->hal, MSG_EVT_SCAN_END, wifi_role->hw_band); in _cmd_scan_end()
490 rtw_hal_scan_pause_tx_fifo(phl_info->hal, wifi_role->hw_band, true); in _cmd_scan_start()
491 rtw_hal_scan_set_rxfltr_by_mode(phl_info->hal, wifi_role->hw_band, in _cmd_scan_start()
493 rtw_hal_com_scan_set_tx_lifetime(phl_info->hal, wifi_role->hw_band); in _cmd_scan_start()
554 wifi_role->hw_band); in _cmd_scan_hdl_internal_evt()
613 rtw_hal_scan_pause_tx_fifo(phl_info->hal, wifi_role->hw_band, true); in _cmd_scan_hdl_internal_evt()
[all …]
H A Dphl_chan.c119 hstatus = rtw_hal_set_ch_bw(phl_info->hal, wifi_role->hw_band, in phl_set_ch_bw()
245 wrole->hw_band, in rtw_phl_cmd_chg_op_chdef()
263 wrole->hw_band, in rtw_phl_cmd_chg_op_chdef()
333 wifi_role->hw_band, in rtw_phl_cmd_set_ch_bw()
358 return rtw_hal_get_cur_ch(phl_info->hal, wifi_role->hw_band); in rtw_phl_get_cur_ch()
367 rtw_hal_get_cur_chdef(phl_info->hal, wifi_role->hw_band, cur_chandef); in rtw_phl_get_cur_hal_chdef()
378 hstatus = rtw_hal_dfs_pause_tx(phl_info->hal, wifi_role->hw_band, tx_pause); in _dfs_hw_tx_pause()
436 wifi_role->hw_band, in rtw_phl_cmd_dfs_tx_pause()
854 struct hw_band_ctl_t *band_ctrl = &(mr_ctl->band_ctrl[wifi_role->hw_band]); in _phl_chanctx_create()
882 struct hw_band_ctl_t *band_ctrl = &(mr_ctl->band_ctrl[wifi_role->hw_band]); in phl_chanctx_add()
[all …]
H A Dphl_api_drv.c158 phl_rx_dbg_dump(phl_info, wrole->hw_band); in rtw_phl_dbg_dump_rx()
161 u32 rtw_phl_get_phy_stat_info(void *phl, enum phl_band_idx hw_band, in rtw_phl_get_phy_stat_info() argument
166 return rtw_hal_get_phy_stat_info(phl_info->hal, hw_band, phy_stat); in rtw_phl_get_phy_stat_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/custom/
H A Dphl_custom_fb.c244 fb_ctx->init.wifi_role->hw_band); in _custom_fb_pdthr_cfg()
276 fb_ctx->init.wifi_role->hw_band); in _custom_fb_pdthr_query()
282 fb_ctx->init.wifi_role->hw_band); in _custom_fb_pdthr_query()
315 fb_ctx->init.wifi_role->hw_band); in _custom_fb_pop_cfg()
344 pop_enable = rtw_hal_query_pop_en(phl->hal, fb_ctx->init.wifi_role->hw_band); in _custom_fb_pop_query()
453 u8 hw_band, in phl_custom_fb_init_role_cap() argument
464 hw_band, in phl_custom_fb_init_role_cap()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_ext_tx_pwr_lmt.c36 rtw_hal_enable_ext_pwr_lmt(void *hal, u8 hw_band, in rtw_hal_enable_ext_pwr_lmt() argument
46 tpu_ext_pwr_lmt_info = &(hal_com->rtw_tpu_ext_pwr_lmt_i[hw_band]); in rtw_hal_enable_ext_pwr_lmt()
H A Dhal_custom.c29 wrole->hw_band, in rtw_hal_custom_cfg_tx_ampdu()
47 wrole->hw_band, in rtw_hal_get_ampdu_cfg()
H A Dhal_p2pps.c65 h_stat = rtw_hal_mac_tsf32_tog_enable(hal_info, w_role->hw_band, in rtw_hal_tsf32_tog_enable()
76 h_stat = rtw_hal_mac_tsf32_tog_disable(hal_info, w_role->hw_band, in rtw_hal_tsf32_tog_disable()
H A Dhal_api.c95 u32 rtw_hal_get_phy_stat_info(void *hal, enum phl_band_idx hw_band, in rtw_hal_get_phy_stat_info() argument
100 struct rtw_hal_stat_info *stat_info = &hal_com->band[hw_band].stat_info; in rtw_hal_get_phy_stat_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_ext_tx_pwr_lmt.c47 rtw_hal_enable_ext_pwr_lmt(void *hal, u8 hw_band, in rtw_hal_enable_ext_pwr_lmt() argument
57 tpu_ext_pwr_lmt_info = &(hal_com->rtw_tpu_ext_pwr_lmt_i[hw_band]); in rtw_hal_enable_ext_pwr_lmt()
H A Dhal_custom.c29 wrole->hw_band, in rtw_hal_custom_cfg_tx_ampdu()
47 wrole->hw_band, in rtw_hal_get_ampdu_cfg()
H A Dhal_p2pps.c65 h_stat = rtw_hal_mac_tsf32_tog_enable(hal_info, w_role->hw_band, in rtw_hal_tsf32_tog_enable()
76 h_stat = rtw_hal_mac_tsf32_tog_disable(hal_info, w_role->hw_band, in rtw_hal_tsf32_tog_disable()

12345