conf_id
struct conf_id id;
__le32 conf_id;
__le32 conf_id;
int iwl_fw_start_dbg_conf(struct iwl_fw_runtime *fwrt, u8 conf_id)
if (WARN_ONCE(conf_id >= ARRAY_SIZE(fwrt->fw->dbg.conf_tlv),
"Invalid configuration %d\n", conf_id))
if ((!fwrt->fw->dbg.conf_tlv[conf_id] ||
!fwrt->fw->dbg.conf_tlv[conf_id]->num_of_hcmds) &&
conf_id == FW_DBG_START_FROM_ALIVE)
if (!fwrt->fw->dbg.conf_tlv[conf_id])
ptr = (void *)&fwrt->fw->dbg.conf_tlv[conf_id]->hcmd;
for (i = 0; i < fwrt->fw->dbg.conf_tlv[conf_id]->num_of_hcmds; i++) {
fwrt->dump.conf = conf_id;
.conf_id = cpu_to_le32(SESSION_PROTECT_CONF_ASSOC),
.conf_id = cpu_to_le32(SESSION_PROTECT_CONF_ASSOC),
unsigned int conf_id;
ret = kstrtouint(buf, 0, &conf_id);
if (WARN_ON(conf_id >= FW_DBG_CONF_MAX))
ret = iwl_fw_start_dbg_conf(&mvm->fwrt, conf_id);
le32_to_cpu(notif->conf_id)))
cmd.conf_id = cpu_to_le32(mvmvif->time_event_data.id);
.conf_id = cpu_to_le32(SESSION_PROTECT_CONF_ASSOC),
te_data->id = le32_to_cpu(cmd.conf_id);
.conf_id = cpu_to_le32(id),