Home
last modified time | relevance | path

Searched refs:path_event (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/drivers/s390/cio/
H A Ddevice_fsm.c431 int path_event[8]; in ccw_device_report_path_events() local
435 path_event[chp] = PE_NONE; in ccw_device_report_path_events()
437 path_event[chp] |= PE_PATH_GONE; in ccw_device_report_path_events()
439 path_event[chp] |= PE_PATH_AVAILABLE; in ccw_device_report_path_events()
441 path_event[chp] |= PE_PATHGROUP_ESTABLISHED; in ccw_device_report_path_events()
443 if (cdev->online && cdev->drv->path_event) in ccw_device_report_path_events()
444 cdev->drv->path_event(cdev, path_event); in ccw_device_report_path_events()
H A Ddevice.c1150 int path_event[8]; in io_subchannel_chp_event() local
1190 path_event[chpid] = PE_PATH_FCES_EVENT; in io_subchannel_chp_event()
1192 path_event[chpid] = PE_NONE; in io_subchannel_chp_event()
1194 if (cdev && cdev->drv && cdev->drv->path_event) in io_subchannel_chp_event()
1195 cdev->drv->path_event(cdev, path_event); in io_subchannel_chp_event()
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Ddevice_fsm.c442 int path_event[8]; in ccw_device_report_path_events() local
446 path_event[chp] = PE_NONE; in ccw_device_report_path_events()
448 path_event[chp] |= PE_PATH_GONE; in ccw_device_report_path_events()
450 path_event[chp] |= PE_PATH_AVAILABLE; in ccw_device_report_path_events()
452 path_event[chp] |= PE_PATHGROUP_ESTABLISHED; in ccw_device_report_path_events()
454 if (cdev->online && cdev->drv->path_event) in ccw_device_report_path_events()
455 cdev->drv->path_event(cdev, path_event); in ccw_device_report_path_events()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dccwdev.h99 * Possible events used by the path_event notifier.
125 * @path_event: notify driver of channel path events
143 void (*path_event) (struct ccw_device *, int *); member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dccwdev.h101 * Possible events used by the path_event notifier.
129 * @path_event: notify driver of channel path events
142 void (*path_event) (struct ccw_device *, int *); member
/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd.c3758 void dasd_generic_path_event(struct ccw_device *cdev, int *path_event) in dasd_generic_path_event() argument
3769 if (path_event[chp] & PE_PATH_GONE) { in dasd_generic_path_event()
3772 if (path_event[chp] & PE_PATH_AVAILABLE) { in dasd_generic_path_event()
3776 if (path_event[chp] & PE_PATHGROUP_ESTABLISHED) { in dasd_generic_path_event()
3792 if (path_event[chp] & PE_PATH_FCES_EVENT) { in dasd_generic_path_event()
H A Ddasd_fba.c75 .path_event = dasd_generic_path_event,
H A Ddasd_eckd.c6913 .path_event = dasd_generic_path_event,
/kernel/linux/linux-5.10/drivers/s390/block/
H A Ddasd.c3868 void dasd_generic_path_event(struct ccw_device *cdev, int *path_event) in dasd_generic_path_event() argument
3879 if (path_event[chp] & PE_PATH_GONE) { in dasd_generic_path_event()
3882 if (path_event[chp] & PE_PATH_AVAILABLE) { in dasd_generic_path_event()
3886 if (path_event[chp] & PE_PATHGROUP_ESTABLISHED) { in dasd_generic_path_event()
H A Ddasd_fba.c81 .path_event = dasd_generic_path_event,
H A Ddasd_eckd.c6691 .path_event = dasd_generic_path_event,

Completed in 33 milliseconds