Searched refs:rxe_dbg_mr (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/infiniband/sw/rxe/ |
D | rxe_mr.c | 37 rxe_dbg_mr(mr, "iova/length out of range\n"); in mr_check_range() 43 rxe_dbg_mr(mr, "mr type not supported\n"); in mr_check_range() 111 rxe_dbg_mr(mr, "Page can't be persistent\n"); in rxe_mr_fill_pages_from_sgt() 141 rxe_dbg_mr(mr, "Unable to pin memory region err = %d\n", in rxe_mr_init_user() 216 rxe_dbg_mr(mr, "Page cannot be persistent\n"); in rxe_set_page() 322 rxe_dbg_mr(mr, "iova out of range\n"); in rxe_mr_copy() 480 rxe_dbg_mr(mr, "mr not in valid state\n"); in rxe_mr_do_atomic_op() 493 rxe_dbg_mr(mr, "iova out of range\n"); in rxe_mr_do_atomic_op() 504 rxe_dbg_mr(mr, "iova not aligned\n"); in rxe_mr_do_atomic_op() 537 rxe_dbg_mr(mr, "mr not in valid state\n"); in rxe_mr_do_atomic_write() [all …]
|
D | rxe.h | 56 #define rxe_dbg_mr(mr, fmt, ...) ibdev_dbg((mr)->ibmr.device, \ macro
|
D | rxe_verbs.c | 1283 rxe_dbg_mr(mr, "reg_user_mr failed, err = %d\n", err); in rxe_reg_user_mr() 1363 rxe_dbg_mr(mr, "alloc_mr failed, err = %d\n", err); in rxe_alloc_mr() 1389 rxe_dbg_mr(mr, "mr has mw's bound\n"); in rxe_dereg_mr()
|