Lines Matching refs:cpu_to_le16
139 vht_cap->supp_mcs.rx_mcs_map = cpu_to_le16(mcs_map_result); in mwifiex_fill_vht_cap_tlv()
142 vht_cap->supp_mcs.rx_highest = cpu_to_le16(tmp); in mwifiex_fill_vht_cap_tlv()
161 vht_cap->supp_mcs.tx_mcs_map = cpu_to_le16(mcs_map_result); in mwifiex_fill_vht_cap_tlv()
164 vht_cap->supp_mcs.tx_highest = cpu_to_le16(tmp); in mwifiex_fill_vht_cap_tlv()
191 vht_cap->header.type = cpu_to_le16(WLAN_EID_VHT_CAPABILITY); in mwifiex_cmd_append_11ac_tlv()
193 cpu_to_le16(sizeof(struct ieee80211_vht_cap)); in mwifiex_cmd_append_11ac_tlv()
210 cpu_to_le16(WLAN_EID_VHT_OPERATION); in mwifiex_cmd_append_11ac_tlv()
211 vht_op->header.len = cpu_to_le16(sizeof(*vht_op) - in mwifiex_cmd_append_11ac_tlv()
255 oper_ntf->header.type = cpu_to_le16(WLAN_EID_OPMODE_NOTIF); in mwifiex_cmd_append_11ac_tlv()
256 oper_ntf->header.len = cpu_to_le16(sizeof(u8)); in mwifiex_cmd_append_11ac_tlv()
271 cmd->command = cpu_to_le16(HostCmd_CMD_11AC_CFG); in mwifiex_cmd_11ac_cfg()
272 cmd->size = cpu_to_le16(sizeof(struct host_cmd_11ac_vht_cfg) + in mwifiex_cmd_11ac_cfg()
274 vhtcfg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_11ac_cfg()