Lines Matching refs:trace_hw_component_mask
51 u64 trace_hw_component_mask; in fw_trace_capability_show() local
56 &trace_hw_component_mask); in fw_trace_capability_show()
61 trace_destination_mask, trace_hw_component_mask); in fw_trace_capability_show()
75 u64 trace_hw_component_mask = vdev->fw->trace_hw_component_mask; in fw_trace_config_show() local
81 trace_level, trace_destination_mask, trace_hw_component_mask); in fw_trace_config_show()
260 fw->trace_hw_component_mask); in fw_trace_destination_mask_fops_write()
277 u64 trace_hw_component_mask; in fw_trace_hw_comp_mask_fops_write() local
280 ret = kstrtou64_from_user(user_buf, size, 0, &trace_hw_component_mask); in fw_trace_hw_comp_mask_fops_write()
284 fw->trace_hw_component_mask = trace_hw_component_mask; in fw_trace_hw_comp_mask_fops_write()
287 trace_hw_component_mask); in fw_trace_hw_comp_mask_fops_write()
313 fw->trace_hw_component_mask); in fw_trace_level_fops_write()