Searched refs:rxe_err_qp (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/infiniband/sw/rxe/ |
D | rxe_verbs.c | 585 rxe_err_qp(qp, "cleanup failed, err = %d", cleanup_err); in rxe_create_qp() 625 rxe_err_qp(qp, "returned err = %d", err); in rxe_modify_qp() 653 rxe_err_qp(qp, "cleanup failed, err = %d", err); in rxe_destroy_qp() 658 rxe_err_qp(qp, "returned err = %d", err); in rxe_destroy_qp() 678 rxe_err_qp(qp, "bad wr opcode for qp type"); in validate_send_wr() 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() 702 rxe_err_qp(qp, "misaligned atomic address"); in validate_send_wr() 708 rxe_err_qp(qp, "opcode doesn't support inline data"); in validate_send_wr() [all …]
|
D | rxe_qp.c | 204 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()
|
D | rxe.h | 73 #define rxe_err_qp(qp, fmt, ...) ibdev_err_ratelimited((qp)->ibqp.device, \ macro
|
D | rxe_comp.c | 436 rxe_err_qp(qp, "non-flush error status = %d", in make_send_cqe()
|
D | rxe_resp.c | 1136 rxe_err_qp(qp, "non-flush error status = %d", in do_complete()
|