csc_hw_error_work
struct xe_tile *tile = container_of(work, typeof(*tile), csc_hw_error_work);
schedule_work(&tile->csc_hw_error_work);
schedule_work(&tile->csc_hw_error_work);
INIT_WORK(&tile->csc_hw_error_work, csc_hw_error_work);
struct work_struct csc_hw_error_work;