Home
last modified time | relevance | path

Searched refs:mlo_mode (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Ddebug.c92 struct rtw89_debugfs_priv mlo_mode; member
4950 count++, rtwvif->mlo_mode, vif->valid_links, in rtw89_debug_priv_mlo_mode_get()
4965 u8 num, mlo_mode; in rtw89_debug_priv_mlo_mode_set() local
4968 num = sscanf(buf, "%hhx %u", &mlo_mode, &argv); in rtw89_debug_priv_mlo_mode_set()
4974 rtw89_debug(rtwdev, RTW89_DBG_STATE, "Set MLO mode to %x\n", mlo_mode); in rtw89_debug_priv_mlo_mode_set()
4976 switch (mlo_mode) { in rtw89_debug_priv_mlo_mode_set()
5617 .mlo_mode = rtw89_debug_priv_set_and_get(mlo_mode, RWLOCK),
5675 rtw89_debugfs_add_rw(mlo_mode); in rtw89_debugfs_add_sec2()
H A Dmac80211.c502 rtwvif->mlo_mode = RTW89_MLO_MODE_MLSR; in __rtw89_ops_sta_add()
739 rtwvif->mlo_mode = RTW89_MLO_MODE_MLSR; in rtw89_ops_vif_cfg_changed()
743 rtwvif->mlo_mode = RTW89_MLO_MODE_EMLSR; in rtw89_ops_vif_cfg_changed()
H A Dfw.h4954 __le32 mlo_mode; member
4964 __le32 mlo_mode; member
5006 __le32 mlo_mode; member
5014 __le32 mlo_mode; member
5020 __le32 mlo_mode; member
H A Dwow.c1569 opt.mlo_mode = rtwdev->mlo_dbcc_mode; in rtw89_pno_scan_offload()
H A Dfw.c7850 h2c->w5 = le32_encode_bits(option->mlo_mode, RTW89_H2C_SCANOFLD_BE_W5_MLO_MODE); in rtw89_fw_h2c_scan_offload_be()
8259 h2c->mlo_mode = cpu_to_le32(rtwdev->mlo_dbcc_mode); in rtw89_fw_h2c_rf_ps_info()
8336 h2c->mlo_mode = cpu_to_le32(rtwdev->mlo_dbcc_mode); in rtw89_fw_h2c_rf_pre_ntfy()
8346 common->mlo_mode = cpu_to_le32(rtwdev->mlo_dbcc_mode); in rtw89_fw_h2c_rf_pre_ntfy()
8469 h2c_v0->mlo_mode = cpu_to_le32(rtwdev->mlo_dbcc_mode); in rtw89_fw_h2c_rf_pre_ntfy_mcc()
8491 h2c_v1->mlo_mode = cpu_to_le32(rtwdev->mlo_dbcc_mode); in rtw89_fw_h2c_rf_pre_ntfy_mcc()
10560 opt.mlo_mode = rtwdev->mlo_dbcc_mode; in rtw89_hw_scan_offload()
H A Dcore.h5074 enum rtw89_mlo_dbcc_mode mlo_mode; member
7732 enum rtw89_mlo_mode mlo_mode; member
H A Dcore.c5465 switch (rtwvif->mlo_mode) { in rtw89_core_mlo_track()
7266 rtwvif->mlo_mode = RTW89_MLO_MODE_MLSR; in rtw89_core_mlsr_switch()