Home
last modified time | relevance | path

Searched refs:ipoib_dbg (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c75 ipoib_dbg(ipoib_priv(dev), "Created ah %p\n", ah->ah); in ipoib_create_ah()
665 ipoib_dbg(priv, "TX ring full, stopping kernel net queue\n"); in ipoib_send()
860 ipoib_dbg(priv, "All sends and receives done.\n"); in ipoib_ib_dev_stop_default()
963 ipoib_dbg(priv, "PKEY is not assigned.\n"); in ipoib_ib_dev_up()
976 ipoib_dbg(priv, "downing ib_dev\n"); in ipoib_ib_dev_down()
1047 ipoib_dbg(priv, "pkey changed from 0x%x to 0x%x\n", in update_parent_pkey()
1198 ipoib_dbg(priv, "Not flushing - IPOIB_FLAG_INITIALIZED not set.\n"); in __ipoib_ib_dev_flush()
1211 ipoib_dbg(priv, "Not flushing - IPOIB_FLAG_ADMIN_UP not set.\n"); in __ipoib_ib_dev_flush()
1223 ipoib_dbg(priv, "Not flushing - P_Key index not changed.\n"); in __ipoib_ib_dev_flush()
1231 ipoib_dbg(priv, "Not flushing - P_Key value not changed.\n"); in __ipoib_ib_dev_flush()
[all …]
H A Dipoib_cm.c451 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()
761 ipoib_dbg(priv, "TX ring 0x%x full, stopping kernel net queue\n", in ipoib_cm_send()
841 ipoib_dbg(priv, in ipoib_cm_handle_tx_wc()
1261 ipoib_dbg(priv, "DREQ received.\n"); in ipoib_cm_tx_handler()
1265 ipoib_dbg(priv, "REP received.\n"); in ipoib_cm_tx_handler()
1274 ipoib_dbg(priv, "CM error %d.\n", event->event); in ipoib_cm_tx_handler()
1328 ipoib_dbg(priv, "Reap connection for gid %pI6\n", in ipoib_cm_destroy_tx()
1610 ipoib_dbg(priv, "max_cm_mtu = 0x%x, num_frags=%d\n", in ipoib_cm_dev_init()
[all …]
H A Dipoib_main.c138 ipoib_dbg(priv, "bringing up interface\n"); in ipoib_open()
188 ipoib_dbg(priv, "stopping interface\n"); in ipoib_stop()
617 ipoib_dbg(ipoib_priv(dev), "%s\n", __func__); in path_free()
757 ipoib_dbg(priv, "PathRec LID 0x%04x for GID %pI6\n", in path_rec_completion()
761 ipoib_dbg(priv, "PathRec status %d for GID %pI6\n", in path_rec_completion()
786 ipoib_dbg( in path_rec_completion()
903 ipoib_dbg(priv, "Start path record lookup for %pI6\n", in path_rec_start()
1082 ipoib_dbg(priv, "Send unicast ARP to %08x\n", in unicast_arp_send()
1261 ipoib_dbg(priv, "IPOIB_FLAG_OPER_UP not set"); in ipoib_set_mcast_list()
1487 ipoib_dbg(ipoib_priv(dev), in ipoib_neigh_dtor()
[all …]
H A Dipoib_netlink.c124 ipoib_dbg(ppriv, "no pkey specified, using parent pkey\n"); in ipoib_new_child_link()
H A Dipoib_multicast.c332 ipoib_dbg(priv, "Keeping carrier off until IB port is active\n"); in ipoib_mcast_carrier_on_task()
562 ipoib_dbg(priv, "ib_query_port() failed\n"); in ipoib_mcast_join_task()
566 ipoib_dbg(priv, "port state is not ACTIVE (state = %d) suspending join task\n", in ipoib_mcast_join_task()
699 ipoib_dbg(priv, "leaving with no mcmember but not a " in ipoib_mcast_leave()
H A Dipoib_vlan.c242 ipoib_dbg(ppriv, "delete child vlan %s\n", dev->name); in ipoib_vlan_delete_task()
H A Dipoib.h817 #define ipoib_dbg(priv, format, arg...) \ macro
828 #define ipoib_dbg(priv, format, arg...) \ macro
H A Dipoib_verbs.c279 ipoib_dbg(priv, "Event %d on device %s port %d\n", record->event, in ipoib_event()