Home
last modified time | relevance | path

Searched refs:GET_VHTNSSMCS (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A 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()
H A 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()
H A Dfw.h326 #define GET_VHTNSSMCS(mcs_mapset, nss) ((mcs_mapset >> (2 * (nss - 1))) & 0x3) macro
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A D11ac.c59 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 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()
H A Dfw.h314 #define GET_VHTNSSMCS(mcs_mapset, nss) ((mcs_mapset >> (2 * (nss - 1))) & 0x3) macro

Completed in 34 milliseconds