Home
last modified time | relevance | path

Searched refs:rxe_dbg_qp (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/drivers/infiniband/sw/rxe/
Drxe_av.c42 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()
Drxe_qp.c444 rxe_dbg_qp(qp, "invalid port %d\n", attr->port_num); in rxe_qp_chk_attr()
466 rxe_dbg_qp(qp, "invalid alt port %d\n", attr->alt_port_num); in rxe_qp_chk_attr()
470 rxe_dbg_qp(qp, "invalid alt timeout %d > 31\n", in rxe_qp_chk_attr()
483 rxe_dbg_qp(qp, "invalid mtu (%d) > (%d)\n", in rxe_qp_chk_attr()
492 rxe_dbg_qp(qp, "invalid max_rd_atomic %d > %d\n", in rxe_qp_chk_attr()
501 rxe_dbg_qp(qp, "invalid timeout %d > 31\n", in rxe_qp_chk_attr()
632 rxe_dbg_qp(qp, "state -> %s\n", in rxe_qp_from_attr()
721 rxe_dbg_qp(qp, "set retry count = %d\n", attr->retry_cnt); in rxe_qp_from_attr()
727 rxe_dbg_qp(qp, "set rnr retry count = %d\n", attr->rnr_retry); in rxe_qp_from_attr()
733 rxe_dbg_qp(qp, "set resp psn = 0x%x\n", qp->resp.psn); in rxe_qp_from_attr()
[all …]
Drxe_net.c39 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()
374 rxe_dbg_qp(pkt->qp, "Unknown layer 3 protocol: %d\n", in rxe_send()
383 rxe_dbg_qp(pkt->qp, "error sending packet: %d\n", err); in rxe_send()
427 rxe_dbg_qp(qp, "Packet dropped. QP is not in ready state\n"); in rxe_xmit_packet()
Drxe_resp.c293 rxe_dbg_qp(qp, "invalid num_sge in SRQ entry\n"); in get_srq_wqe()
365 rxe_dbg_qp(qp, "only packet too long"); in rxe_resp_check_length()
371 rxe_dbg_qp(qp, "first or middle packet not mtu"); in rxe_resp_check_length()
376 rxe_dbg_qp(qp, "last packet zero or too long"); in rxe_resp_check_length()
385 rxe_dbg_qp(qp, "dma length too long"); in rxe_resp_check_length()
485 rxe_dbg_qp(qp, "no MW matches rkey %#x\n", rkey); in check_rkey()
492 rxe_dbg_qp(qp, "MW doesn't have an MR\n"); in check_rkey()
506 rxe_dbg_qp(qp, "no MR matches rkey %#x\n", rkey); in check_rkey()
1179 rxe_dbg_qp(qp, "Failed sending %s\n", msg); in send_common_ack()
1513 rxe_dbg_qp(qp, "state = %s\n", resp_state_name[state]); in rxe_responder()
[all …]
Drxe_comp.c120 rxe_dbg_qp(qp, "retransmit timer fired\n"); in retransmit_timer()
346 rxe_dbg_qp(qp, "unexpected nak %x\n", syn); in check_ack()
357 rxe_dbg_qp(qp, "unexpected opcode\n"); in check_ack()
682 rxe_dbg_qp(qp, "state = %s\n", comp_state_name[state]); in rxe_completer()
816 rxe_dbg_qp(qp, "set rnr nak timer\n"); in rxe_completer()
Drxe_task.c159 rxe_dbg_qp(task->qp, "unexpected task state = %d", in do_task()
168 rxe_dbg_qp( in do_task()
Drxe_req.c104 rxe_dbg_qp(qp, "nak timer fired\n"); in rnr_nak_timer()
649 rxe_dbg_qp(qp, "Unexpected send wqe opcode %d\n", opcode); in rxe_do_local_ops()
807 rxe_dbg_qp(qp, "Failed no address vector\n"); in rxe_requester()
814 rxe_dbg_qp(qp, "Failed allocating skb\n"); in rxe_requester()
823 rxe_dbg_qp(qp, "Error during finish packet\n"); in rxe_requester()
Drxe_verbs.c575 rxe_dbg_qp(qp, "create qp failed, err = %d", err); in rxe_create_qp()
600 rxe_dbg_qp(qp, "unsupported mask = 0x%x, err = %d", in rxe_modify_qp()
607 rxe_dbg_qp(qp, "bad mask/attr, err = %d", err); in rxe_modify_qp()
613 rxe_dbg_qp(qp, "modify qp failed, err = %d", err); in rxe_modify_qp()
647 rxe_dbg_qp(qp, "unable to destroy qp, err = %d", err); in rxe_destroy_qp()
1023 rxe_dbg_qp(qp, "qp not ready to post recv"); in rxe_post_recv()
1030 rxe_dbg_qp(qp, "qp has srq, use post_srq_recv instead"); in rxe_post_recv()
Drxe.h52 #define rxe_dbg_qp(qp, fmt, ...) ibdev_dbg((qp)->ibqp.device, \ macro
Drxe_mr.c647 rxe_dbg_qp(qp, "No MR for key %#x\n", key); in rxe_invalidate_mr()