Home
last modified time | relevance | path

Searched refs:current_channel (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dtrace.c26 static const BIO *current_channel = NULL; variable
485 current_channel = channel; in OSSL_trace_begin()
513 && ossl_assert(channel == current_channel)) { in OSSL_trace_end()
527 current_channel = NULL; in OSSL_trace_end()
/freebsd/sys/contrib/dev/rtw88/
H A Dsar.c36 rtw_phy_set_tx_power_level(rtwdev, hal->current_channel); in rtw_apply_sar()
H A Ddebug.c645 ch = hal->current_channel; in rtw_debugfs_get_tx_pwr_tbl()
702 dm_info->rssi[RF_PATH_A] - 100, hal->current_channel); in rtw_debugfs_get_simple_phy_info()
730 seq_printf(m, "Current CH(fc) = %u\n", rtwdev->hal.current_channel); in rtw_debugfs_get_phy_info()
H A Dregd.c490 rtw_phy_set_tx_power_level(rtwdev, hal->current_channel); in rtw_regd_notifier()
H A Dfw.c2256 rtw_phy_set_tx_power_level(rtwdev, hal->current_channel); in rtw_hw_scan_status_report()
2360 scan_info->op_chan = hal->current_channel;
2430 rtw_is_op_chan(rtwdev, hal->current_channel)) {
H A Drtw8822b.c742 u8 ch = rtwdev->hal.current_channel; in rtw8822b_config_trx_mode()
1458 u8 channel = rtwdev->hal.current_channel; in rtw8822b_pwrtrack_set()
H A Dmain.c820 hal->current_channel = center_channel; in rtw_update_channel()
2178 rtwdev->hal.current_channel = 1; in rtw_core_init()
H A Dmain.h1924 u8 current_channel;
1911 u8 current_channel; global() member
H A Drtw8821c.c1114 u8 channel = rtwdev->hal.current_channel; in rtw8821c_pwr_track()
H A Dcoex.c820 center_chan = rtwdev->hal.current_channel; in rtw_coex_update_wl_ch_info()
3997 coex_dm->wl_ch_info[2], hal->current_channel); in rtw_coex_display_coex_info()
H A Dphy.c2344 u8 channel = rtwdev->hal.current_channel; in rtw_phy_config_swing_table()
H A Drtw8723d.c1360 rtw_phy_set_tx_power_level(rtwdev, hal->current_channel); in rtw8723d_iqk_one_round()
H A Drtw8822c.c2583 channel = rtwdev->hal.current_channel; in query_phy_status_page0()
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.h4099 __le32 current_channel;
3614 __le32 current_channel; global() member
H A Dfw.c5159 mccch->current_channel = cpu_to_le32(rfk_mcc->ch[idx]);