Home
last modified time | relevance | path

Searched refs:CCWDEV_DO_PATHGROUP (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/s390/cio/
Ddevice_ops.c49 cdev->private->options.pgroup = (flags & CCWDEV_DO_PATHGROUP) != 0; in ccw_device_set_options_mask()
78 cdev->private->options.pgroup |= (flags & CCWDEV_DO_PATHGROUP) != 0; in ccw_device_set_options()
95 cdev->private->options.pgroup &= (flags & CCWDEV_DO_PATHGROUP) == 0; in ccw_device_clear_options()
/linux-6.1.9/arch/s390/include/asm/
Dccwdev.h166 #define CCWDEV_DO_PATHGROUP 0x0004 macro
/linux-6.1.9/drivers/s390/char/
Dtape_core.c574 ccw_device_set_options(cdev, CCWDEV_DO_PATHGROUP | in tape_generic_probe()
/linux-6.1.9/drivers/s390/block/
Ddasd_eckd.c140 CCWDEV_DO_PATHGROUP | CCWDEV_DO_MULTIPATH); in dasd_eckd_probe()