Home
last modified time | relevance | path

Searched refs:RDS_DPRINTF2 (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_cm.c111 RDS_DPRINTF2("rds_handle_cm_req", "Enter"); in rds_handle_cm_req()
117 RDS_DPRINTF2(LABEL, "REQ Received: From: %llx:%llx To: %llx:%llx", in rds_handle_cm_req()
132 RDS_DPRINTF2("rds_handle_cm_req", "ibt_get_ip_data failed: %d", in rds_handle_cm_req()
137 RDS_DPRINTF2("rds_handle_cm_req", in rds_handle_cm_req()
142 RDS_DPRINTF2(LABEL, "Version Mismatch: Local version: %d " in rds_handle_cm_req()
150 RDS_DPRINTF2(LABEL, "Unsupported Address Family: " in rds_handle_cm_req()
157 RDS_DPRINTF2(LABEL, "ARCH does not match (%d != %d)", in rds_handle_cm_req()
164 RDS_DPRINTF2(LABEL, "Unknown Channel type: %d", cmp.cmp_eptype); in rds_handle_cm_req()
170 RDS_DPRINTF2(LABEL, in rds_handle_cm_req()
181 RDS_DPRINTF2("rds_handle_cm_req", "Session Failover, send MRA"); in rds_handle_cm_req()
[all …]
H A Drdsib_ib.c109 RDS_DPRINTF2("RDSIB", "MaxDataSendBuffers + %d is greater " in rdsib_validate_chan_sizes()
124 RDS_DPRINTF2("RDSIB", "MaxDataRecvBuffers is greater than that " in rdsib_validate_chan_sizes()
137 RDS_DPRINTF2("RDSIB", "MaxCtrlSendBuffers is greater than that " in rdsib_validate_chan_sizes()
150 RDS_DPRINTF2("RDSIB", "MaxCtrlRecvBuffers is greater than that " in rdsib_validate_chan_sizes()
162 RDS_DPRINTF2("RDSIB", "MaxRecvMemory is greater than that " in rdsib_validate_chan_sizes()
203 RDS_DPRINTF2("rdsib_init_hca", "enter: HCA 0x%llx", hca_guid); in rdsib_init_hca()
214 RDS_DPRINTF2("rdsib_init_hca", "HCA already initialized"); in rdsib_init_hca()
219 RDS_DPRINTF2("rdsib_init_hca", "New HCA is added"); in rdsib_init_hca()
229 RDS_DPRINTF2("rdsib_init_hca", in rdsib_init_hca()
233 RDS_DPRINTF2("rdsib_init_hca", in rdsib_init_hca()
[all …]
H A Drdsib_ep.c281 RDS_DPRINTF2("rds_add_session", "Enter: SP(%p)", sp); in rds_add_session()
302 RDS_DPRINTF2("rds_add_session", "Return: SP(%p)", sp); in rds_add_session()
384 RDS_DPRINTF2(LABEL, "EP(%p): rds_init_send_pool failed: %d", in rds_ep_init()
392 RDS_DPRINTF2(LABEL, "EP(%p): rds_init_recv_pool failed: %d", in rds_ep_init()
434 RDS_DPRINTF2("rds_ep_reinit", in rds_ep_reinit()
451 RDS_DPRINTF2("rds_session_fini", "Enter: SP(0x%p)", sp); in rds_session_fini()
456 RDS_DPRINTF2("rds_session_fini", "Return: SP(0x%p)", sp); in rds_session_fini()
470 RDS_DPRINTF2("rds_session_init", "Enter: SP(0x%p)", sp); in rds_session_init()
476 RDS_DPRINTF2("rds_session_init", "SGID is on an uninitialized " in rds_session_init()
487 RDS_DPRINTF2(LABEL, "SP(%p): Ctrl EP(%p) initialization " in rds_session_init()
[all …]
H A Drdsib_buf.c122 RDS_DPRINTF2("rds_free_recv_caches", "Caches are empty"); in rds_free_recv_caches()
132 RDS_DPRINTF2("rds_free_recv_caches", "Data Pool has " in rds_free_recv_caches()
150 RDS_DPRINTF2(LABEL, "ibt_deregister_mr " in rds_free_recv_caches()
192 RDS_DPRINTF2("rds_init_recv_caches", "Pools are already " in rds_init_recv_caches()
254 RDS_DPRINTF2(LABEL, "ibt_register_mr failed: %d", ret); in rds_init_recv_caches()
264 RDS_DPRINTF2(LABEL, "ibt_deregister_mr " in rds_init_recv_caches()
345 RDS_DPRINTF2("rds_free_send_pool", in rds_free_send_pool()
353 RDS_DPRINTF2("rds_free_send_pool", "HCA (0x%llx) not found", in rds_free_send_pool()
358 RDS_DPRINTF2(LABEL, in rds_free_send_pool()
366 RDS_DPRINTF2(LABEL, in rds_free_send_pool()
[all …]
H A Drdsib.c258 RDS_DPRINTF2("rdsib_attach", "enter"); in rdsib_attach()
312 RDS_DPRINTF2("rdsib_attach", "return"); in rdsib_attach()
320 RDS_DPRINTF2("rdsib_detach", "enter"); in rdsib_detach()
337 RDS_DPRINTF2("rdsib_detach", "return"); in rdsib_detach()
H A Drdsib_sc.c203 RDS_DPRINTF2("rds_path_down", "Node record not found " in rds_path_down()
218 RDS_DPRINTF2("rds_path_down", "Path record not found " in rds_path_down()
276 RDS_DPRINTF2("rds_sc_path_lookup", "Node record not found " in rds_sc_path_lookup()
358 RDS_DPRINTF2("rds_if_lookup_by_addr", in rds_if_lookup_by_addr()
H A Drdsib_debug.c99 RDS_DPRINTF2("RDS", "rds_debug_buf_size was too small, " in rds_logging_initialization()
H A Drdsddi.c74 #define RDS_DPRINTF2 0 && macro
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_debug.h110 #define RDS_DPRINTF2 rds_dprintf2 macro