Home
last modified time | relevance | path

Searched refs:IBND_DEBUG (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/libibnetdisc/
H A Dibnetdisc_cache.c160 IBND_DEBUG("read: %s\n", strerror(errno)); in ibnd_read()
170 IBND_DEBUG("read: read short\n"); in ibnd_read()
237 IBND_DEBUG("invalid fabric cache file\n"); in _load_header_info()
244 IBND_DEBUG("invalid fabric cache version\n"); in _load_header_info()
321 IBND_DEBUG("OOM: node_cache\n"); in _load_node()
328 IBND_DEBUG("OOM: node\n"); in _load_node()
371 IBND_DEBUG("OOM: node_cache port_cache_keys\n"); in _load_node()
422 IBND_DEBUG("OOM: port_cache\n"); in _load_port()
429 IBND_DEBUG("OOM: port\n"); in _load_port()
503 IBND_DEBUG("Cache invalid: cannot find port\n"); in _fill_port()
[all …]
H A Dibnetdisc.c185 IBND_DEBUG in debug_port()
324 IBND_DEBUG("Query MLNX Extended Port Info; %s (0x%" PRIx64 "):%d\n", in query_mlnx_ext_port_info()
453 IBND_DEBUG("Query Port Info; %s (0x%" PRIx64 "):%d\n", in query_port_info()
502 IBND_DEBUG("linking: 0x%" PRIx64 " %p->%p:%u and 0x%" PRIx64 in link_ports()
555 IBND_DEBUG("Found %s node GUID 0x%" PRIx64 " (%s)\n", in recv_node_info()
609 IBND_DEBUG("Query Node Info; %s\n", portid2str(portid)); in query_node_info()
620 IBND_DEBUG("fabric parameter NULL\n"); in ibnd_find_node_guid()
804 IBND_DEBUG("from %s\n", portid2str(from)); in ibnd_discover_fabric()
867 IBND_DEBUG("fabric parameter NULL\n"); in ibnd_iter_nodes()
872 IBND_DEBUG("func parameter NULL\n"); in ibnd_iter_nodes()
[all …]
H A Dchassis.c68 IBND_DEBUG("node parameter NULL\n"); in ibnd_get_chassis_type()
104 IBND_DEBUG("node parameter NULL\n"); in ibnd_get_chassis_slot_str()
258 IBND_DEBUG("fabric parameter NULL\n"); in ibnd_get_chassis_guid()
630 IBND_DEBUG("fill_mellanox_chassis_record: node_desc:%s \n",node_desc); in fill_mellanox_chassis_record()
644 IBND_DEBUG("fill_mellanox_chassis_record: Unsupported node description format:%s \n",node_desc); in fill_mellanox_chassis_record()
652IBND_DEBUG("fill_mellanox_chassis_record: Unsupported node description format:%s - (get system_nam… in fill_mellanox_chassis_record()
661IBND_DEBUG("fill_mellanox_chassis_record: Unsupported node description format:%s - (get system_typ… in fill_mellanox_chassis_record()
670IBND_DEBUG("fill_mellanox_chassis_record: Unsupported node description format:%s - (get system_slo… in fill_mellanox_chassis_record()
678IBND_DEBUG("fill_mellanox_chassis_record: Unsupported node description format:%s - (get board type… in fill_mellanox_chassis_record()
686IBND_DEBUG("fill_mellanox_chassis_record: Unsupported node description format:%s - (get node index… in fill_mellanox_chassis_record()
[all …]
H A Dinternal.h44 #define IBND_DEBUG(fmt, ...) \ macro