Home
last modified time | relevance | path

Searched refs:single_chip_mlo_support (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dqmi.h277 u8 single_chip_mlo_support; member
H A Dqmi.c622 single_chip_mlo_support),
2360 if (resp.single_chip_mlo_support_valid && resp.single_chip_mlo_support) in ath12k_qmi_phy_cap_send()
2361 ab->single_chip_mlo_support = true; in ath12k_qmi_phy_cap_send()
2375 resp.single_chip_mlo_support_valid, resp.single_chip_mlo_support, in ath12k_qmi_phy_cap_send()
H A Dcore.c2191 ag->mlo_capable = ab->single_chip_mlo_support; in ath12k_core_hw_group_set_mlo_capable()
2317 ab->single_chip_mlo_support = false; in ath12k_core_alloc()
H A Dcore.h1151 bool single_chip_mlo_support; member