Searched refs:module_enable (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | wmi-ops.h | 144 struct sk_buff *(*gen_dbglog_cfg)(struct ath10k *ar, u64 module_enable, 1126 ath10k_wmi_dbglog_cfg(struct ath10k *ar, u64 module_enable, u32 log_level) in ath10k_wmi_dbglog_cfg() argument 1133 skb = ar->wmi.ops->gen_dbglog_cfg(ar, module_enable, log_level); in ath10k_wmi_dbglog_cfg()
|
H A D | wmi.c | 8032 ath10k_wmi_op_gen_dbglog_cfg(struct ath10k *ar, u64 module_enable, in ath10k_wmi_op_gen_dbglog_cfg() argument 8045 if (module_enable) { in ath10k_wmi_op_gen_dbglog_cfg() 8052 module_enable = ~0; in ath10k_wmi_op_gen_dbglog_cfg() 8055 cmd->module_enable = __cpu_to_le32(module_enable); in ath10k_wmi_op_gen_dbglog_cfg() 8062 __le32_to_cpu(cmd->module_enable), in ath10k_wmi_op_gen_dbglog_cfg() 8070 ath10k_wmi_10_4_op_gen_dbglog_cfg(struct ath10k *ar, u64 module_enable, in ath10k_wmi_10_4_op_gen_dbglog_cfg() argument 8083 if (module_enable) { in ath10k_wmi_10_4_op_gen_dbglog_cfg() 8090 module_enable = ~0; in ath10k_wmi_10_4_op_gen_dbglog_cfg() 8093 cmd->module_enable = __cpu_to_le64(module_enable); in ath10k_wmi_10_4_op_gen_dbglog_cfg() 8101 __le64_to_cpu(cmd->module_enable), in ath10k_wmi_10_4_op_gen_dbglog_cfg() [all …]
|
H A D | wmi-tlv.c | 3420 ath10k_wmi_tlv_op_gen_dbglog_cfg(struct ath10k *ar, u64 module_enable, in ath10k_wmi_tlv_op_gen_dbglog_cfg() argument 3434 if (module_enable) { in ath10k_wmi_tlv_op_gen_dbglog_cfg() 3436 module_enable, in ath10k_wmi_tlv_op_gen_dbglog_cfg()
|
H A D | wmi.h | 6736 __le32 module_enable; member 6750 __le64 module_enable; member
|