Home
last modified time | relevance | path

Searched refs:repall (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/s390/cio/
Ddevice_ops.c48 cdev->private->options.repall = (flags & CCWDEV_REPORT_ALL) != 0; in ccw_device_set_options_mask()
72 cdev->private->options.repall) || in ccw_device_set_options()
77 cdev->private->options.repall |= (flags & CCWDEV_REPORT_ALL) != 0; in ccw_device_set_options()
94 cdev->private->options.repall &= (flags & CCWDEV_REPORT_ALL) == 0; in ccw_device_clear_options()
Dio_sch.h151 unsigned int repall:1; /* report every interrupt status */ member
Ddevice_fsm.c723 !cdev->private->options.repall && in ccw_device_call_handler()