Home
last modified time | relevance | path

Searched refs:CQR_STATUS_DONE (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/asm-s390/
Dccwcache.h67 #define CQR_STATUS_DONE 0x04 /* cqr is completed successfully */ macro
/linux-2.4.37.9/include/asm-s390x/
Dccwcache.h67 #define CQR_STATUS_DONE 0x04 /* cqr is completed successfully */ macro
/linux-2.4.37.9/drivers/s390/block/
Ddasd_diag.c155 CQR_STATUS_QUEUED, CQR_STATUS_DONE); in dasd_start_diag()
239 CQR_STATUS_IN_IO, CQR_STATUS_DONE); in dasd_ext_handler()
Ddasd.c1788 CQR_STATUS_DONE); in dasd_start_IO()
2000 dasd_end_request (cqr->req, (cqr->status == CQR_STATUS_DONE)); in dasd_finalize_request()
2049 ((qp->head->status == CQR_STATUS_DONE ) || in dasd_process_queues()
2076 if (qp->head->status == CQR_STATUS_DONE) { in dasd_process_queues()
2441 CQR_STATUS_DONE); in dasd_int_handler()
2469 ( cqr->status == CQR_STATUS_DONE || in dasd_int_handler()
2553 if (erp->status == CQR_STATUS_DONE) in dasd_default_erp_postaction()
2577 cqr->status = CQR_STATUS_DONE; in dasd_default_erp_postaction()
3440 if ( cqr->status != CQR_STATUS_DONE && in dasd_flush_chanq()
Ddasd_3990_erp.c2544 CQR_STATUS_DONE); in dasd_3990_erp_inspect_32()
3107 CQR_STATUS_DONE); in dasd_3990_erp_action()
Ddasd_eckd.c721 if ( status != CQR_STATUS_DONE ) { in dasd_eckd_do_analysis()