Home
last modified time | relevance | path

Searched refs:NTB_LOG (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/raw/ntb/
H A Dntb_hw_intel.c73 NTB_LOG(INFO, "DSD, Downstream Device."); in intel_ntb3_check_ppd()
76 NTB_LOG(INFO, "USD, Upstream device."); in intel_ntb3_check_ppd()
82 NTB_LOG(ERR, "Do not support split bar."); in intel_ntb3_check_ppd()
108 NTB_LOG(INFO, "DSD, Downstream Device."); in intel_ntb4_check_ppd()
111 NTB_LOG(INFO, "USD, Upstream device."); in intel_ntb4_check_ppd()
126 NTB_LOG(ERR, "Invalid device."); in intel_ntb_dev_init()
172 NTB_LOG(ERR, "Invalid device."); in intel_ntb_get_peer_mw_addr()
198 NTB_LOG(ERR, "Invalid device."); in intel_ntb_mw_set_trans()
277 NTB_LOG(ERR, "Invalid device."); in intel_ntb_get_link_status()
519 NTB_LOG(ERR, "Invalid doorbell."); in intel_ntb_peer_db_set()
[all …]
H A Dntb.c66 NTB_LOG(ERR, "Failed to clean mw."); in ntb_link_cleanup()
162 NTB_LOG(ERR, "No doorbells"); in ntb_dev_intr_handler()
294 NTB_LOG(ERR, "Pointer to rxq is NULL"); in ntb_rxq_release()
379 NTB_LOG(ERR, "Pointer to txq is NULL"); in ntb_txq_release()
624 NTB_LOG(DEBUG, "Link is not up."); in ntb_enqueue_bufs()
664 NTB_LOG(ERR, "Null remap addr."); in ntb_enqueue_bufs()
734 NTB_LOG(DEBUG, "Link is not up"); in ntb_dequeue_bufs()
1105 NTB_LOG(ERR, "Attribute not found."); in ntb_attr_set()
1185 NTB_LOG(ERR, "Attribute not found."); in ntb_attr_get()
1441 NTB_LOG(ERR, "Invalid pci_dev."); in ntb_create()
[all …]
H A Dntb.h12 #define NTB_LOG(level, fmt, args...) \ macro