Lines Matching refs:ERR_PTR
135 return ERR_PTR(-EINVAL); in ehca_create_cq()
142 return ERR_PTR(-ENOSPC); in ehca_create_cq()
150 return ERR_PTR(-ENOMEM); in ehca_create_cq()
173 cq = ERR_PTR(-ENOMEM); in ehca_create_cq()
189 cq = ERR_PTR(ehca2ib_return_code(h_ret)); in ehca_create_cq()
198 cq = ERR_PTR(-EINVAL); in ehca_create_cq()
207 cq = ERR_PTR(-EAGAIN); in ehca_create_cq()
227 cq = ERR_PTR(-EINVAL); in ehca_create_cq()
238 cq = ERR_PTR(-EAGAIN); in ehca_create_cq()
248 cq = ERR_PTR(-ENOMEM); in ehca_create_cq()
286 cq = ERR_PTR(-EFAULT); in ehca_create_cq()