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