Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/char/
Dsclp_async.c149 while (request->status != SCLP_REQ_DONE && in sclp_async_send_wait()
154 if (request->status != SCLP_REQ_DONE) in sclp_async_send_wait()
Dsclp.c467 if (req->status == SCLP_REQ_DONE && (sccb->response_code == 0x20 || in sclp_read_cb()
530 req->status = SCLP_REQ_DONE; in sclp_interrupt_handler()
841 while (sclp_init_req.status != SCLP_REQ_DONE && in sclp_init_mask()
845 if (sclp_init_req.status == SCLP_REQ_DONE && in sclp_init_mask()
942 sclp_init_req.status = SCLP_REQ_DONE; in sclp_check_handler()
1001 if (sclp_init_req.status == SCLP_REQ_DONE && in sclp_check_interface()
Dsclp.h148 #define SCLP_REQ_DONE 0x03 /* request is completed successfully */ macro
Dsclp_ftp.c148 if (req->status != SCLP_REQ_DONE || in sclp_ftp_et7()
Dsclp_cpi_sys.c156 if (req->status != SCLP_REQ_DONE) { in cpi_req()
Dsclp_cmd.c68 if (request->status != SCLP_REQ_DONE) { in sclp_sync_request_timeout()