Home
last modified time | relevance | path

Searched refs:path_event (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/s390/cio/
H A Ddevice_fsm.c432 int path_event[8]; in ccw_device_report_path_events() local
436 path_event[chp] = PE_NONE; in ccw_device_report_path_events()
438 path_event[chp] |= PE_PATH_GONE; in ccw_device_report_path_events()
440 path_event[chp] |= PE_PATH_AVAILABLE; in ccw_device_report_path_events()
442 path_event[chp] |= PE_PATHGROUP_ESTABLISHED; in ccw_device_report_path_events()
444 if (cdev->online && cdev->drv->path_event) in ccw_device_report_path_events()
445 cdev->drv->path_event(cdev, path_event); in ccw_device_report_path_events()
/linux/arch/s390/include/asm/
H A Dccwdev.h142 void (*path_event) (struct ccw_device *, int *); member