Home
last modified time | relevance | path

Searched refs:intrc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/s390/block/
H A Ddasd_erp.c167 if (cqr->intrc == -ETIMEDOUT) { in dasd_log_sense()
172 if (cqr->intrc == -ENOLINK) { in dasd_log_sense()
H A Ddasd_alias.c383 if (cqr->intrc == -ENODEV) in suborder_not_supported()
386 if (cqr->intrc == -ENOLINK) in suborder_not_supported()
389 if (cqr->intrc == -EPERM) in suborder_not_supported()
H A Ddasd_int.h131 int intrc; /* internal error, e.g. from start_IO */ member