Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_generic_api.h2970 uint32_t nss_comb = 0; in hal_txmon_status_parse_tlv_generic_be() local
2990 nss_comb = HAL_TX_DESC_GET_64(tx_tlv, in hal_txmon_status_parse_tlv_generic_be()
2994 nss_su = (nss_comb & 0x7) + 1; in hal_txmon_status_parse_tlv_generic_be()
2996 partial_aid = (nss_comb >> 3) & 0x1F; in hal_txmon_status_parse_tlv_generic_be()
2998 nss_mu[0] = (nss_comb & 0x7) + 1; in hal_txmon_status_parse_tlv_generic_be()
2999 nss_mu[1] = ((nss_comb >> 3) & 0x7) + 1; in hal_txmon_status_parse_tlv_generic_be()
3000 nss_mu[2] = ((nss_comb >> 6) & 0x7) + 1; in hal_txmon_status_parse_tlv_generic_be()
3001 nss_mu[3] = ((nss_comb >> 9) & 0x7) + 1; in hal_txmon_status_parse_tlv_generic_be()