Lines Matching refs:riocm_debug

51 #define riocm_debug(level, fmt, arg...) \  macro
58 #define riocm_debug(level, fmt, arg...) \ macro
393 riocm_debug(RX_CMD, "channel %d is not in listen state", chnum); in riocm_req_handler()
463 riocm_debug(RX_CMD, "for ch=%d", ntohs(hh->dst_ch)); in riocm_close_handler()
478 riocm_debug(RX_CMD, "riocm_ch_close() returned %d", ret); in riocm_close_handler()
497 riocm_debug(RX_CMD, "OP=%x for ch=%d from %d", in rio_cm_handler()
535 riocm_debug(RX_DATA, "for ch=%d", ntohs(hdr->dst_ch)); in rio_rx_data_handler()
549 riocm_debug(RX_DATA, "ch=%d is in wrong state=%d", in rio_rx_data_handler()
559 riocm_debug(RX_DATA, "ch=%d is full", ch->id); in rio_rx_data_handler()
645 riocm_debug(TX_EVENT, "for mport_%d slot %d tx_cnt %d", in rio_txcq_handler()
652 riocm_debug(TX_EVENT, "slot == ack_slot"); in rio_txcq_handler()
749 riocm_debug(TX, "Tx Queue is full"); in riocm_post_send()
757 riocm_debug(TX, "Add buf@%p destid=%x tx_slot=%d tx_cnt=%d", in riocm_post_send()
827 riocm_debug(TX, "ch %d send_err=%d", ch->id, ret); in riocm_ch_send()
889 riocm_debug(WAIT, "wait on %d returned %ld", ch->id, wret); in riocm_ch_receive()
1009 riocm_debug(WAIT, "wait on %d returns %ld", ch->id, wret); in riocm_ch_connect()
1100 riocm_debug(WAIT, "on %d", ch->id); in riocm_ch_accept()
1118 riocm_debug(WAIT, "on %d accept_queue is empty on completion", in riocm_ch_accept()
1126 riocm_debug(WAIT, "on %d returns %d", ch->id, err); in riocm_ch_accept()
1158 riocm_debug(RX_CMD, "found matching device(%s)", in riocm_ch_accept()
1208 riocm_debug(CHOP, "(ch_%d)", ch_id); in riocm_ch_listen()
1236 riocm_debug(CHOP, "ch_%d to mport_%d", ch_id, mport_id); in riocm_ch_bind()
1353 riocm_debug(CHOP, "Failed to allocate channel %d (err=%ld)", in riocm_ch_create()
1370 riocm_debug(CHOP, "(ch_%d)", ch->id); in riocm_ch_free()
1443 riocm_debug(CHOP, "ch_%d by %s(%d)", in riocm_ch_close()
1455 riocm_debug(WAIT, "wait on %d returns %ld", ch->id, wret); in riocm_ch_close()
1459 riocm_debug(CHOP, "%s(%d) timed out waiting for ch %d", in riocm_ch_close()
1464 riocm_debug(CHOP, "%s(%d) wait for ch %d was interrupted", in riocm_ch_close()
1470 riocm_debug(CHOP, "ch_%d resources released", ch->id); in riocm_ch_close()
1473 riocm_debug(CHOP, "failed to release ch_%d resources", ch->id); in riocm_ch_close()
1484 riocm_debug(INIT, "by %s(%d) filp=%p ", in riocm_cdev_open()
1502 riocm_debug(EXIT, "by %s(%d) filp=%p", in riocm_cdev_release()
1509 riocm_debug(EXIT, "ch_%d not released by %s(%d)", in riocm_cdev_release()
1667 riocm_debug(CHOP, "ch_%d requested by %s(%d)", in cm_chan_create()
1674 riocm_debug(CHOP, "ch_%d created by %s(%d)", in cm_chan_create()
1693 riocm_debug(CHOP, "ch_%d by %s(%d)", in cm_chan_close()
1757 riocm_debug(CHOP, "on ch_%d by %s(%d)", in cm_chan_accept()
1768 riocm_debug(CHOP, "new ch_%d for %s(%d)", in cm_chan_accept()
1956 riocm_debug(RDEV, "(%s)", rio_name(rdev)); in riocm_add_dev()
2004 riocm_debug(RDEV, "(%s)", rio_name(rdev)); in riocm_remove_dev()
2024 riocm_debug(RDEV, "removing peer %s", rio_name(rdev)); in riocm_remove_dev()
2083 riocm_debug(MPORT, "Added %s cdev(%d:%d)", in riocm_cdev_add()
2103 riocm_debug(MPORT, "add mport %s", mport->name); in riocm_add_mport()
2184 riocm_debug(MPORT, "%s", mport->name); in riocm_remove_mport()
2206 riocm_debug(RDEV, "%s drop ch_%d", in riocm_remove_mport()
2226 riocm_debug(RDEV, "ATTN: peer list not empty"); in riocm_remove_mport()
2228 riocm_debug(RDEV, "removing peer %s", rio_name(peer->rdev)); in riocm_remove_mport()
2235 riocm_debug(MPORT, "%s done", mport->name); in riocm_remove_mport()
2245 riocm_debug(EXIT, "."); in rio_cm_shutdown()
2257 riocm_debug(EXIT, "close ch %d", ch->id); in rio_cm_shutdown()
2312 riocm_debug(INIT, "Registered class with %d major", dev_major); in riocm_init()
2360 riocm_debug(EXIT, "enter"); in riocm_exit()