Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
D11ac.c71 mcs = GET_VHTNSSMCS(mcs_map, i); in mwifiex_convert_mcsmap_to_maxrate()
75 mcs = GET_VHTNSSMCS(mcs_map, nss); in mwifiex_convert_mcsmap_to_maxrate()
127 mcs_user = GET_VHTNSSMCS(mcs_map_user, nss); in mwifiex_fill_vht_cap_tlv()
128 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in mwifiex_fill_vht_cap_tlv()
150 mcs_user = GET_VHTNSSMCS(mcs_map_user, nss); in mwifiex_fill_vht_cap_tlv()
151 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in mwifiex_fill_vht_cap_tlv()
Dtdls.c320 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()
Dfw.h325 #define GET_VHTNSSMCS(mcs_mapset, nss) ((mcs_mapset >> (2 * (nss - 1))) & 0x3) macro