Searched refs:path_event (Results 1 – 2 of 2) sorted by relevance
432 int path_event[8]; in ccw_device_report_path_events() local436 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()
142 void (*path_event) (struct ccw_device *, int *); member