Searched refs:ax_cmd (Results 1 – 3 of 3) sorted by relevance
253 struct nxpwifi_11ax_cmd_cfg *ax_cmd) in nxpwifi_cmd_11ax_cmd() argument256 struct host_cmd_11ax_cmd *he_cmd = &cmd->params.ax_cmd; in nxpwifi_cmd_11ax_cmd()272 he_cmd->sub_id = cpu_to_le16(ax_cmd->sub_id); in nxpwifi_cmd_11ax_cmd()274 switch (ax_cmd->sub_command) { in nxpwifi_cmd_11ax_cmd()276 sr_cmd = (struct nxpwifi_11ax_sr_cmd *)&ax_cmd->param; in nxpwifi_cmd_11ax_cmd()286 beam_cmd = (struct nxpwifi_11ax_beam_cmd *)&ax_cmd->param; in nxpwifi_cmd_11ax_cmd()292 htc_cmd = (struct nxpwifi_11ax_htc_cmd *)&ax_cmd->param; in nxpwifi_cmd_11ax_cmd()298 txmoi_cmd = (struct nxpwifi_11ax_txomi_cmd *)&ax_cmd->param; in nxpwifi_cmd_11ax_cmd()304 toltime_cmd = (struct nxpwifi_11ax_toltime_cmd *)&ax_cmd->param; in nxpwifi_cmd_11ax_cmd()311 txop_cmd = (struct nxpwifi_11ax_txop_cmd *)&ax_cmd->param; in nxpwifi_cmd_11ax_cmd()[all …]
57 struct nxpwifi_11ax_cmd_cfg *ax_cmd);61 struct nxpwifi_11ax_cmd_cfg *ax_cmd);
2447 struct host_cmd_11ax_cmd ax_cmd; member