Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
A Dsclp.c584 if (req->status == SCLP_REQ_DONE && (sccb->response_code == 0x20 || in sclp_read_cb()
677 req->status = SCLP_REQ_DONE; in sclp_interrupt_handler()
1017 while (sclp_init_req.status != SCLP_REQ_DONE && in sclp_init_mask()
1021 if (sclp_init_req.status == SCLP_REQ_DONE && in sclp_init_mask()
1118 sclp_init_req.status = SCLP_REQ_DONE; in sclp_check_handler()
1178 if (sclp_init_req.status == SCLP_REQ_DONE) { in sclp_check_interface()
A Dsclp_pci.c180 if (req.status != SCLP_REQ_DONE) { in sclp_pci_report()
A Dsclp_ftp.c152 if (req->status != SCLP_REQ_DONE || in sclp_ftp_et7()
A Dsclp.h265 #define SCLP_REQ_DONE 0x03 /* request is completed successfully */ macro
A Dsclp_cpi_sys.c157 if (req->status != SCLP_REQ_DONE) { in cpi_req()
A Dsclp_cmd.c70 if (request->status != SCLP_REQ_DONE) { in sclp_sync_request_timeout()

Completed in 11 milliseconds