Searched refs:he_cmd (Results 1 – 1 of 1) sorted by relevance
256 struct host_cmd_11ax_cmd *he_cmd = &cmd->params.ax_cmd; in nxpwifi_cmd_11ax_cmd() local271 he_cmd->action = cpu_to_le16(cmd_action); in nxpwifi_cmd_11ax_cmd()272 he_cmd->sub_id = cpu_to_le16(ax_cmd->sub_id); in nxpwifi_cmd_11ax_cmd()278 tlv = (struct nxpwifi_ie_types_data *)he_cmd->val; in nxpwifi_cmd_11ax_cmd()288 he_cmd->val[0] = beam_cmd->value; in nxpwifi_cmd_11ax_cmd()294 he_cmd->val[0] = htc_cmd->value; in nxpwifi_cmd_11ax_cmd()300 memcpy((void *)he_cmd->val, txmoi_cmd, sizeof(*txmoi_cmd)); in nxpwifi_cmd_11ax_cmd()306 memcpy(he_cmd->val, &toltime_cmd->tol_time, in nxpwifi_cmd_11ax_cmd()313 memcpy(he_cmd->val, &txop_cmd->rts_thres, in nxpwifi_cmd_11ax_cmd()320 he_cmd->val[0] = set_bsrp_cmd->value; in nxpwifi_cmd_11ax_cmd()[all …]