/linux-4.4.14/net/rds/ |
D | iw_cm.c | 144 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() 209 rdsdebug("ib_create_cq send failed: %d\n", ret); in rds_iw_init_qp_attrs() 220 rdsdebug("ib_create_cq send failed: %d\n", ret); in rds_iw_init_qp_attrs() 226 rdsdebug("ib_req_notify_cq send failed: %d\n", ret); in rds_iw_init_qp_attrs() 232 rdsdebug("ib_req_notify_cq recv failed: %d\n", ret); in rds_iw_init_qp_attrs() 290 rdsdebug("rdma_create_qp failed: %d\n", ret); in rds_iw_setup_qp() 300 rdsdebug("ib_dma_alloc_coherent send failed\n"); in rds_iw_setup_qp() 310 rdsdebug("ib_dma_alloc_coherent recv failed\n"); in rds_iw_setup_qp() [all …]
|
D | ib_cm.c | 215 rdsdebug("event %u (%s) data %p\n", in rds_ib_cq_event_handler() 232 rdsdebug("conn %p cq %p\n", conn, cq); in rds_ib_cq_comp_handler_recv() 250 rdsdebug("wc wr_id 0x%llx status %u byte_len %u imm_data %u\n", in poll_cq() 314 rdsdebug("conn %p ic %p event %u (%s)\n", conn, ic, event->event, in rds_ib_qp_event_handler() 322 rdsdebug("Fatal QP Event %u (%s) " in rds_ib_qp_event_handler() 336 rdsdebug("conn %p cq %p\n", conn, cq); in rds_ib_cq_comp_handler_send() 383 rdsdebug("ib_create_cq send failed: %d\n", ret); in rds_ib_setup_qp() 394 rdsdebug("ib_create_cq recv failed: %d\n", ret); in rds_ib_setup_qp() 400 rdsdebug("ib_req_notify_cq send failed: %d\n", ret); in rds_ib_setup_qp() 406 rdsdebug("ib_req_notify_cq recv failed: %d\n", ret); in rds_ib_setup_qp() [all …]
|
D | tcp_recv.c | 46 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()
|
D | threads.c | 85 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() 168 rdsdebug("conn %p ret %d\n", conn, ret); in rds_send_worker() 190 rdsdebug("conn %p ret %d\n", conn, ret); in rds_recv_worker()
|
D | rdma_transport.c | 49 rdsdebug("conn %p id %p handling event %u (%s)\n", conn, cm_id, in rds_rdma_cm_event_handler() 116 rdsdebug("DISCONNECT event - dropping connection " in rds_rdma_cm_event_handler() 133 rdsdebug("id %p event %u (%s) handling ret %d\n", cm_id, event->event, in rds_rdma_cm_event_handler() 176 rdsdebug("cm %p listening on port %u\n", cm_id, RDS_PORT); in rds_rdma_listen_init() 189 rdsdebug("cm %p\n", rds_rdma_listen_id); in rds_rdma_listen_stop()
|
D | cong.c | 174 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()
|
D | tcp_connect.c | 55 rdsdebug("sock %p state_change to %d\n", tc->t_sock, sk->sk_state); in rds_tcp_state_change() 95 rdsdebug("bind failed with %d at address %pI4\n", in rds_tcp_conn_connect() 112 rdsdebug("connect to address %pI4 returned %d\n", &conn->c_faddr, ret); in rds_tcp_conn_connect() 142 rdsdebug("shutting down conn %p tc %p sock %p\n", conn, tc, sock); in rds_tcp_conn_shutdown()
|
D | recv.c | 54 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()
|
D | iw_recv.c | 48 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 …]
|
D | tcp_send.c | 101 rdsdebug("rm %p tcp nxt %u ack_seq %llu\n", in rds_tcp_xmit() 129 rdsdebug("tcp sendpage %p:%u:%u ret %d\n", (void *)sg_page(&rm->data.op_sg[sg]), in rds_tcp_xmit() 191 rdsdebug("write_space for tc %p\n", tc); in rds_tcp_write_space() 195 rdsdebug("tcp una %u\n", rds_tcp_snd_una(tc)); in rds_tcp_write_space()
|
D | iw_ring.c | 70 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()
|
D | ib_ring.c | 70 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()
|
D | iw_send.c | 83 rdsdebug("ic %p send %p rm %p\n", ic, send, rm); in rds_iw_send_unmap_rm() 199 rdsdebug("cq %p conn %p\n", cq, conn); in rds_iw_send_cq_comp_handler() 203 rdsdebug("ib_req_notify_cq send failed: %d\n", ret); in rds_iw_send_cq_comp_handler() 206 rdsdebug("wc wr_id 0x%llx status %u byte_len %u imm_data %u\n", in rds_iw_send_cq_comp_handler() 356 rdsdebug("wanted=%u credits=%u posted=%u\n", in rds_iw_send_grab_credits() 400 rdsdebug("credits=%u current=%u%s\n", in rds_iw_send_add_credits() 562 rdsdebug("ic %p mapping rm %p: %d\n", ic, rm, rm->data.op_count); in rds_iw_xmit() 681 rdsdebug("send %p wr %p num_sge %u next %p\n", send, in rds_iw_xmit() 744 rdsdebug("ic %p first %p (wr %p) ret %d wr %p\n", ic, in rds_iw_xmit() 813 rdsdebug("ic %p mapping op %p: %d\n", ic, op, op->op_count); in rds_iw_xmit_rdma() [all …]
|
D | bind.c | 69 rdsdebug("returning rs %p for %pI4:%u\n", rs, &addr, in rds_find_bound() 107 rdsdebug("rs %p binding to %pI4:%d\n", in rds_add_bound() 126 rdsdebug("rs %p unbinding from %pI4:%d\n", in rds_remove_bound()
|
D | ib_send.c | 251 rdsdebug("wc wr_id 0x%llx status %u (%s) byte_len %u imm_data %u\n", in rds_ib_send_cqe_handler() 370 rdsdebug("wanted=%u credits=%u posted=%u\n", in rds_ib_send_grab_credits() 414 rdsdebug("credits=%u current=%u%s\n", in rds_ib_send_add_credits() 554 rdsdebug("ic %p mapping rm %p: %d\n", ic, rm, rm->data.op_count); in rds_ib_xmit() 671 rdsdebug("send %p wr %p num_sge %u next %p\n", send, in rds_ib_xmit() 726 rdsdebug("ic %p first %p (wr %p) ret %d wr %p\n", ic, in rds_ib_xmit() 802 rdsdebug("ic %p mapping atomic op %p. mapped %d pg\n", ic, op, ret); in rds_ib_xmit_atomic() 815 rdsdebug("rva %Lx rpa %Lx len %u\n", op->op_remote_addr, in rds_ib_xmit_atomic() 823 rdsdebug("ic %p send %p (wr %p) ret %d wr %p\n", ic, in rds_ib_xmit_atomic() 868 rdsdebug("ic %p mapping op %p: %d\n", ic, op, op->op_count); in rds_ib_xmit_rdma() [all …]
|
D | rdma.c | 102 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() 643 rdsdebug("RDS: rdma prepare nr_local %llu rva %llx rkey %x\n", in rds_cmsg_rdma_args() 665 rdsdebug("RDS: nr_bytes %u nr %u iov->bytes %llu iov->addr %llx\n", in rds_cmsg_rdma_args() 679 rdsdebug("RDS: sg->offset %x sg->len %x iov->addr %llx iov->bytes %llu\n", in rds_cmsg_rdma_args() 690 rdsdebug("RDS nr_bytes %u remote_bytes %u do not match\n", in rds_cmsg_rdma_args()
|
D | page.c | 175 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()
|
D | tcp.c | 92 rdsdebug("restoring sock %p callbacks from tc %p\n", sock, tc); in rds_tcp_restore_callbacks() 120 rdsdebug("setting sock %p callbacks to tc %p\n", sock, tc); in rds_tcp_set_callbacks() 213 rdsdebug("alloced tc %p\n", conn->c_transport_data); in rds_tcp_conn_alloc() 221 rdsdebug("freeing tc %p\n", tc); in rds_tcp_conn_free()
|
D | ib_recv.c | 193 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() 408 rdsdebug("recv %p ibinc %p page %p addr %lu ret %d\n", recv, in rds_ib_recv_refill() 652 rdsdebug("send_ack: ic %p ack %llu\n", ic, (unsigned long long) seq); in rds_ib_send_ack() 841 rdsdebug("ic %p ibinc %p recv %p byte len %u\n", ic, ibinc, recv, in rds_ib_process_recv() 910 rdsdebug("ic %p ibinc %p rem %u flag 0x%x\n", ic, ibinc, in rds_ib_process_recv() 963 rdsdebug("wc wr_id 0x%llx status %u (%s) byte_len %u imm_data %u\n", in rds_ib_recv_cqe_handler() 1016 rdsdebug("conn %p\n", conn); in rds_ib_recv()
|
D | info.c | 126 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()
|
D | message.c | 49 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()
|
D | ib.c | 136 rdsdebug("Query device failed for %s\n", device->name); in rds_ib_add_one() 185 …rdsdebug("RDS/IB: max_mr = %d, max_wrs = %d, max_sge = %d, fmr_max_remaps = %d, max_1m_fmrs = %d, … in rds_ib_add_one() 355 rdsdebug("addr %pI4 ret %d node type %d\n", in rds_ib_laddr_check()
|
D | connection.c | 87 rdsdebug("returning conn %p for %pI4 -> %pI4\n", ret, in rds_conn_lookup() 100 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() 342 rdsdebug("freeing conn %p for %pI4 -> " in rds_conn_destroy()
|
D | tcp_listen.c | 101 rdsdebug("accepted tcp %pI4:%u -> %pI4:%u\n", in rds_tcp_accept_one() 149 rdsdebug("listen data ready sk %p\n", sk); in rds_tcp_listen_data_ready()
|
D | iw.c | 74 rdsdebug("Query device failed for %s\n", device->name); in rds_iw_add_one() 242 rdsdebug("addr %pI4 ret %d node type %d\n", in rds_iw_laddr_check()
|
D | loop.c | 144 rdsdebug("lc %p\n", lc); in rds_loop_conn_free()
|
D | rds.h | 37 #define rdsdebug(fmt, args...) pr_debug("%s(): " fmt, __func__ , ##args) macro 41 void rdsdebug(char *fmt, ...) in rdsdebug() function
|
D | iw_rdma.c | 108 rdsdebug("local ipaddr = %x port %d, " 535 rdsdebug("RDS/IW: free_mr nents %u\n", ibmr->mapping.m_sg.len);
|
D | send.c | 862 rdsdebug("queued msg %p len %d, rs %p bytes %d seq %llu\n", in rds_send_queue_rm() 1113 rdsdebug("sendmsg woke queued %d timeo %ld\n", queued, timeo); in rds_sendmsg()
|
D | ib_rdma.c | 762 rdsdebug("RDS/IB: free_mr nents %u\n", ibmr->sg_len); in rds_ib_free_mr()
|