Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dqmi.h284 u8 single_chip_mlo_support; member
H A Dqmi.c607 single_chip_mlo_support),
2316 if (resp.single_chip_mlo_support_valid && resp.single_chip_mlo_support) in ath12k_qmi_phy_cap_send()
2317 ab->single_chip_mlo_support = true; in ath12k_qmi_phy_cap_send()
2328 resp.single_chip_mlo_support_valid, resp.single_chip_mlo_support, in ath12k_qmi_phy_cap_send()
H A Dcore.c2183 ag->mlo_capable = ab->single_chip_mlo_support; in ath12k_core_hw_group_set_mlo_capable()
2305 ab->single_chip_mlo_support = false; in ath12k_core_alloc()
H A Dcore.h1148 bool single_chip_mlo_support; member