Searched refs:ipoib_dbg (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ib.c | 75 ipoib_dbg(ipoib_priv(dev), "Created ah %p\n", ah->ah); in ipoib_create_ah() 641 ipoib_dbg(priv, "TX ring full, stopping kernel net queue\n"); in ipoib_send() 836 ipoib_dbg(priv, "All sends and receives done.\n"); in ipoib_ib_dev_stop_default() 939 ipoib_dbg(priv, "PKEY is not assigned.\n"); in ipoib_ib_dev_up() 952 ipoib_dbg(priv, "downing ib_dev\n"); in ipoib_ib_dev_down() 1023 ipoib_dbg(priv, "pkey changed from 0x%x to 0x%x\n", in update_parent_pkey() 1174 ipoib_dbg(priv, "Not flushing - IPOIB_FLAG_INITIALIZED not set.\n"); in __ipoib_ib_dev_flush() 1187 ipoib_dbg(priv, "Not flushing - IPOIB_FLAG_ADMIN_UP not set.\n"); in __ipoib_ib_dev_flush() 1199 ipoib_dbg(priv, "Not flushing - P_Key index not changed.\n"); in __ipoib_ib_dev_flush() 1207 ipoib_dbg(priv, "Not flushing - P_Key value not changed.\n"); in __ipoib_ib_dev_flush() [all …]
|
H A 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() 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 D | ipoib_main.c | 138 ipoib_dbg(priv, "bringing up interface\n"); in ipoib_open() 188 ipoib_dbg(priv, "stopping interface\n"); in ipoib_stop() 618 ipoib_dbg(ipoib_priv(dev), "%s\n", __func__); in path_free() 758 ipoib_dbg(priv, "PathRec LID 0x%04x for GID %pI6\n", in path_rec_completion() 762 ipoib_dbg(priv, "PathRec status %d for GID %pI6\n", in path_rec_completion() 787 ipoib_dbg( in path_rec_completion() 904 ipoib_dbg(priv, "Start path record lookup for %pI6\n", in path_rec_start() 1083 ipoib_dbg(priv, "Send unicast ARP to %08x\n", in unicast_arp_send() 1235 ipoib_dbg(priv, "IPOIB_FLAG_OPER_UP not set"); in ipoib_set_mcast_list() 1461 ipoib_dbg(ipoib_priv(dev), in ipoib_neigh_dtor() [all …]
|
H A D | ipoib_netlink.c | 124 ipoib_dbg(ppriv, "no pkey specified, using parent pkey\n"); in ipoib_new_child_link()
|
H A D | ipoib_multicast.c | 333 ipoib_dbg(priv, "Keeping carrier off until IB port is active\n"); in ipoib_mcast_carrier_on_task() 563 ipoib_dbg(priv, "ib_query_port() failed\n"); in ipoib_mcast_join_task() 567 ipoib_dbg(priv, "port state is not ACTIVE (state = %d) suspending join task\n", in ipoib_mcast_join_task() 700 ipoib_dbg(priv, "leaving with no mcmember but not a " in ipoib_mcast_leave()
|
H A D | ipoib_vlan.c | 242 ipoib_dbg(ppriv, "delete child vlan %s\n", dev->name); in ipoib_vlan_delete_task()
|
H A D | ipoib.h | 813 #define ipoib_dbg(priv, format, arg...) \ macro 824 #define ipoib_dbg(priv, format, arg...) \ macro
|
H A D | ipoib_verbs.c | 279 ipoib_dbg(priv, "Event %d on device %s port %d\n", record->event, in ipoib_event()
|