Home
last modified time | relevance | path

Searched refs:tas (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/realtek/rtw89/
A Dsar.c245 struct rtw89_tas_info *tas = &rtwdev->tas; in rtw89_tas_is_active() local
278 struct rtw89_tas_info *tas = &rtwdev->tas; in rtw89_query_sar() local
359 struct rtw89_tas_info *tas = &rtwdev->tas; in rtw89_print_tas() local
550 struct rtw89_tas_info *tas = &rtwdev->tas; in __rtw89_tas_state_update() local
602 struct rtw89_tas_info *tas = &rtwdev->tas; in rtw89_tas_window_update() local
631 struct rtw89_tas_info *tas = &rtwdev->tas; in rtw89_tas_history_update() local
647 tas->total_txpwr += txpwr - tas->txpwr_history[tas->txpwr_head_idx]; in rtw89_tas_history_update()
648 tas->total_tx_ratio += tx_ratio - tas->tx_ratio_history[tas->tx_ratio_idx]; in rtw89_tas_history_update()
664 struct rtw89_tas_info *tas = &rtwdev->tas; in rtw89_tas_rolling_average() local
696 struct rtw89_tas_info *tas = &rtwdev->tas; in rtw89_tas_init() local
[all …]
A Dregd.c824 struct rtw89_tas_info *tas = &rtwdev->tas; in rtw89_regd_apply_policy_tas() local
827 if (!tas->enable) in rtw89_regd_apply_policy_tas()
839 tas->block_regd = !(tas->enabled_countries & tas_country && in rtw89_regd_apply_policy_tas()
A Dphy.c3548 struct rtw89_tas_info *tas = &rtwdev->tas; in rtw89_phy_c2h_rfk_log_tas_pwr() local
3553 if (!tas->enable || src == RTW89_SAR_SOURCE_NONE) in rtw89_phy_c2h_rfk_log_tas_pwr()
3566 tas->instant_txpwr = rtw89_db_to_linear(0); in rtw89_phy_c2h_rfk_log_tas_pwr()
3568 tas->instant_txpwr = DIV_ROUND_DOWN_ULL(linear, cur_idx); in rtw89_phy_c2h_rfk_log_tas_pwr()
A Dcore.h5995 struct rtw89_tas_info tas; member
/drivers/target/
A Dtarget_core_tmr.c72 struct se_session *tmr_sess, bool tas) in __target_check_io_state() argument
97 if ((tmr_sess != se_cmd->se_sess) && tas) in __target_check_io_state()
269 bool tas, in core_tmr_drain_state_list() argument
325 rc = __target_check_io_state(cmd, tmr_sess, tas); in core_tmr_drain_state_list()
363 bool tas; in core_tmr_lun_reset() local
375 tas = dev->dev_attrib.emulate_tas; in core_tmr_lun_reset()
403 dev->transport->name, tas); in core_tmr_lun_reset()
405 core_tmr_drain_state_list(dev, prout_cmd, tmr_sess, tas, in core_tmr_lun_reset()
A Dtarget_core_transport.c834 bool tas = cmd->transport_state & CMD_T_TAS; in target_handle_abort() local
838 pr_debug("tag %#llx: send_abort_response = %d\n", cmd->tag, tas); in target_handle_abort()
840 if (tas) { in target_handle_abort()
2913 static void target_wait_free_cmd(struct se_cmd *cmd, bool *aborted, bool *tas) in target_wait_free_cmd() argument
2918 __transport_wait_for_tasks(cmd, true, aborted, tas, &flags); in target_wait_free_cmd()
2963 bool aborted = false, tas = false; in transport_generic_free_cmd() local
2966 target_wait_free_cmd(cmd, &aborted, &tas); in transport_generic_free_cmd()
3245 bool *aborted, bool *tas, unsigned long *flags) in __transport_wait_for_tasks() argument
3258 *tas = true; in __transport_wait_for_tasks()
3300 bool ret, aborted = false, tas = false; in transport_wait_for_tasks() local
[all …]

Completed in 71 milliseconds