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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/block/
H A Ddasd_3990_erp.c331 /* log the erp chain if fatal error occurred */
360 * the status of the original cqr / erp to the given (final) status
363 * erp request to be blocked
370 dasd_3990_erp_cleanup (ccw_req_t *erp, argument
374 ccw_req_t *cqr = erp->refers;
376 dasd_free_request (erp, erp->device);
395 * erp request to be blocked
402 dasd_3990_erp_block_queue (ccw_req_t *erp, argument
406 dasd_device_t *device = erp
442 dasd_3990_erp_restart_queue(unsigned long erp) argument
485 dasd_3990_erp_int_req(ccw_req_t *erp) argument
529 dasd_3990_erp_alternate_path(ccw_req_t *erp) argument
587 dasd_3990_erp_DCTL(ccw_req_t *erp, char modifier) argument
664 dasd_3990_erp_action_1(ccw_req_t *erp) argument
693 dasd_3990_erp_action_4(ccw_req_t *erp, char *sense) argument
752 dasd_3990_erp_action_5(ccw_req_t *erp) argument
778 dasd_3990_handle_env_data(ccw_req_t *erp, char *sense) argument
1404 dasd_3990_erp_com_rej(ccw_req_t *erp, char *sense) argument
1448 dasd_3990_erp_bus_out(ccw_req_t *erp) argument
1488 dasd_3990_erp_equip_check(ccw_req_t *erp, char *sense) argument
1553 dasd_3990_erp_data_check(ccw_req_t *erp, char *sense) argument
1614 dasd_3990_erp_overrun(ccw_req_t *erp, char *sense) argument
1644 dasd_3990_erp_inv_format(ccw_req_t *erp, char *sense) argument
1716 dasd_3990_erp_env_data(ccw_req_t *erp, char *sense) argument
1787 dasd_3990_erp_file_prot(ccw_req_t *erp) argument
1815 dasd_3990_erp_inspect_24(ccw_req_t *erp, char *sense) argument
1915 dasd_3990_erp_action_10_32(ccw_req_t *erp, char *sense) argument
1958 ccw_req_t *erp; local
2131 ccw_req_t *erp; local
2247 dasd_3990_erp_compound_retry(ccw_req_t *erp, char *sense) argument
2292 dasd_3990_erp_compound_path(ccw_req_t *erp, char *sense) argument
2331 dasd_3990_erp_compound_code(ccw_req_t *erp, char *sense) argument
2382 dasd_3990_erp_compound_config(ccw_req_t *erp, char *sense) argument
2420 dasd_3990_erp_compound(ccw_req_t *erp, char *sense) argument
2473 dasd_3990_erp_inspect_32( ccw_req_t *erp, char *sense ) argument
2599 dasd_3990_erp_inspect(ccw_req_t *erp) argument
2647 ccw_req_t *erp = dasd_alloc_request ((char *) &cqr->magic, 1, 0, cqr->device); local
2696 ccw_req_t *erp = NULL; local
2818 dasd_3990_erp_further_erp(ccw_req_t *erp) argument
2914 dasd_3990_erp_handle_match_erp(ccw_req_t *erp_head, ccw_req_t *erp) argument
3004 ccw_req_t *erp = NULL; local
3153 dasd_3990_erp_postaction(ccw_req_t *erp) argument
[all...]
H A Ddasd.c1229 /* save profile information for non erp cqr */
2020 * erp CQR performing the ERP
2027 ccw_req_t *erp = dasd_alloc_request ((char *) &cqr->magic, 1, 0, cqr->device); local
2031 if (!erp) {
2045 erp->cpaddr->cmd_code = CCW_CMD_TIC;
2046 erp->cpaddr->cda = (__u32) (addr_t) cqr->cpaddr;
2047 erp->function = dasd_default_erp_action;
2048 erp->refers = cqr;
2049 erp->device = cqr->device;
2050 erp
2079 dasd_default_erp_postaction(ccw_req_t *erp) argument
[all...]

Completed in 39 milliseconds