Searched refs:ISER_LOG (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_cm.c68 ISER_LOG(CE_NOTE, "iser_ib_cm_handler: IBT_CM_EVENT_REQ_RCV");
74 ISER_LOG(CE_NOTE, "iser_ib_cm_handler: IBT_CM_EVENT_REP_RCV");
80 ISER_LOG(CE_NOTE, "iser_ib_cm_handler: IBT_CM_EVENT_CONN_EST");
85 ISER_LOG(CE_NOTE, "iser_ib_cm_handler: "
91 ISER_LOG(CE_NOTE, "iser_ib_cm_handler: Event failure");
97 ISER_LOG(CE_NOTE, "iser_ib_cm_handler: MRA message received");
102 ISER_LOG(CE_NOTE, "iser_ib_cm_handler: LAP message received");
107 ISER_LOG(CE_NOTE, "iser_ib_cm_handler: APR message received");
111 ISER_LOG(CE_NOTE, "iser_ib_cm_handler: unknown event (0x%x)",
146 ISER_LOG(CE_NOT
[all...]
H A Diser.c164 ISER_LOG(CE_CONT, "iser_attach: DDI_ATTACH");
179 ISER_LOG(CE_CONT, "%s%d: failed to create taskq",
190 ISER_LOG(CE_CONT, "%s%d: failed to initialize IB",
202 ISER_LOG(CE_CONT, "%s%d: failed ddi_create_minor_node",
212 ISER_LOG(CE_CONT, "iser_detach: DDI_RESUME unsupported");
216 ISER_LOG(CE_CONT, "%s%d: unknown cmd in attach (0x%x)", "iser",
238 ISER_LOG(CE_CONT, "iser_detach: DDI_DETACH");
241 ISER_LOG(CE_CONT, "iser_ib_fini failed");
254 ISER_LOG(CE_CONT, "iser_detach: DDI_SUSPEND unsupported");
258 ISER_LOG(CE_CON
[all...]
H A Diser_ib.c103 ISER_LOG(CE_NOTE, "iser_ib_init: ibt_attach failed (0x%x)",
120 ISER_LOG(CE_NOTE, "iser_ib_init: failed to initialize HCAs");
241 ISER_LOG(CE_NOTE,
254 ISER_LOG(CE_NOTE, "iser_ib_bind_service: Service available on "
258 ISER_LOG(CE_NOTE, "iser_ib_bind_service: Could not bind "
266 ISER_LOG(CE_NOTE, "iser_ib_bind_service: Did not bind service");
335 ISER_LOG(CE_NOTE, "ibt_get_ip_paths: ibt_get_ip_paths "
341 ISER_LOG(CE_NOTE, "iser_ib_get_paths success: IP[%x to %x]",
344 ISER_LOG(CE_NOTE, "iser_ib_get_paths success: "
367 ISER_LOG(CE_NOT
[all...]
H A Diser_xfer.c55 ISER_LOG(CE_NOTE, "iser_xfer_hello_msg: no hca handle found");
62 ISER_LOG(CE_NOTE, "iser_xfer_hello_msg: iser message cache "
81 ISER_LOG(CE_NOTE, "iser_xfer_hello_msg: unable to allocate "
110 ISER_LOG(CE_NOTE, "iser_xfer_hello_msg: ibt_post_send "
120 ISER_LOG(CE_NOTE, "Posting iSER Hello message: chan (0x%p): "
141 ISER_LOG(CE_NOTE, "iser_xfer_helloreply_msg: no hca handle "
149 ISER_LOG(CE_NOTE, "iser_xfer_helloreply_msg: iser message "
169 ISER_LOG(CE_NOTE, "iser_xfer_helloreply_msg: unable to "
195 ISER_LOG(CE_NOTE, "iser_xfer_helloreply_msg: ibt_post_send "
204 ISER_LOG(CE_NOT
[all...]
H A Diser_cq.c70 ISER_LOG(CE_NOTE, "iser_ib_sendcq_handler: "
106 ISER_LOG(CE_NOTE, "iser_ib_sendcq_handler: ibt_poll_cq "
333 ISER_LOG(CE_NOTE, "iser_ib_recvcq_handler: "
365 ISER_LOG(CE_NOTE, "iser_ib_poll_recv_completions: "
401 ISER_LOG(CE_NOTE, "iser_ib_poll_recv_completions: "
473 ISER_LOG(CE_NOTE, "iser_msg_handle: failed "
493 ISER_LOG(CE_NOTE, "received Hello message: opcode[%d], "
540 ISER_LOG(CE_NOTE, "received Hello Reply message: opcode[%d], "
559 ISER_LOG(CE_NOTE, "iser_msg_handle: unsupported opcode (0x%x): "
606 ISER_LOG(CE_NOT
[all...]
H A Diser_resource.c148 ISER_LOG(CE_NOTE, "iser_msg_cache_constructor: "
157 ISER_LOG(CE_NOTE, "iser_msg_cache_constructor: "
208 ISER_LOG(CE_NOTE, "iser_msg_get: alloc failed, "
253 ISER_LOG(CE_NOTE, "iser_buf_cache_constructor: "
318 ISER_LOG(CE_NOTE, "iser_reg_rdma_mem: failed to register "
506 ISER_LOG(CE_NOTE, "iser_vmem_chunk_alloc: "
511 ISER_LOG(CE_NOTE, "iser_vmem_chunk_alloc: "
520 ISER_LOG(CE_NOTE, "iser_vmem_chunk_alloc: "
555 ISER_LOG(CE_NOTE, "iser_reg_mem: failed to allocate "
571 ISER_LOG(CE_NOT
[all...]
H A Diser_idm.c138 ISER_LOG(CE_WARN, "Failed to register iSER transport with IDM");
142 ISER_LOG(CE_NOTE, "Registered iSER transport with IDM");
164 ISER_LOG(CE_WARN, "iser: failed to allocate channel");
265 ISER_LOG(CE_WARN, "iser: failed to open channel");
339 ISER_LOG(CE_NOTE, "iser_tgt_svc_create: iser_register_service "
408 ISER_LOG(CE_NOTE, "iser_tgt_svc_online: failed bind service");
953 ISER_LOG(CE_WARN, "iser_pdu_tx: failed iser_xfer_ctrlpdu: "
985 ISER_LOG(CE_WARN, "iser_buf_tx_to_ini: failed "
1019 ISER_LOG(CE_WARN, "iser_buf_rx_from_ini: failed "
1065 ISER_LOG(CE_NOT
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/
H A Diser.h54 #define ISER_LOG if (iser_logging) cmn_err macro

Completed in 72 milliseconds