Home
last modified time | relevance | path

Searched refs:erp (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/s390/block/
Ddasd_3990_erp.c427 dasd_3990_erp_cleanup (ccw_req_t *erp, in dasd_3990_erp_cleanup() argument
431 ccw_req_t *cqr = erp->refers; in dasd_3990_erp_cleanup()
433 dasd_free_request (erp, erp->device); in dasd_3990_erp_cleanup()
452 dasd_3990_erp_block_queue (ccw_req_t *erp, in dasd_3990_erp_block_queue() argument
456 dasd_device_t *device = erp->device; in dasd_3990_erp_block_queue()
464 check_then_set (&erp->status, in dasd_3990_erp_block_queue()
525 dasd_3990_erp_int_req (ccw_req_t *erp) in dasd_3990_erp_int_req() argument
528 dasd_device_t *device = erp->device; in dasd_3990_erp_int_req()
533 if (erp->function != dasd_3990_erp_int_req) { in dasd_3990_erp_int_req()
535 erp->retries = 256; in dasd_3990_erp_int_req()
[all …]
Ddasd.c2539 dasd_default_erp_postaction (ccw_req_t *erp) in dasd_default_erp_postaction() argument
2544 dasd_device_t *device = erp->device; in dasd_default_erp_postaction()
2547 if (erp->refers == NULL || in dasd_default_erp_postaction()
2548 erp->function == NULL ) { in dasd_default_erp_postaction()
2553 if (erp->status == CQR_STATUS_DONE) in dasd_default_erp_postaction()
2559 while (erp->refers != NULL) { in dasd_default_erp_postaction()
2561 free_erp = erp; in dasd_default_erp_postaction()
2562 erp = erp->refers; in dasd_default_erp_postaction()
2573 cqr = erp; in dasd_default_erp_postaction()