Searched refs:ipoib_dbg (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 76 ipoib_dbg(netdev_priv(dev), "Created ah %p\n", ah->ah); in ipoib_create_ah() 605 ipoib_dbg(priv, "TX ring full, stopping kernel net queue\n"); in ipoib_send() 757 ipoib_dbg(priv, "PKEY is not assigned.\n"); in ipoib_ib_dev_up() 770 ipoib_dbg(priv, "downing ib_dev\n"); in ipoib_ib_dev_down() 897 ipoib_dbg(priv, "All sends and receives done.\n"); in ipoib_ib_dev_stop() 958 ipoib_dbg(priv, "pkey changed from 0x%x to 0x%x\n", in update_parent_pkey() 1007 ipoib_dbg(priv, "Not flushing - IPOIB_FLAG_INITIALIZED not set.\n"); in __ipoib_ib_dev_flush() 1019 ipoib_dbg(priv, "Not flushing - IPOIB_FLAG_ADMIN_UP not set.\n"); in __ipoib_ib_dev_flush() 1031 ipoib_dbg(priv, "Not flushing - P_Key index not changed.\n"); in __ipoib_ib_dev_flush() 1039 ipoib_dbg(priv, "Not flushing - P_Key value not changed.\n"); in __ipoib_ib_dev_flush() [all …]
|
D | ipoib_cm.c | 448 ipoib_dbg(priv, "REQ arrived\n"); in ipoib_cm_req_handler() 595 ipoib_dbg(priv, "cm recv error " in ipoib_cm_handle_rx_wc() 651 ipoib_dbg(priv, "failed to allocate receive buffer %d\n", wr_id); in ipoib_cm_handle_rx_wc() 762 ipoib_dbg(priv, "TX ring 0x%x full, stopping kernel net queue\n", in ipoib_cm_send() 814 ipoib_dbg(priv, "failed cm send event " in ipoib_cm_handle_tx_wc() 1152 ipoib_dbg(priv, "Request connection 0x%x for gid %pI6 qpn 0x%x\n", in ipoib_cm_tx_init() 1176 ipoib_dbg(priv, "Destroy active connection 0x%x head 0x%x tail 0x%x\n", in ipoib_cm_tx_destroy() 1231 ipoib_dbg(priv, "DREQ received.\n"); in ipoib_cm_tx_handler() 1235 ipoib_dbg(priv, "REP received.\n"); in ipoib_cm_tx_handler() 1244 ipoib_dbg(priv, "CM error %d.\n", event->event); in ipoib_cm_tx_handler() [all …]
|
D | ipoib_main.c | 105 ipoib_dbg(priv, "bringing up interface\n"); in ipoib_open() 154 ipoib_dbg(priv, "stopping interface\n"); in ipoib_stop() 317 ipoib_dbg(netdev_priv(dev), "path_free\n"); in path_free() 394 ipoib_dbg(priv, "mark path LID 0x%04x GID %pI6 invalid\n", in ipoib_mark_paths_invalid() 448 ipoib_dbg(priv, "PathRec LID 0x%04x for GID %pI6\n", in path_rec_completion() 451 ipoib_dbg(priv, "PathRec status %d for GID %pI6\n", in path_rec_completion() 471 ipoib_dbg(priv, "created address handle %p for LID 0x%04x, SL %d\n", in path_rec_completion() 560 ipoib_dbg(priv, "Start path record lookup for %pI6\n", in path_rec_start() 705 ipoib_dbg(priv, "Send unicast ARP to %04x\n", in unicast_arp_send() 845 ipoib_dbg(priv, "IPOIB_FLAG_OPER_UP not set"); in ipoib_set_mcast_list() [all …]
|
D | ipoib_netlink.c | 118 ipoib_dbg(ppriv, "no pkey specified, using parent pkey\n"); in ipoib_new_child_link()
|
D | ipoib.h | 748 #define ipoib_dbg(priv, format, arg...) \ macro 759 #define ipoib_dbg(priv, format, arg...) \ macro
|
D | ipoib_multicast.c | 332 ipoib_dbg(priv, "Keeping carrier off until IB port is active\n"); in ipoib_mcast_carrier_on_task() 527 ipoib_dbg(priv, "port state is not ACTIVE (state = %d) suspending join task\n", in ipoib_mcast_join_task() 675 ipoib_dbg(priv, "leaving with no mcmember but not a " in ipoib_mcast_leave()
|
D | ipoib_verbs.c | 305 ipoib_dbg(priv, "Event %d on device %s port %d\n", record->event, in ipoib_event()
|