/linux-6.12.1/drivers/infiniband/sw/rxe/ |
D | rxe_av.c | 42 rxe_dbg_qp(qp, "invalid sgid index = %d\n", in chk_attr() 54 rxe_dbg_qp(qp, "invalid network type for rdma_rxe = %d\n", in chk_attr() 153 rxe_dbg_qp(pkt->qp, "Unable to find AH matching ah_num\n"); in rxe_get_av() 158 rxe_dbg_qp(pkt->qp, "PDs don't match for AH and QP\n"); in rxe_get_av()
|
D | rxe_qp.c | 443 rxe_dbg_qp(qp, "invalid port %d\n", attr->port_num); in rxe_qp_chk_attr() 465 rxe_dbg_qp(qp, "invalid alt port %d\n", attr->alt_port_num); in rxe_qp_chk_attr() 469 rxe_dbg_qp(qp, "invalid alt timeout %d > 31\n", in rxe_qp_chk_attr() 482 rxe_dbg_qp(qp, "invalid mtu (%d) > (%d)\n", in rxe_qp_chk_attr() 491 rxe_dbg_qp(qp, "invalid max_rd_atomic %d > %d\n", in rxe_qp_chk_attr() 500 rxe_dbg_qp(qp, "invalid timeout %d > 31\n", in rxe_qp_chk_attr() 626 rxe_dbg_qp(qp, "state -> %s\n", in rxe_qp_from_attr() 715 rxe_dbg_qp(qp, "set retry count = %d\n", attr->retry_cnt); in rxe_qp_from_attr() 721 rxe_dbg_qp(qp, "set rnr retry count = %d\n", attr->rnr_retry); in rxe_qp_from_attr() 727 rxe_dbg_qp(qp, "set resp psn = 0x%x\n", qp->resp.psn); in rxe_qp_from_attr() [all …]
|
D | rxe_net.c | 39 rxe_dbg_qp(qp, "no route to %pI4\n", &daddr->s_addr); in rxe_find_route4() 65 rxe_dbg_qp(qp, "no route to %pI6\n", daddr); in rxe_find_route6() 70 rxe_dbg_qp(qp, "no route to %pI6\n", daddr); in rxe_find_route6() 291 rxe_dbg_qp(qp, "Host not reachable\n"); in prepare4() 315 rxe_dbg_qp(qp, "Host not reachable\n"); in prepare6() 440 rxe_dbg_qp(qp, "Packet dropped. QP is not in ready state\n"); in rxe_xmit_packet()
|
D | rxe_resp.c | 283 rxe_dbg_qp(qp, "invalid num_sge in SRQ entry\n"); in get_srq_wqe() 355 rxe_dbg_qp(qp, "The receive buffer is too small for this UD packet.\n"); in rxe_resp_check_length() 368 rxe_dbg_qp(qp, "only packet too long\n"); in rxe_resp_check_length() 374 rxe_dbg_qp(qp, "first or middle packet not mtu\n"); in rxe_resp_check_length() 379 rxe_dbg_qp(qp, "last packet zero or too long\n"); in rxe_resp_check_length() 388 rxe_dbg_qp(qp, "dma length too long\n"); in rxe_resp_check_length() 488 rxe_dbg_qp(qp, "no MW matches rkey %#x\n", rkey); in check_rkey() 495 rxe_dbg_qp(qp, "MW doesn't have an MR\n"); in check_rkey() 509 rxe_dbg_qp(qp, "no MR matches rkey %#x\n", rkey); in check_rkey() 1182 rxe_dbg_qp(qp, "Failed sending %s\n", msg); in send_common_ack() [all …]
|
D | rxe_comp.c | 120 rxe_dbg_qp(qp, "retransmit timer fired\n"); in retransmit_timer() 337 rxe_dbg_qp(qp, "unexpected nak %x\n", syn); in check_ack() 348 rxe_dbg_qp(qp, "unexpected opcode\n"); in check_ack() 675 rxe_dbg_qp(qp, "state = %s\n", comp_state_name[state]); in rxe_completer() 809 rxe_dbg_qp(qp, "set rnr nak timer\n"); in rxe_completer()
|
D | rxe_task.c | 159 rxe_dbg_qp(task->qp, "unexpected task state = %d\n", in do_task() 168 rxe_dbg_qp( in do_task()
|
D | rxe_req.c | 104 rxe_dbg_qp(qp, "nak timer fired\n"); in rnr_nak_timer() 628 rxe_dbg_qp(qp, "Unexpected send wqe opcode %d\n", opcode); in rxe_do_local_ops() 774 rxe_dbg_qp(qp, "Failed no address vector\n"); in rxe_requester() 781 rxe_dbg_qp(qp, "Failed allocating skb\n"); in rxe_requester() 790 rxe_dbg_qp(qp, "Error during finish packet\n"); in rxe_requester()
|
D | rxe_verbs.c | 575 rxe_dbg_qp(qp, "create qp failed, err = %d\n", err); in rxe_create_qp() 600 rxe_dbg_qp(qp, "unsupported mask = 0x%x, err = %d\n", in rxe_modify_qp() 607 rxe_dbg_qp(qp, "bad mask/attr, err = %d\n", err); in rxe_modify_qp() 613 rxe_dbg_qp(qp, "modify qp failed, err = %d\n", err); in rxe_modify_qp() 647 rxe_dbg_qp(qp, "unable to destroy qp, err = %d\n", err); in rxe_destroy_qp() 1022 rxe_dbg_qp(qp, "qp not ready to post recv\n"); in rxe_post_recv() 1029 rxe_dbg_qp(qp, "qp has srq, use post_srq_recv instead\n"); in rxe_post_recv()
|
D | rxe.h | 52 #define rxe_dbg_qp(qp, fmt, ...) ibdev_dbg((qp)->ibqp.device, \ macro
|
D | rxe_mr.c | 647 rxe_dbg_qp(qp, "No MR for key %#x\n", key); in rxe_invalidate_mr()
|