Home
last modified time | relevance | path

Searched refs:GET_HE_NSSMCS (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_11ax.c192 cfg_value = GET_HE_NSSMCS(user_hecap_tlv->rx_mcs_80, nss); in wlan_fill_he_cap_ie()
193 hw_value = GET_HE_NSSMCS(hw_hecap_tlv->rx_mcs_80, nss); in wlan_fill_he_cap_ie()
204 cfg_value = GET_HE_NSSMCS(user_hecap_tlv->tx_mcs_80, nss); in wlan_fill_he_cap_ie()
205 hw_value = GET_HE_NSSMCS(hw_hecap_tlv->tx_mcs_80, nss); in wlan_fill_he_cap_ie()
348 cfg_value = GET_HE_NSSMCS(phecap->rx_mcs_80, nss); in wlan_fill_he_cap_tlv()
349 hw_value = GET_HE_NSSMCS(phw_hecap->rx_mcs_80, nss); in wlan_fill_he_cap_tlv()
364 cfg_value = GET_HE_NSSMCS(phecap->tx_mcs_80, nss); in wlan_fill_he_cap_tlv()
365 hw_value = GET_HE_NSSMCS(phw_hecap->tx_mcs_80, nss); in wlan_fill_he_cap_tlv()
471 cfg_value = GET_HE_NSSMCS(phecap->rx_mcs_80, nss); in wlan_cmd_append_11ax_tlv()
472 hw_value = GET_HE_NSSMCS(phw_hecap->rx_mcs_80, nss); in wlan_cmd_append_11ax_tlv()
[all …]
H A Dmlan_11ax.h37 #define GET_HE_NSSMCS(MCSMapSet, nss) ((MCSMapSet >> (2 * (nss - 1))) & 0x3) macro