Lines Matching refs:trace_hw_component_mask
43 u64 trace_hw_component_mask; in fw_trace_capability_show() local
48 &trace_hw_component_mask); in fw_trace_capability_show()
53 trace_destination_mask, trace_hw_component_mask); in fw_trace_capability_show()
68 u64 trace_hw_component_mask = vdev->fw->trace_hw_component_mask; in fw_trace_config_show() local
74 trace_level, trace_destination_mask, trace_hw_component_mask); in fw_trace_config_show()
169 fw->trace_hw_component_mask); in fw_trace_destination_mask_fops_write()
186 u64 trace_hw_component_mask; in fw_trace_hw_comp_mask_fops_write() local
189 ret = kstrtou64_from_user(user_buf, size, 0, &trace_hw_component_mask); in fw_trace_hw_comp_mask_fops_write()
193 fw->trace_hw_component_mask = trace_hw_component_mask; in fw_trace_hw_comp_mask_fops_write()
196 trace_hw_component_mask); in fw_trace_hw_comp_mask_fops_write()
222 fw->trace_hw_component_mask); in fw_trace_level_fops_write()