Lines Matching refs:rsp
37 static inline void zpci_err_clp(unsigned int rsp, int rc) in zpci_err_clp() argument
40 unsigned int rsp; in zpci_err_clp() member
42 } __packed data = {rsp, rc}; in zpci_err_clp()
135 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) in clp_query_pci_fngrp()
139 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_query_pci_fngrp()
202 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) { in clp_query_pci_fn()
209 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_query_pci_fn()
247 if (rrb->response.hdr.rsp == CLP_RC_SETPCIFN_BUSY) { in clp_set_pci_fn()
253 } while (rrb->response.hdr.rsp == CLP_RC_SETPCIFN_BUSY); in clp_set_pci_fn()
255 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) { in clp_set_pci_fn()
259 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_set_pci_fn()
261 rc = rrb->response.hdr.rsp; in clp_set_pci_fn()
283 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) { in clp_setup_writeback_mio()
294 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_setup_writeback_mio()
343 if (rc || rrb->response.hdr.rsp != CLP_RC_OK) { in clp_list_pci_req()
345 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_list_pci_req()