Home
last modified time | relevance | path

Searched refs:rxe_err_qp (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c625 rxe_err_qp(qp, "returned err = %d", err); in rxe_modify_qp()
658 rxe_err_qp(qp, "returned err = %d", err); in rxe_destroy_qp()
683 rxe_err_qp(qp, "num_sge > max_sge"); in validate_send_wr()
692 rxe_err_qp(qp, "message length too long"); in validate_send_wr()
698 rxe_err_qp(qp, "atomic length != 8"); in validate_send_wr()
712 rxe_err_qp(qp, "inline length too big"); in validate_send_wr()
798 rxe_err_qp(qp, "unsupported wr opcode %d", in init_send_wr()
873 rxe_err_qp(qp, "send queue full"); in post_one_send()
929 rxe_err_qp(qp, "qp has been destroyed"); in rxe_post_send()
936 rxe_err_qp(qp, "qp not ready to send"); in rxe_post_send()
[all …]
H A Drxe_qp.c204 rxe_err_qp(qp, "Unable to allocate send queue"); in rxe_init_sq()
214 rxe_err_qp(qp, "do_mmap_info failed, err = %d", err); in rxe_init_sq()
295 rxe_err_qp(qp, "Unable to allocate recv queue"); in rxe_init_rq()
305 rxe_err_qp(qp, "do_mmap_info failed, err = %d", err); in rxe_init_rq()
H A Drxe.h73 #define rxe_err_qp(qp, fmt, ...) ibdev_err_ratelimited((qp)->ibqp.device, \ macro
H A Drxe_comp.c436 rxe_err_qp(qp, "non-flush error status = %d", in make_send_cqe()
H A Drxe_resp.c1149 rxe_err_qp(qp, "non-flush error status = %d", in do_complete()