Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibnetdisc/
H A Dquery_smp.c86 IBND_ERROR("Invalid class for RPC\n"); in send_smp()
92 IBND_ERROR("mad_build_pkt failed; %d\n", rc); in send_smp()
98 IBND_ERROR("send failed; %d\n", rc); in send_smp()
131 IBND_ERROR("OOM\n"); in issue_smp()
175 IBND_ERROR("umad_recv failed: %d\n", rc); in process_one_recv()
184 IBND_ERROR("Failed to find matching smp for trid (%x)\n", trid); in process_one_recv()
193 IBND_ERROR("umad (%s Attr 0x%x:%u) bad status %d; %s\n", in process_one_recv()
200 IBND_ERROR("mad (%s Attr 0x%x:%u) bad status 0x%x\n", in process_one_recv()
220 IBND_ERROR("umad_init failed\n"); in smp_engine_init()
226 IBND_ERROR("can't open UMAD port (%s:%d)\n", ca_name, ca_port); in smp_engine_init()
[all …]
H A Dibnetdisc.c135 IBND_ERROR("add port %d to DR path failed; %s\n", nextport, in extend_dpath()
236 IBND_ERROR("Failed to find 0x%" PRIx64 " port %u\n", in mlnx_ext_port_info_err()
284 IBND_ERROR("Failed to find 0x%" PRIx64 " port %u\n", in recv_mlnx_ext_port_info()
351 IBND_ERROR("Failed to allocate 0x%" PRIx64 " port %u\n", in recv_port_info()
376 IBND_ERROR("Error Occurred when trying" in recv_port_info()
465 IBND_ERROR("OOM: node creation failed\n"); in create_node()
477 IBND_ERROR("OOM: Failed to allocate the ports array\n"); in create_node()
486 IBND_ERROR("Error Occurred when trying" in create_node()
580 IBND_ERROR("Internal Error; " in recv_node_info()
645 IBND_ERROR("Duplicate Node: Node with guid 0x%016" in add_to_nodeguid_hash()
[all …]
H A Dchassis.c516 IBND_ERROR("Unexpected node found: guid 0x%016" PRIx64 "\n", in get_sfb_slot()
556 IBND_ERROR("Unexpected node found: guid 0x%016" PRIx64 "\n", in get_router_slot()
594 IBND_ERROR("Unexpected node found: guid 0x%016" PRIx64 "\n", in get_slb_slot()
713 IBND_ERROR("fill_mellanox_chassis_record: invalid slot number:%d \n",node->ch_slotnum); in fill_mellanox_chassis_record()
855 IBND_ERROR("Internal error\n"); in get_line_index()
873 IBND_ERROR("Internal error\n"); in get_spine_index()
1204 IBND_ERROR("OOM: failed to allocate chassis object\n"); in add_chassis()
H A Dinternal.h48 #define IBND_ERROR(fmt, ...) \ macro