Home
last modified time | relevance | path

Searched refs:CLP_RC_OK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dclp.h31 #define CLP_RC_OK 0x0010 /* Command request successfully */ macro
/openbmc/linux/arch/s390/pci/
H A Dpci_clp.c138 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) in clp_query_pci_fngrp()
205 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) { in clp_query_pci_fn()
263 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) { in clp_set_pci_fn()
291 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) { in clp_setup_writeback_mio()
351 if (rc || rrb->response.hdr.rsp != CLP_RC_OK) { in clp_list_pci_req()
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-clp.h31 #define CLP_RC_OK 0x0010 /* Command request successfully */ macro
/openbmc/qemu/hw/s390x/
H A Ds390-pci-inst.c143 stw_p(&rrb->response.hdr.rsp, CLP_RC_OK); in list_pci()
259 stw_p(&ressetpci->hdr.rsp, CLP_RC_OK); in clp_service_call()
270 stw_p(&ressetpci->hdr.rsp, CLP_RC_OK); in clp_service_call()
316 stw_p(&resquery->hdr.rsp, CLP_RC_OK); in clp_service_call()
340 stw_p(&resgrp->hdr.rsp, CLP_RC_OK); in clp_service_call()