Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/nxp/nxpwifi/
H A D11ax.c253 struct nxpwifi_11ax_cmd_cfg *ax_cmd) in nxpwifi_cmd_11ax_cmd() argument
256 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 …]
H A D11ax.h57 struct nxpwifi_11ax_cmd_cfg *ax_cmd);
61 struct nxpwifi_11ax_cmd_cfg *ax_cmd);
H A Dfw.h2447 struct host_cmd_11ax_cmd ax_cmd; member