Lines Matching refs:cmd

424     HostCmd_DS_COMMAND *cmd = wifi_get_command_buffer();  in wlan_cmd_11ax_cfg()  local
425 cmd->command = wlan_cpu_to_le16(HostCmd_CMD_11AX_CFG); in wlan_cmd_11ax_cfg()
426 cmd->size = S_DS_GEN + sizeof(HostCmd_DS_11AX_CFG); in wlan_cmd_11ax_cfg()
427 axcfg = (HostCmd_DS_11AX_CFG *)((t_u32)cmd + S_DS_GEN); in wlan_cmd_11ax_cfg()
438 cmd->size += he_cfg->he_cap.len + sizeof(MrvlIEtypesHeader_t); in wlan_cmd_11ax_cfg()
441cmd->seq_num = HostCmd_SET_SEQ_NO_BSS_INFO(0U /* seq_num */, 0U /* bss_num */, pmpriv->bss_index); in wlan_cmd_11ax_cfg()
442 cmd->result = 0x00; in wlan_cmd_11ax_cfg()
534 mlan_status wlan_cmd_twt_cfg(pmlan_private pmpriv, HostCmd_DS_COMMAND *cmd, t_u16 cmd_action, t_voi… in wlan_cmd_twt_cfg() argument
536 HostCmd_DS_TWT_CFG *hostcmd_twtcfg = (HostCmd_DS_TWT_CFG *)&cmd->params.twtcfg; in wlan_cmd_twt_cfg()
545 cmd->command = wlan_cpu_to_le16(HostCmd_CMD_TWT_CFG); in wlan_cmd_twt_cfg()
550 cmd->size = S_DS_GEN + sizeof(hostcmd_twtcfg->action) + sizeof(hostcmd_twtcfg->sub_id); in wlan_cmd_twt_cfg()
569 cmd->size += sizeof(hostcmd_twtcfg->param.twt_setup); in wlan_cmd_twt_cfg()
577 cmd->size += sizeof(hostcmd_twtcfg->param.twt_teardown); in wlan_cmd_twt_cfg()
584 cmd->size += sizeof(hostcmd_twtcfg->param.twt_report); in wlan_cmd_twt_cfg()
591 cmd->size += sizeof(hostcmd_twtcfg->param.twt_information); in wlan_cmd_twt_cfg()
598 cmd->size = wlan_cpu_to_le16(cmd->size); in wlan_cmd_twt_cfg()
614 mlan_status wlan_cmd_11ax_cmd(pmlan_private pmpriv, HostCmd_DS_COMMAND *cmd, t_u16 cmd_action, t_vo… in wlan_cmd_11ax_cmd() argument
616 HostCmd_DS_11AX_CMD_CFG *axcmd = &cmd->params.axcmd; in wlan_cmd_11ax_cmd()
622 cmd->command = wlan_cpu_to_le16(HostCmd_CMD_11AX_CMD); in wlan_cmd_11ax_cmd()
623 cmd->size = sizeof(HostCmd_DS_11AX_CMD_CFG) + S_DS_GEN; in wlan_cmd_11ax_cmd()
631 cmd->size += sizeof(mlan_ds_11ax_txomi_cmd); in wlan_cmd_11ax_cmd()
635 cmd->size += sizeof(t_u32); in wlan_cmd_11ax_cmd()
642 cmd->size = wlan_cpu_to_le16(cmd->size); in wlan_cmd_11ax_cmd()