Home
last modified time | relevance | path

Searched refs:rdsdebug (Results 1 – 30 of 30) sorted by relevance

/linux-4.1.27/net/rds/
Diw_cm.c144 rdsdebug("event %u data %p\n", event->event, data); in rds_iw_cq_event_handler()
152 rdsdebug("conn %p ic %p event %u\n", conn, ic, event->event); in rds_iw_qp_event_handler()
161 rdsdebug("Fatal QP Event %u " in rds_iw_qp_event_handler()
207 rdsdebug("ib_create_cq send failed: %d\n", ret); in rds_iw_init_qp_attrs()
217 rdsdebug("ib_create_cq send failed: %d\n", ret); in rds_iw_init_qp_attrs()
223 rdsdebug("ib_req_notify_cq send failed: %d\n", ret); in rds_iw_init_qp_attrs()
229 rdsdebug("ib_req_notify_cq recv failed: %d\n", ret); in rds_iw_init_qp_attrs()
287 rdsdebug("rdma_create_qp failed: %d\n", ret); in rds_iw_setup_qp()
297 rdsdebug("ib_dma_alloc_coherent send failed\n"); in rds_iw_setup_qp()
307 rdsdebug("ib_dma_alloc_coherent recv failed\n"); in rds_iw_setup_qp()
[all …]
Dib_cm.c245 rdsdebug("event %u (%s) data %p\n", in rds_ib_cq_event_handler()
254 rdsdebug("conn %p ic %p event %u (%s)\n", conn, ic, event->event, in rds_ib_qp_event_handler()
262 rdsdebug("Fatal QP Event %u (%s) " in rds_ib_qp_event_handler()
309 rdsdebug("ib_create_cq send failed: %d\n", ret); in rds_ib_setup_qp()
319 rdsdebug("ib_create_cq recv failed: %d\n", ret); in rds_ib_setup_qp()
325 rdsdebug("ib_req_notify_cq send failed: %d\n", ret); in rds_ib_setup_qp()
331 rdsdebug("ib_req_notify_cq recv failed: %d\n", ret); in rds_ib_setup_qp()
355 rdsdebug("rdma_create_qp failed: %d\n", ret); in rds_ib_setup_qp()
365 rdsdebug("ib_dma_alloc_coherent send failed\n"); in rds_ib_setup_qp()
375 rdsdebug("ib_dma_alloc_coherent recv failed\n"); in rds_ib_setup_qp()
[all …]
Dtcp_recv.c46 rdsdebug("purging tinc %p inc %p\n", tinc, inc); in rds_tcp_inc_purge()
55 rdsdebug("freeing tinc %p inc %p\n", tinc, inc); in rds_tcp_inc_free()
164 rdsdebug("tcp data tc %p skb %p offset %u len %zu\n", tc, skb, offset, in rds_tcp_data_recv()
180 rdsdebug("alloced tinc %p\n", tinc); in rds_tcp_data_recv()
191 rdsdebug("copying %zu header from skb %p\n", to_copy, in rds_tcp_data_recv()
228 rdsdebug("skb %p data %p len %d off %u to_copy %zu -> " in rds_tcp_data_recv()
254 rdsdebug("returning len %zu left %zu skb len %d rx queue depth %d\n", in rds_tcp_data_recv()
276 rdsdebug("tcp_read_sock for tc %p gfp 0x%x returned %d\n", tc, gfp, in rds_tcp_read_sock()
295 rdsdebug("recv worker conn %p tc %p sock %p\n", conn, tc, sock); in rds_tcp_recv()
310 rdsdebug("data ready sk %p\n", sk); in rds_tcp_data_ready()
Dthreads.c85 rdsdebug("conn %p for %pI4 to %pI4 complete\n", in rds_connect_complete()
117 rdsdebug("conn %p for %pI4 to %pI4 reconnect jiffies %lu\n", in rds_queue_reconnect()
129 rdsdebug("%lu delay %lu ceil conn %p for %pI4 -> %pI4\n", in rds_queue_reconnect()
147 rdsdebug("conn %p for %pI4 to %pI4 dispatched, ret %d\n", in rds_connect_worker()
166 rdsdebug("conn %p ret %d\n", conn, ret); in rds_send_worker()
188 rdsdebug("conn %p ret %d\n", conn, ret); in rds_recv_worker()
Dcong.c174 rdsdebug("map %p for addr %x\n", ret, be32_to_cpu(addr)); in rds_cong_from_addr()
187 rdsdebug("conn %p now on map %p\n", conn, conn->c_lcong); in rds_cong_add_conn()
197 rdsdebug("removing conn %p from map %p\n", conn, conn->c_lcong); in rds_cong_remove_conn()
247 rdsdebug("waking map %p for %pI4\n", in rds_cong_map_updated()
296 rdsdebug("setting congestion for %pI4:%u in map %p\n", in rds_cong_set_bit()
310 rdsdebug("clearing congestion for %pI4:%u in map %p\n", in rds_cong_clear_bit()
385 rdsdebug("waiting on map %p for port %u\n", map, be16_to_cpu(port)); in rds_cong_wait()
399 rdsdebug("freeing map %p\n", map); in rds_cong_exit()
Drdma_transport.c76 rdsdebug("conn %p id %p handling event %u (%s)\n", conn, cm_id, in rds_rdma_cm_event_handler()
133 rdsdebug("DISCONNECT event - dropping connection " in rds_rdma_cm_event_handler()
150 rdsdebug("id %p event %u (%s) handling ret %d\n", cm_id, event->event, in rds_rdma_cm_event_handler()
193 rdsdebug("cm %p listening on port %u\n", cm_id, RDS_PORT); in rds_rdma_listen_init()
206 rdsdebug("cm %p\n", rds_rdma_listen_id); in rds_rdma_listen_stop()
Dtcp_connect.c55 rdsdebug("sock %p state_change to %d\n", tc->t_sock, sk->sk_state); in rds_tcp_state_change()
94 rdsdebug("bind failed with %d at address %pI4\n", in rds_tcp_conn_connect()
111 rdsdebug("connect to address %pI4 returned %d\n", &conn->c_faddr, ret); in rds_tcp_conn_connect()
139 rdsdebug("shutting down conn %p tc %p sock %p\n", conn, tc, sock); in rds_tcp_conn_shutdown()
Drecv.c54 rdsdebug("addref inc %p ref %d\n", inc, atomic_read(&inc->i_refcount)); in rds_inc_addref()
60 rdsdebug("put inc %p ref %d\n", inc, atomic_read(&inc->i_refcount)); in rds_inc_put()
81 rdsdebug("rs %p (%pI4:%u) recv bytes %d buf %d " in rds_recv_rcvbuf_delta()
167 rdsdebug("conn %p next %llu inc %p seq %llu len %u sport %u dport %u " in rds_recv_incoming()
226 rdsdebug("adding inc %p to rs %p's recv queue\n", inc, rs); in rds_recv_incoming()
288 rdsdebug("inc %p rs %p still %d dropped %d\n", inc, rs, ret, drop); in rds_still_queued()
411 rdsdebug("size %zu flags 0x%x timeo %ld\n", size, msg_flags, timeo); in rds_recvmsg()
439 rdsdebug("recvmsg woke inc %p timeo %ld\n", inc, in rds_recvmsg()
450 rdsdebug("copying inc %p from %pI4:%u to user\n", inc, in rds_recvmsg()
Diw_recv.c48 rdsdebug("frag %p page %p\n", frag, frag->f_page); in rds_iw_frag_drop_page()
55 rdsdebug("frag %p page %p\n", frag, frag->f_page); in rds_iw_frag_free()
74 rdsdebug("recv %p frag %p page %p\n", recv, frag, frag->f_page); in rds_iw_recv_unmap_page()
252 rdsdebug("recv %p iwinc %p page %p addr %lu ret %d\n", recv, in rds_iw_recv_refill()
283 rdsdebug("purging iwinc %p inc %p\n", iwinc, inc); in rds_iw_inc_purge()
299 rdsdebug("freeing iwinc %p inc %p\n", iwinc, inc); in rds_iw_inc_free()
441 rdsdebug("send_ack: ic %p ack %llu\n", ic, (unsigned long long) seq); in rds_iw_send_ack()
644 rdsdebug("ic %p iwinc %p recv %p byte len %u\n", ic, iwinc, recv, in rds_iw_process_recv()
713 rdsdebug("ic %p iwinc %p rem %u flag 0x%x\n", ic, iwinc, in rds_iw_process_recv()
773 rdsdebug("conn %p cq %p\n", conn, cq); in rds_iw_recv_cq_comp_handler()
[all …]
Dtcp_send.c100 rdsdebug("rm %p tcp nxt %u ack_seq %llu\n", in rds_tcp_xmit()
125 rdsdebug("tcp sendpage %p:%u:%u ret %d\n", (void *)sg_page(&rm->data.op_sg[sg]), in rds_tcp_xmit()
185 rdsdebug("write_space for tc %p\n", tc); in rds_tcp_write_space()
189 rdsdebug("tcp una %u\n", rds_tcp_snd_una(tc)); in rds_tcp_write_space()
Dib_ring.c70 rdsdebug("ring %p nr %u\n", ring, ring->w_nr); in rds_ib_ring_init()
103 rdsdebug("ring %p val %u next %u free %u\n", ring, val, in rds_ib_ring_alloc()
165 rdsdebug("ring %p ret %u wr_id %u oldest %u\n", ring, ret, in rds_ib_ring_completed()
Diw_ring.c70 rdsdebug("ring %p nr %u\n", ring, ring->w_nr); in rds_iw_ring_init()
103 rdsdebug("ring %p val %u next %u free %u\n", ring, val, in rds_iw_ring_alloc()
166 rdsdebug("ring %p ret %u wr_id %u oldest %u\n", ring, ret, in rds_iw_ring_completed()
Dib_send.c287 rdsdebug("cq %p conn %p\n", cq, conn); in rds_ib_send_cq_comp_handler()
291 rdsdebug("ib_req_notify_cq send failed: %d\n", ret); in rds_ib_send_cq_comp_handler()
294 rdsdebug("wc wr_id 0x%llx status %u (%s) byte_len %u imm_data %u\n", in rds_ib_send_cq_comp_handler()
412 rdsdebug("wanted=%u credits=%u posted=%u\n", in rds_ib_send_grab_credits()
456 rdsdebug("credits=%u current=%u%s\n", in rds_ib_send_add_credits()
596 rdsdebug("ic %p mapping rm %p: %d\n", ic, rm, rm->data.op_count); in rds_ib_xmit()
708 rdsdebug("send %p wr %p num_sge %u next %p\n", send, in rds_ib_xmit()
758 rdsdebug("ic %p first %p (wr %p) ret %d wr %p\n", ic, in rds_ib_xmit()
834 rdsdebug("ic %p mapping atomic op %p. mapped %d pg\n", ic, op, ret); in rds_ib_xmit_atomic()
847 rdsdebug("rva %Lx rpa %Lx len %u\n", op->op_remote_addr, in rds_ib_xmit_atomic()
[all …]
Diw_send.c83 rdsdebug("ic %p send %p rm %p\n", ic, send, rm); in rds_iw_send_unmap_rm()
207 rdsdebug("cq %p conn %p\n", cq, conn); in rds_iw_send_cq_comp_handler()
211 rdsdebug("ib_req_notify_cq send failed: %d\n", ret); in rds_iw_send_cq_comp_handler()
214 rdsdebug("wc wr_id 0x%llx status %u byte_len %u imm_data %u\n", in rds_iw_send_cq_comp_handler()
364 rdsdebug("wanted=%u credits=%u posted=%u\n", in rds_iw_send_grab_credits()
408 rdsdebug("credits=%u current=%u%s\n", in rds_iw_send_add_credits()
570 rdsdebug("ic %p mapping rm %p: %d\n", ic, rm, rm->data.op_count); in rds_iw_xmit()
686 rdsdebug("send %p wr %p num_sge %u next %p\n", send, in rds_iw_xmit()
748 rdsdebug("ic %p first %p (wr %p) ret %d wr %p\n", ic, in rds_iw_xmit()
814 rdsdebug("ic %p mapping op %p: %d\n", ic, op, op->op_count); in rds_iw_xmit_rdma()
[all …]
Dbind.c104 rdsdebug("returning rs %p for %pI4:%u\n", rs, &addr, in rds_find_bound()
132 rdsdebug("rs %p binding to %pI4:%d\n", in rds_add_bound()
150 rdsdebug("rs %p unbinding from %pI4:%d\n", in rds_remove_bound()
Drdma.c102 rdsdebug("RDS: destroy mr key is %x refcnt %u\n", in rds_destroy_mr()
203 rdsdebug("RDS: get_mr addr %llx len %llu nr_pages %u\n", in __rds_rdma_map()
258 rdsdebug("RDS: trans_private nents is %u\n", nents); in __rds_rdma_map()
277 rdsdebug("RDS: get_mr put_user key is %x cookie_addr %p\n", in __rds_rdma_map()
301 rdsdebug("RDS: get_mr key is %x\n", mr->r_key); in __rds_rdma_map()
642 rdsdebug("RDS: rdma prepare nr_local %llu rva %llx rkey %x\n", in rds_cmsg_rdma_args()
662 rdsdebug("RDS: nr_bytes %u nr %u iov->bytes %llu iov->addr %llx\n", in rds_cmsg_rdma_args()
676 rdsdebug("RDS: sg->offset %x sg->len %x iov->addr %llx iov->bytes %llu\n", in rds_cmsg_rdma_args()
687 rdsdebug("RDS nr_bytes %u remote_bytes %u do not match\n", in rds_cmsg_rdma_args()
Dtcp.c97 rdsdebug("restoring sock %p callbacks from tc %p\n", sock, tc); in rds_tcp_restore_callbacks()
125 rdsdebug("setting sock %p callbacks to tc %p\n", sock, tc); in rds_tcp_set_callbacks()
218 rdsdebug("alloced tc %p\n", conn->c_transport_data); in rds_tcp_conn_alloc()
226 rdsdebug("freeing tc %p\n", tc); in rds_tcp_conn_free()
Dib_recv.c193 rdsdebug("frag %p page %p\n", frag, sg_page(&frag->f_sg)); in rds_ib_frag_free()
215 rdsdebug("freeing ibinc %p inc %p\n", ibinc, inc); in rds_ib_inc_free()
382 rdsdebug("recv %p ibinc %p page %p addr %lu ret %d\n", recv, in rds_ib_recv_refill()
610 rdsdebug("send_ack: ic %p ack %llu\n", ic, (unsigned long long) seq); in rds_ib_send_ack()
813 rdsdebug("ic %p ibinc %p recv %p byte len %u\n", ic, ibinc, recv, in rds_ib_process_recv()
882 rdsdebug("ic %p ibinc %p rem %u flag 0x%x\n", ic, ibinc, in rds_ib_process_recv()
942 rdsdebug("conn %p cq %p\n", conn, cq); in rds_ib_recv_cq_comp_handler()
957 rdsdebug("wc wr_id 0x%llx status %u (%s) byte_len %u imm_data %u\n", in rds_poll_cq()
1027 rdsdebug("conn %p\n", conn); in rds_ib_recv()
Dpage.c175 rdsdebug("bytes %lu ret %d %p %u %u\n", bytes, ret, in rds_page_remainder_alloc()
190 rdsdebug("cpu %ld action 0x%lx\n", cpu, action); in rds_page_remainder_cpu_notify()
Diw.c74 rdsdebug("Query device failed for %s\n", device->name); in rds_iw_add_one()
153 rdsdebug("Failed to dealloc pd %p\n", rds_iwdev->pd); in rds_iw_remove_one()
246 rdsdebug("addr %pI4 ret %d node type %d\n", in rds_iw_laddr_check()
Dinfo.c126 rdsdebug("page %p addr %p offset %lu this %lu data %p " in rds_info_copy()
206 rdsdebug("len %d nr_pages %lu\n", len, nr_pages); in rds_info_getsockopt()
Dmessage.c49 rdsdebug("addref rm %p ref %d\n", rm, atomic_read(&rm->m_refcount)); in rds_message_addref()
65 rdsdebug("putting data page %p\n", (void *)sg_page(&rm->data.op_sg[i])); in rds_message_purge()
84 rdsdebug("put rm %p ref %d\n", rm, atomic_read(&rm->m_refcount)); in rds_message_put()
Dconnection.c86 rdsdebug("returning conn %p for %pI4 -> %pI4\n", ret, in rds_conn_lookup()
99 rdsdebug("connection %pI4 to %pI4 reset\n", in rds_conn_reset()
209 rdsdebug("allocated conn %p for %pI4 -> %pI4 over %s %s\n", in __rds_conn_create()
345 rdsdebug("freeing conn %p for %pI4 -> " in rds_conn_destroy()
Dtcp_listen.c107 rdsdebug("accepted tcp %pI4:%u -> %pI4:%u\n", in rds_tcp_accept_one()
161 rdsdebug("listen data ready sk %p\n", sk); in rds_tcp_listen_data_ready()
Dib.c136 rdsdebug("Query device failed for %s\n", device->name); in rds_ib_add_one()
345 rdsdebug("addr %pI4 ret %d node type %d\n", in rds_ib_laddr_check()
Dloop.c144 rdsdebug("lc %p\n", lc); in rds_loop_conn_free()
Drds.h36 #define rdsdebug(fmt, args...) pr_debug("%s(): " fmt, __func__ , ##args) macro
40 void rdsdebug(char *fmt, ...) in rdsdebug() function
Diw_rdma.c109 rdsdebug("local ipaddr = %x port %d, "
556 rdsdebug("RDS/IW: free_mr nents %u\n", ibmr->mapping.m_sg.len);
Dsend.c835 rdsdebug("queued msg %p len %d, rs %p bytes %d seq %llu\n", in rds_send_queue_rm()
1084 rdsdebug("sendmsg woke queued %d timeo %ld\n", queued, timeo); in rds_sendmsg()
Dib_rdma.c700 rdsdebug("RDS/IB: free_mr nents %u\n", ibmr->sg_len); in rds_ib_free_mr()