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()
246 if (rrb->response.hdr.rsp == CLP_RC_SETPCIFN_BUSY) { in clp_set_pci_fn()
252 } while (rrb->response.hdr.rsp == CLP_RC_SETPCIFN_BUSY); in clp_set_pci_fn()
254 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) { in clp_set_pci_fn()
256 } else if (!rc && rrb->response.hdr.rsp == CLP_RC_SETPCIFN_ALRDY) { in clp_set_pci_fn()
261 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_set_pci_fn()
263 rc = rrb->response.hdr.rsp; in clp_set_pci_fn()
285 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) { in clp_setup_writeback_mio()
296 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_setup_writeback_mio()
347 if (rc || rrb->response.hdr.rsp != CLP_RC_OK) { in clp_list_pci()
349 zpci_err_clp(rrb->response.hdr.rsp, rc); in clp_list_pci()