Searched refs:GET_VHTNSSMCS (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | 11ac.c | 53 mcs = GET_VHTNSSMCS(mcs_map, i); in nxpwifi_convert_mcsmap_to_maxrate() 57 mcs = GET_VHTNSSMCS(mcs_map, nss); in nxpwifi_convert_mcsmap_to_maxrate() 110 mcs_user = GET_VHTNSSMCS(mcs_map_user, nss); in nxpwifi_fill_vht_cap_tlv() 111 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in nxpwifi_fill_vht_cap_tlv() 133 mcs_user = GET_VHTNSSMCS(mcs_map_user, nss); in nxpwifi_fill_vht_cap_tlv() 134 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in nxpwifi_fill_vht_cap_tlv()
|
| H A D | fw.h | 314 #define GET_VHTNSSMCS(mcs_mapset, nss) \ macro
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | 11ac.c | 59 mcs = GET_VHTNSSMCS(mcs_map, i); in mwifiex_convert_mcsmap_to_maxrate() 63 mcs = GET_VHTNSSMCS(mcs_map, nss); in mwifiex_convert_mcsmap_to_maxrate() 115 mcs_user = GET_VHTNSSMCS(mcs_map_user, nss); in mwifiex_fill_vht_cap_tlv() 116 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in mwifiex_fill_vht_cap_tlv() 138 mcs_user = GET_VHTNSSMCS(mcs_map_user, nss); in mwifiex_fill_vht_cap_tlv() 139 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in mwifiex_fill_vht_cap_tlv()
|
| H A D | tdls.c | 320 mcs_user = GET_VHTNSSMCS(mcs_map_user, nss); in mwifiex_tdls_add_vht_oper() 321 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in mwifiex_tdls_add_vht_oper()
|
| H A D | fw.h | 317 #define GET_VHTNSSMCS(mcs_mapset, nss) ((mcs_mapset >> (2 * (nss - 1))) & 0x3) macro
|