Lines Matching refs:trace_hw_component_mask
60 u64 trace_hw_component_mask; in fw_trace_capability_show() local
65 &trace_hw_component_mask); in fw_trace_capability_show()
70 trace_destination_mask, trace_hw_component_mask); in fw_trace_capability_show()
84 u64 trace_hw_component_mask = vdev->fw->trace_hw_component_mask; in fw_trace_config_show() local
90 trace_level, trace_destination_mask, trace_hw_component_mask); in fw_trace_config_show()
261 fw->trace_hw_component_mask); in fw_trace_destination_mask_fops_write()
278 u64 trace_hw_component_mask; in fw_trace_hw_comp_mask_fops_write() local
281 ret = kstrtou64_from_user(user_buf, size, 0, &trace_hw_component_mask); in fw_trace_hw_comp_mask_fops_write()
285 fw->trace_hw_component_mask = trace_hw_component_mask; in fw_trace_hw_comp_mask_fops_write()
288 trace_hw_component_mask); in fw_trace_hw_comp_mask_fops_write()
314 fw->trace_hw_component_mask); in fw_trace_level_fops_write()