Searched refs:ipoib_dbg (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 75 ipoib_dbg(ipoib_priv(dev), "Created ah %p\n", ah->ah); in ipoib_create_ah() 637 ipoib_dbg(priv, "TX ring full, stopping kernel net queue\n"); in ipoib_send() 747 ipoib_dbg(priv, "Failed modify QP, IB_QPS_RESET to IB_QPS_ERR, acceptable\n"); in check_qp_movement_and_print() 832 ipoib_dbg(priv, "All sends and receives done.\n"); in ipoib_ib_dev_stop_default() 943 ipoib_dbg(priv, "PKEY is not assigned.\n"); in ipoib_ib_dev_up() 956 ipoib_dbg(priv, "downing ib_dev\n"); in ipoib_ib_dev_down() 1027 ipoib_dbg(priv, "pkey changed from 0x%x to 0x%x\n", in update_parent_pkey() 1179 ipoib_dbg(priv, "Not flushing - IPOIB_FLAG_INITIALIZED not set.\n"); in __ipoib_ib_dev_flush() 1192 ipoib_dbg(priv, "Not flushing - IPOIB_FLAG_ADMIN_UP not set.\n"); in __ipoib_ib_dev_flush() 1204 ipoib_dbg(priv, "Not flushing - P_Key index not changed.\n"); in __ipoib_ib_dev_flush() [all …]
|
D | ipoib_cm.c | 451 ipoib_dbg(priv, "REQ arrived\n"); in ipoib_cm_req_handler() 597 ipoib_dbg(priv, in ipoib_cm_handle_rx_wc() 654 ipoib_dbg(priv, "failed to allocate receive buffer %d\n", wr_id); in ipoib_cm_handle_rx_wc() 760 ipoib_dbg(priv, "TX ring 0x%x full, stopping kernel net queue\n", in ipoib_cm_send() 839 ipoib_dbg(priv, in ipoib_cm_handle_tx_wc() 1185 ipoib_dbg(priv, "Request connection 0x%x for gid %pI6 qpn 0x%x\n", in ipoib_cm_tx_init() 1208 ipoib_dbg(priv, "Destroy active connection 0x%x head 0x%x tail 0x%x\n", in ipoib_cm_tx_destroy() 1263 ipoib_dbg(priv, "DREQ received.\n"); in ipoib_cm_tx_handler() 1267 ipoib_dbg(priv, "REP received.\n"); in ipoib_cm_tx_handler() 1276 ipoib_dbg(priv, "CM error %d.\n", event->event); in ipoib_cm_tx_handler() [all …]
|
D | ipoib_main.c | 142 ipoib_dbg(priv, "bringing up interface\n"); in ipoib_open() 189 ipoib_dbg(priv, "stopping interface\n"); in ipoib_stop() 252 ipoib_dbg(priv, "MTU must be smaller than the underlying " in ipoib_change_mtu() 615 ipoib_dbg(ipoib_priv(dev), "path_free\n"); in path_free() 692 ipoib_dbg(priv, "mark path LID 0x%08x GID %pI6 invalid\n", in ipoib_mark_paths_invalid() 755 ipoib_dbg(priv, "PathRec LID 0x%04x for GID %pI6\n", in path_rec_completion() 759 ipoib_dbg(priv, "PathRec status %d for GID %pI6\n", in path_rec_completion() 784 ipoib_dbg( in path_rec_completion() 798 ipoib_dbg(priv, "created address handle %p for LID 0x%04x, SL %d\n", in path_rec_completion() 901 ipoib_dbg(priv, "Start path record lookup for %pI6\n", in path_rec_start() [all …]
|
D | ipoib_netlink.c | 120 ipoib_dbg(ppriv, "no pkey specified, using parent pkey\n"); in ipoib_new_child_link()
|
D | ipoib_multicast.c | 334 ipoib_dbg(priv, "Keeping carrier off until IB port is active\n"); in ipoib_mcast_carrier_on_task() 578 ipoib_dbg(priv, "ib_query_port() failed\n"); in ipoib_mcast_join_task() 582 ipoib_dbg(priv, "port state is not ACTIVE (state = %d) suspending join task\n", in ipoib_mcast_join_task() 717 ipoib_dbg(priv, "leaving with no mcmember but not a " in ipoib_mcast_leave()
|
D | ipoib_vlan.c | 231 ipoib_dbg(ppriv, "delete child vlan %s\n", dev->name); in ipoib_vlan_delete_task()
|
D | ipoib.h | 808 #define ipoib_dbg(priv, format, arg...) \ macro 819 #define ipoib_dbg(priv, format, arg...) \ macro
|
D | ipoib_verbs.c | 279 ipoib_dbg(priv, "Event %d on device %s port %d\n", record->event, in ipoib_event()
|