Home
last modified time | relevance | path

Searched refs:CQR_STATUS_IN_IO (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/asm-s390/
Dccwcache.h66 #define CQR_STATUS_IN_IO 0x03 /* cqr is currently in IO */ macro
/linux-2.4.37.9/include/asm-s390x/
Dccwcache.h66 #define CQR_STATUS_IN_IO 0x03 /* cqr is currently in IO */ macro
/linux-2.4.37.9/drivers/s390/block/
Ddasd_diag.c159 CQR_STATUS_QUEUED, CQR_STATUS_IN_IO); in dasd_start_diag()
239 CQR_STATUS_IN_IO, CQR_STATUS_DONE); in dasd_ext_handler()
251 CQR_STATUS_IN_IO, CQR_STATUS_FAILED); in dasd_ext_handler()
Ddasd.c1617 case CQR_STATUS_IN_IO: in dasd_resrel_timeout()
1703 (cqr->status == CQR_STATUS_IN_IO) ) { in dasd_term_IO()
1712 CQR_STATUS_IN_IO, in dasd_term_IO()
1796 CQR_STATUS_IN_IO); in dasd_start_IO()
1892 if (device->queue.head->status == CQR_STATUS_IN_IO) { in dasd_sleep_on_immediate()
2175 case CQR_STATUS_IN_IO: in dasd_process_queues()
2277 if (cqr->status == CQR_STATUS_IN_IO) { in dasd_handle_state_change_pending()
2353 if (cqr->status != CQR_STATUS_IN_IO) { in dasd_int_handler()
2440 CQR_STATUS_IN_IO, in dasd_int_handler()
2454 CQR_STATUS_IN_IO, in dasd_int_handler()
[all …]
Ddasd_3990_erp.c1783 CQR_STATUS_IN_IO); in dasd_3990_erp_env_data()