Lines Matching refs:status
2367 int status = 0;
2381 status = -EINVAL;
2400 status = -EINVAL;
2413 status = -EINVAL;
2426 status = -EINVAL;
2438 status = -EINVAL;
2452 status = -EINVAL;
2456 status = -EINVAL;
2461 status = -EINVAL;
2465 return status;
3839 int status = 0;
3856 status = -ENOMEM;
3909 return status;
3918 int status = 0;
3941 status = -ENOMEM;
4010 return status;
4060 struct ib_wc *wc, u16 hw_cons, enum ib_wc_status status,
4073 wc->status = status;
4120 switch (req->status) {
4143 switch (req->status) {
4218 static inline int qedr_cqe_resp_status_to_ib(u8 status)
4220 switch (status) {
4243 wc->status = IB_WC_SUCCESS;
4278 if (likely(resp->status == RDMA_CQE_RESP_STS_OK)) {
4285 wc->status = qedr_cqe_resp_status_to_ib(resp->status);
4286 if (wc->status == IB_WC_GENERAL_ERR)
4288 "CQ %p (icid=%d) contains an invalid CQE status %d\n",
4289 cq, cq->icid, resp->status);
4309 if (resp->status == RDMA_CQE_RESP_STS_WORK_REQUEST_FLUSHED_ERR) {
4310 wc->status = IB_WC_WR_FLUSH_ERR;
4346 wc->status = IB_WC_WR_FLUSH_ERR;
4393 if (resp->status == RDMA_CQE_RESP_STS_WORK_REQUEST_FLUSHED_ERR) {