Home
last modified time | relevance | path

Searched refs:siw_dbg_qp (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/infiniband/sw/siw/
Dsiw_qp.c119 siw_dbg_qp(qp, "unable to process RX, suspend: %d\n", in siw_qp_llp_data_ready()
128 siw_dbg_qp(qp, "enter llp close, state = %s\n", in siw_qp_llp_close()
158 siw_dbg_qp(qp, "llp close: no state transition needed: %s\n", in siw_qp_llp_close()
175 siw_dbg_qp(qp, "llp close exit: state %s\n", in siw_qp_llp_close()
210 siw_dbg_qp(qp, "irq malloc for %d failed\n", irq_size); in siw_qp_readq_init()
216 siw_dbg_qp(qp, "orq malloc for %d failed\n", orq_size); in siw_qp_readq_init()
222 siw_dbg_qp(qp, "ORD %d, IRD %d\n", orq_size, irq_size); in siw_qp_readq_init()
374 siw_dbg_qp(qp, "init TERM: layer %d, type %d, code %d, in tx %s\n", in siw_init_terminate()
404 siw_dbg_qp(qp, "cannot send TERMINATE: op %d in progress\n", in siw_send_terminate()
413 siw_dbg_qp(qp, "cannot send TERMINATE: not connected\n"); in siw_send_terminate()
[all …]
Dsiw_qp_rx.c54 siw_dbg_qp(rx_qp(srx), "page %pK, bytes=%u\n", p, bytes); in siw_rx_umem()
108 siw_dbg_qp(rx_qp(srx), "kva: 0x%pK, len: %u\n", kva, len); in siw_rx_kva()
316 siw_dbg_qp(rx_qp(srx), "receive space short: %d - %d < %d\n", in siw_send_check_ntoh()
376 siw_dbg_qp(qp, "too many sge's: %d\n", rqe->num_sge); in siw_rqe_get()
563 siw_dbg_qp(qp, in siw_proc_write()
828 siw_dbg_qp(qp, "target mem check: %d\n", rv); in siw_proc_rresp()
934 siw_dbg_qp(qp, "TERM reports RDMAP hdr type %u, len %u (%s)\n", in siw_proc_terminate()
938 siw_dbg_qp(qp, "TERM reports DDP hdr type %u, len %u (%s)\n", in siw_proc_terminate()
958 siw_dbg_qp(qp, "expected %d, available %d, pad %u\n", in siw_get_trailer()
1063 siw_dbg_qp(rx_qp(srx), "new header, opcode %u\n", opcode); in siw_get_hdr()
[all …]
Dsiw_qp_tx.c221 siw_dbg_qp(tx_qp(c_tx), "stale wqe type %d\n", tx_type(wqe)); in siw_qp_prepare_tx()
542 siw_dbg_qp(tx_qp(c_tx), "to many fragments\n"); in siw_tx_hdt()
846 siw_dbg_qp(qp, "wr type %d, state %d, data %u, sent %u, id %llx\n", in siw_qp_sq_proc_tx()
894 siw_dbg_qp(qp, "WQE completed\n"); in siw_qp_sq_proc_tx()
1012 siw_dbg_qp(qp, "enter for type %d\n", tx_type(wqe)); in siw_qp_sq_process()
1019 siw_dbg_qp(qp, "tx suspended\n"); in siw_qp_sq_process()
1075 siw_dbg_qp(qp, "sq paused: hd/tr %d of %d, data %d\n", in siw_qp_sq_process()
1096 siw_dbg_qp(qp, "wqe type %d processing failed: %d\n", in siw_qp_sq_process()
1136 siw_dbg_qp(qp, "proc. read.response failed: %d\n", rv); in siw_qp_sq_process()
1164 siw_dbg_qp(qp, "SQ task failed: err %d\n", rv); in siw_sq_resume()
[all …]
Dsiw_verbs.c582 siw_dbg_qp(qp, "desired IB QP state: %s\n", in siw_verbs_modify_qp()
612 siw_dbg_qp(qp, "state %d\n", qp->attrs.state); in siw_destroy_qp()
712 siw_dbg_qp(qp, "QP locked, state %d\n", qp->attrs.state); in siw_post_send()
718 siw_dbg_qp(qp, "QP out of state %d\n", qp->attrs.state); in siw_post_send()
722 siw_dbg_qp(qp, "wr must be empty for user mapped sq\n"); in siw_post_send()
734 siw_dbg_qp(qp, "sq full\n"); in siw_post_send()
739 siw_dbg_qp(qp, "too many sge's: %d\n", wr->num_sge); in siw_post_send()
838 siw_dbg_qp(qp, "ib wr type %d unsupported\n", in siw_post_send()
843 siw_dbg_qp(qp, "opcode %d, flags 0x%x, wr_id 0x%pK\n", in siw_post_send()
894 siw_dbg_qp(qp, "error %d\n", rv); in siw_post_send()
[all …]
Dsiw_cm.c1377 siw_dbg_qp(qp, in siw_connect()
1385 siw_dbg_qp(qp, in siw_connect()
1404 siw_dbg_qp(qp, "kernel_bindconnect: error %d\n", rv); in siw_connect()
1413 siw_dbg_qp(qp, "setsockopt NODELAY error: %d\n", rv); in siw_connect()
Dsiw.h720 #define siw_dbg_qp(qp, fmt, ...) \ macro