Searched refs:rxe_dbg (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/sw/rxe/ |
A D | rxe_mmap.c | 82 rxe_dbg(rxe, "mmap region is larger than the object!\n"); in rxe_mmap() 90 rxe_dbg(rxe, "unable to find pending mmap info\n"); in rxe_mmap() 101 rxe_dbg(rxe, "err %d from remap_vmalloc_range\n", ret); in rxe_mmap()
|
A D | rxe_cq.c | 17 rxe_dbg(rxe, "cqe(%d) <= 0\n", cqe); in rxe_cq_chk_attr() 22 rxe_dbg(rxe, "cqe(%d) > max_cqe(%d)\n", in rxe_cq_chk_attr() 68 rxe_dbg(rxe, "unable to create cq\n"); in rxe_cq_from_init()
|
A D | rxe_srq.c | 16 rxe_dbg(rxe, "max_wr(%d) > max_srq_wr(%d)\n", in rxe_srq_chk_init() 22 rxe_dbg(rxe, "max_wr(%d) <= 0\n", attr->max_wr); in rxe_srq_chk_init() 30 rxe_dbg(rxe, "max_sge(%d) > max_srq_sge(%d)\n", in rxe_srq_chk_init()
|
A D | rxe_qp.c | 22 rxe_dbg(rxe, "invalid send wr = %u > %d\n", in rxe_qp_chk_cap() 28 rxe_dbg(rxe, "invalid send sge = %u > %d\n", in rxe_qp_chk_cap() 35 rxe_dbg(rxe, "invalid recv wr = %u > %d\n", in rxe_qp_chk_cap() 41 rxe_dbg(rxe, "invalid recv sge = %u > %d\n", in rxe_qp_chk_cap() 48 rxe_dbg(rxe, "invalid max inline data = %u > %d\n", in rxe_qp_chk_cap() 76 rxe_dbg(rxe, "missing cq\n"); in rxe_qp_chk_init() 85 rxe_dbg(rxe, "invalid port = %d\n", port_num); in rxe_qp_chk_init() 92 rxe_dbg(rxe, "GSI QP exists for port %d\n", port_num); in rxe_qp_chk_init()
|
A D | rxe_icrc.c | 24 rxe_dbg(rxe, "failed to init crc32 algorithm err: %ld\n", in rxe_icrc_init() 54 rxe_dbg(rxe, "failed crc calculation, err: %d\n", err); in rxe_crc32()
|
A D | rxe.c | 190 rxe_dbg(exists, "already configured on %s\n", ndev->name); in rxe_newlink() 197 rxe_dbg(exists, "failed to add %s\n", ndev->name); in rxe_newlink()
|
A D | rxe.h | 41 #define rxe_dbg(rxe, fmt, ...) ibdev_dbg(&(rxe)->ib_dev, \ macro
|
A D | rxe_net.c | 599 rxe_dbg(rxe, "%s changed mtu to %d\n", ndev->name, ndev->mtu); in rxe_notify() 611 rxe_dbg(rxe, "ignoring netdev event = %ld for %s\n", in rxe_notify()
|
A D | rxe_verbs.c | 1098 rxe_dbg(rxe, "failed with error %d\n", err); in rxe_register_device()
|
Completed in 18 milliseconds