Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/rxe/
H A 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()
H A 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 …]
H A 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()
375 rxe_dbg_qp(pkt->qp, "error sending packet: %d\n", err); in rxe_send()
419 rxe_dbg_qp(qp, "Packet dropped. QP is not in ready state\n"); in rxe_xmit_packet()
H A Drxe_resp.c293 rxe_dbg_qp(qp, "invalid num_sge in SRQ entry\n"); in get_srq_wqe()
365 rxe_dbg_qp(qp, "The receive buffer is too small for this UD packet.\n"); in rxe_resp_check_length()
378 rxe_dbg_qp(qp, "only packet too long\n"); in rxe_resp_check_length()
384 rxe_dbg_qp(qp, "first or middle packet not mtu\n"); in rxe_resp_check_length()
389 rxe_dbg_qp(qp, "last packet zero or too long\n"); in rxe_resp_check_length()
398 rxe_dbg_qp(qp, "dma length too long\n"); in rxe_resp_check_length()
498 rxe_dbg_qp(qp, "no MW matches rkey %#x\n", rkey); in check_rkey()
505 rxe_dbg_qp(qp, "MW doesn't have an MR\n"); in check_rkey()
519 rxe_dbg_qp(qp, "no MR matches rkey %#x\n", rkey); in check_rkey()
1192 rxe_dbg_qp(qp, "Failed sending %s\n", msg); in send_common_ack()
[all …]
H A 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()
H A Drxe_task.c159 rxe_dbg_qp(task->qp, "unexpected task state = %d\n", in do_task()
168 rxe_dbg_qp( in do_task()
H A Drxe_req.c104 rxe_dbg_qp(qp, "nak timer fired\n"); in rnr_nak_timer()
650 rxe_dbg_qp(qp, "Unexpected send wqe opcode %d\n", opcode); in rxe_do_local_ops()
810 rxe_dbg_qp(qp, "Failed no address vector\n"); in rxe_requester()
817 rxe_dbg_qp(qp, "Failed allocating skb\n"); in rxe_requester()
826 rxe_dbg_qp(qp, "Error during finish packet\n"); in rxe_requester()
H A Drxe_verbs.c575 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()
1026 rxe_dbg_qp(qp, "qp not ready to post recv\n"); in rxe_post_recv()
1033 rxe_dbg_qp(qp, "qp has srq, use post_srq_recv instead\n"); in rxe_post_recv()
H A Drxe.h52 #define rxe_dbg_qp(qp, fmt, ...) ibdev_dbg((qp)->ibqp.device, \ macro
H A Drxe_mr.c647 rxe_dbg_qp(qp, "No MR for key %#x\n", key); in rxe_invalidate_mr()