Searched refs:online_to_ready (Results 1 – 3 of 3) sorted by relevance
306 int (*online_to_ready) (struct dasd_device *); member
462 if (device->discipline->online_to_ready) { in dasd_state_online_to_ready()463 rc = device->discipline->online_to_ready(device); in dasd_state_online_to_ready()
6552 .online_to_ready = dasd_eckd_online_to_ready,