Home
last modified time | relevance | path

Searched refs:conf_id (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/arch/s390/include/uapi/asm/
Dchsc.h71 struct conf_id { struct
78 struct conf_id id; argument
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtime-event.h395 __le32 conf_id; member
415 __le32 conf_id; member
/linux-6.1.9/drivers/isdn/mISDN/
Ddsp.h191 u32 conf_id; member
247 extern int dsp_cmx_conf(struct dsp *dsp, u32 conf_id);
Ddsp_cmx.c1064 dsp_cmx_conf(struct dsp *dsp, u32 conf_id) in dsp_cmx_conf() argument
1071 if (dsp->conf_id == conf_id) in dsp_cmx_conf()
1075 if (dsp->conf_id) { in dsp_cmx_conf()
1084 dsp->conf_id = 0; in dsp_cmx_conf()
1104 if (!conf_id) in dsp_cmx_conf()
1110 conf_id); in dsp_cmx_conf()
1111 conf = dsp_cmx_search_conf(conf_id); in dsp_cmx_conf()
1117 conf = dsp_cmx_new_conf(conf_id); in dsp_cmx_conf()
1140 dsp->conf_id = conf_id; in dsp_cmx_conf()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dtime-event.c656 .conf_id = cpu_to_le32(id), in iwl_mvm_cancel_session_protection()
880 le32_to_cpu(notif->conf_id))) in iwl_mvm_rx_session_protect_notif()
924 cmd.conf_id = cpu_to_le32(mvmvif->time_event_data.id); in iwl_mvm_start_p2p_roc_session_protection()
1171 .conf_id = cpu_to_le32(SESSION_PROTECT_CONF_ASSOC), in iwl_mvm_schedule_session_protection()
1192 te_data->id = le32_to_cpu(cmd.conf_id); in iwl_mvm_schedule_session_protection()
Ddebugfs.c1320 unsigned int conf_id; in iwl_dbgfs_fw_dbg_conf_write() local
1326 ret = kstrtouint(buf, 0, &conf_id); in iwl_dbgfs_fw_dbg_conf_write()
1330 if (WARN_ON(conf_id >= FW_DBG_CONF_MAX)) in iwl_dbgfs_fw_dbg_conf_write()
1334 ret = iwl_fw_start_dbg_conf(&mvm->fwrt, conf_id); in iwl_dbgfs_fw_dbg_conf_write()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/fw/
Ddbg.c2826 int iwl_fw_start_dbg_conf(struct iwl_fw_runtime *fwrt, u8 conf_id) in iwl_fw_start_dbg_conf() argument
2832 if (WARN_ONCE(conf_id >= ARRAY_SIZE(fwrt->fw->dbg.conf_tlv), in iwl_fw_start_dbg_conf()
2833 "Invalid configuration %d\n", conf_id)) in iwl_fw_start_dbg_conf()
2837 if ((!fwrt->fw->dbg.conf_tlv[conf_id] || in iwl_fw_start_dbg_conf()
2838 !fwrt->fw->dbg.conf_tlv[conf_id]->num_of_hcmds) && in iwl_fw_start_dbg_conf()
2839 conf_id == FW_DBG_START_FROM_ALIVE) in iwl_fw_start_dbg_conf()
2842 if (!fwrt->fw->dbg.conf_tlv[conf_id]) in iwl_fw_start_dbg_conf()
2850 ptr = (void *)&fwrt->fw->dbg.conf_tlv[conf_id]->hcmd; in iwl_fw_start_dbg_conf()
2851 for (i = 0; i < fwrt->fw->dbg.conf_tlv[conf_id]->num_of_hcmds; i++) { in iwl_fw_start_dbg_conf()
2867 fwrt->dump.conf = conf_id; in iwl_fw_start_dbg_conf()