Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/s390/char/
Dsclp_async.c148 while (request->status != SCLP_REQ_DONE && in sclp_async_send_wait()
153 if (request->status != SCLP_REQ_DONE) in sclp_async_send_wait()
Dsclp.c351 if (req->status == SCLP_REQ_DONE && (sccb->response_code == 0x20 || in sclp_read_cb()
414 req->status = SCLP_REQ_DONE; in sclp_interrupt_handler()
735 while (sclp_init_req.status != SCLP_REQ_DONE && in sclp_init_mask()
739 if (sclp_init_req.status == SCLP_REQ_DONE && in sclp_init_mask()
836 sclp_init_req.status = SCLP_REQ_DONE; in sclp_check_handler()
895 if (sclp_init_req.status == SCLP_REQ_DONE && in sclp_check_interface()
Dsclp.h129 #define SCLP_REQ_DONE 0x03 /* request is completed successfully */ macro
Dsclp_cpi_sys.c157 if (req->status != SCLP_REQ_DONE) { in cpi_req()
Dsclp_cmd.c177 if (request->status != SCLP_REQ_DONE) { in do_sync_request()