Searched refs:ipoib_dbg (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/infiniband/ulp/ipoib/ |
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() 750 ipoib_dbg(priv, "Failed modify QP, IB_QPS_RESET to IB_QPS_ERR, acceptable\n"); in check_qp_movement_and_print() 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() [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() 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() 1182 ipoib_dbg(priv, "Request connection 0x%x for gid %pI6 qpn 0x%x\n", in ipoib_cm_tx_init() 1205 ipoib_dbg(priv, "Destroy active connection 0x%x head 0x%x tail 0x%x\n", in ipoib_cm_tx_destroy() 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() [all …]
|
D | ipoib_main.c | 138 ipoib_dbg(priv, "bringing up interface\n"); in ipoib_open() 171 ipoib_dbg(priv, "parent device %s is not up, so child device may be not functioning.\n", in ipoib_open() 188 ipoib_dbg(priv, "stopping interface\n"); in ipoib_stop() 252 ipoib_dbg(priv, "MTU must be smaller than the underlying " in ipoib_change_mtu() 618 ipoib_dbg(ipoib_priv(dev), "%s\n", __func__); in path_free() 695 ipoib_dbg(priv, "mark path LID 0x%08x GID %pI6 invalid\n", in ipoib_mark_paths_invalid() 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() 801 ipoib_dbg(priv, "created address handle %p for LID 0x%04x, SL %d\n", in path_rec_completion() [all …]
|
D | ipoib_netlink.c | 124 ipoib_dbg(ppriv, "no pkey specified, using parent pkey\n"); in ipoib_new_child_link()
|
D | ipoib_multicast.c | 333 ipoib_dbg(priv, "Keeping carrier off until IB port is active\n"); in ipoib_mcast_carrier_on_task() 566 ipoib_dbg(priv, "ib_query_port() failed\n"); in ipoib_mcast_join_task() 570 ipoib_dbg(priv, "port state is not ACTIVE (state = %d) suspending join task\n", in ipoib_mcast_join_task() 703 ipoib_dbg(priv, "leaving with no mcmember but not a " in ipoib_mcast_leave()
|
D | ipoib_vlan.c | 238 ipoib_dbg(ppriv, "delete child vlan %s\n", dev->name); in ipoib_vlan_delete_task()
|
D | ipoib.h | 813 #define ipoib_dbg(priv, format, arg...) \ macro 824 #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()
|