Searched refs:rxe_err_qp (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/infiniband/sw/rxe/ |
| H A D | rxe_verbs.c | 606 rxe_err_qp(qp, "cleanup failed, err = %d\n", cleanup_err); in rxe_create_qp() 646 rxe_err_qp(qp, "returned err = %d\n", err); in rxe_modify_qp() 674 rxe_err_qp(qp, "cleanup failed, err = %d\n", err); in rxe_destroy_qp() 679 rxe_err_qp(qp, "returned err = %d\n", err); in rxe_destroy_qp() 699 rxe_err_qp(qp, "bad wr opcode for qp type\n"); in validate_send_wr() 704 rxe_err_qp(qp, "num_sge > max_sge\n"); in validate_send_wr() 713 rxe_err_qp(qp, "message length too long\n"); in validate_send_wr() 719 rxe_err_qp(qp, "atomic length != 8\n"); in validate_send_wr() 723 rxe_err_qp(qp, "misaligned atomic address\n"); in validate_send_wr() 729 rxe_err_qp(qp, "opcode doesn't support inline data\n"); in validate_send_wr() [all …]
|
| H A D | rxe_qp.c | 252 rxe_err_qp(qp, "Unable to allocate send queue\n"); in rxe_init_sq() 262 rxe_err_qp(qp, "do_mmap_info failed, err = %d\n", err); in rxe_init_sq() 343 rxe_err_qp(qp, "Unable to allocate recv queue\n"); in rxe_init_rq() 353 rxe_err_qp(qp, "do_mmap_info failed, err = %d\n", err); in rxe_init_rq()
|
| H A D | rxe.h | 72 #define rxe_err_qp(qp, fmt, ...) ibdev_err_ratelimited((qp)->ibqp.device, \ macro
|
| H A D | rxe_comp.c | 430 rxe_err_qp(qp, "non-flush error status = %d\n", in make_send_cqe()
|
| H A D | rxe_resp.c | 1154 rxe_err_qp(qp, "non-flush error status = %d\n", in do_complete()
|