Searched refs:rxe_err_qp (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/infiniband/sw/rxe/ |
D | rxe_verbs.c | 585 rxe_err_qp(qp, "cleanup failed, err = %d\n", cleanup_err); in rxe_create_qp() 625 rxe_err_qp(qp, "returned err = %d\n", err); in rxe_modify_qp() 653 rxe_err_qp(qp, "cleanup failed, err = %d\n", err); in rxe_destroy_qp() 658 rxe_err_qp(qp, "returned err = %d\n", err); in rxe_destroy_qp() 678 rxe_err_qp(qp, "bad wr opcode for qp type\n"); in validate_send_wr() 683 rxe_err_qp(qp, "num_sge > max_sge\n"); in validate_send_wr() 692 rxe_err_qp(qp, "message length too long\n"); in validate_send_wr() 698 rxe_err_qp(qp, "atomic length != 8\n"); in validate_send_wr() 702 rxe_err_qp(qp, "misaligned atomic address\n"); in validate_send_wr() 708 rxe_err_qp(qp, "opcode doesn't support inline data\n"); in validate_send_wr() [all …]
|
D | rxe_qp.c | 204 rxe_err_qp(qp, "Unable to allocate send queue\n"); in rxe_init_sq() 214 rxe_err_qp(qp, "do_mmap_info failed, err = %d\n", err); in rxe_init_sq() 294 rxe_err_qp(qp, "Unable to allocate recv queue\n"); in rxe_init_rq() 304 rxe_err_qp(qp, "do_mmap_info failed, err = %d\n", 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 | 427 rxe_err_qp(qp, "non-flush error status = %d\n", in make_send_cqe()
|
D | rxe_resp.c | 1139 rxe_err_qp(qp, "non-flush error status = %d\n", in do_complete()
|