Lines Matching refs:ret
1971 int ret = AXI_WRAP_STS_NONE; in BCMPOSTTRAPFN() local
2006 ret = AXI_WRAP_STS_SET_CORE_FAIL; in BCMPOSTTRAPFN()
2027 ret = AXI_WRAP_STS_WRAP_RD_ERR; in BCMPOSTTRAPFN()
2045 ret = AXI_WRAP_STS_WRAP_RD_ERR; in BCMPOSTTRAPFN()
2079 ret |= AXI_WRAP_STS_SLAVE_ERR; in BCMPOSTTRAPFN()
2084 ret |= AXI_WRAP_STS_TIMEOUT; in BCMPOSTTRAPFN()
2095 ret |= AXI_WRAP_STS_DECODE_ERR; in BCMPOSTTRAPFN()
2105 if (ret) { in BCMPOSTTRAPFN()
2106 ret |= AXI_WRAP_STS_MULTIPLE_ERRORS; in BCMPOSTTRAPFN()
2118 if (ret != AXI_WRAP_STS_NONE) { in BCMPOSTTRAPFN()
2119 last_axi_error = ret; in BCMPOSTTRAPFN()
2129 if (axi_error && (ret != AXI_WRAP_STS_NONE)) { in BCMPOSTTRAPFN()
2130 axi_error->error = ret; in BCMPOSTTRAPFN()
2153 return ret; in BCMPOSTTRAPFN()
2238 uint32 ret = 0; in BCMPOSTTRAPFN() local
2287 axi_error->error = ret = AXI_WRAP_STS_PCI_RD_ERR; in BCMPOSTTRAPFN()
2297 return ret; in BCMPOSTTRAPFN()
2327 ret |= tmp; in BCMPOSTTRAPFN()
2339 return ret; in BCMPOSTTRAPFN()