Home
last modified time | relevance | path

Searched refs:SRPT_DPRINTF_L2 (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c170 SRPT_DPRINTF_L2("ioc_attach, no HCA found"); in srpt_ioc_attach()
175 SRPT_DPRINTF_L2("ioc_attach, attaching HCA %016llx", in srpt_ioc_attach()
204 SRPT_DPRINTF_L2( in srpt_ioc_attach_hca()
212 SRPT_DPRINTF_L2("ioc_attach_hca, adding I/O" in srpt_ioc_attach_hca()
246 SRPT_DPRINTF_L2("ioc_attach_hca, I/O Controller ibt HCA hdl (%p)", in srpt_ioc_attach_hca()
303 SRPT_DPRINTF_L2("ioc_update, no configuration data"); in srpt_ioc_update()
311 SRPT_DPRINTF_L2("ioc_update, did not find an nvlist"); in srpt_ioc_update()
317 SRPT_DPRINTF_L2("ioc_update, did not find a guid"); in srpt_ioc_update()
325 SRPT_DPRINTF_L2("ioc_update, enabling guid %016llx", in srpt_ioc_update()
329 SRPT_DPRINTF_L2("ioc_update, disabling guid %016llx", in srpt_ioc_update()
[all …]
H A Dsrpt_ch.c113 SRPT_DPRINTF_L2("ch_alloc, receive CQ alloc error (%d)", in srpt_ch_alloc()
157 SRPT_DPRINTF_L2("ch_alloc, IBT channel alloc error (%d)", in srpt_ch_alloc()
168 SRPT_DPRINTF_L2("ch_alloc, number of SWQEs = %u", ch->ch_num_swqe); in srpt_ch_alloc()
172 SRPT_DPRINTF_L2("ch_alloc, SWQE alloc error"); in srpt_ch_alloc()
312 SRPT_DPRINTF_L2("ch_disconnect, called when" in srpt_ch_disconnect()
330 SRPT_DPRINTF_L2("ch_disconnect, close RC channel" in srpt_ch_disconnect()
375 SRPT_DPRINTF_L2("ch_cleanup, target channel no" in srpt_ch_cleanup()
471 SRPT_DPRINTF_L2("ch_rsp_comp, WC status err(%d)", in srpt_ch_rsp_comp()
543 SRPT_DPRINTF_L2("ch_data_comp, WC status err(%d)", in srpt_ch_data_comp()
630 SRPT_DPRINTF_L2( in srpt_ch_scq_hdlr()
[all …]
H A Dsrpt_stp.c115 SRPT_DPRINTF_L2("stp_start_srp, register SRP service for" in srpt_stp_start_srp()
143 SRPT_DPRINTF_L2("start_srp, no ports active for svc_id %016llx", in srpt_stp_start_srp()
212 SRPT_DPRINTF_L2("stp_stop_srp, NULL SCSI Target Port" in srpt_stp_stop_srp()
218 SRPT_DPRINTF_L2("stp_stop_srp, bad Target, IOC NULL"); in srpt_stp_stop_srp()
256 SRPT_DPRINTF_L2("stp_stop_srp, unbind and de-register service" in srpt_stp_stop_srp()
473 SRPT_DPRINTF_L2("stp_destroy_port: unbind and de-register" in srpt_stp_destroy_port()
574 SRPT_DPRINTF_L2("stp_xfer_data, overflow of remote buffer"); in srpt_stp_xfer_data()
681 SRPT_DPRINTF_L2("stp_xfer_data, post RDMA" in srpt_stp_xfer_data()
748 SRPT_DPRINTF_L2("stp_send_mgmt_response, post " in srpt_stp_send_mgmt_response()
818 SRPT_DPRINTF_L2("stp_send_response, post response err(%d)", in srpt_stp_send_response()
[all …]
H A Dsrpt_cm.c81 SRPT_DPRINTF_L2("cm_req_hdlr, IU size expected (>= %d)," in srpt_cm_req_hdlr()
88 SRPT_DPRINTF_L2("cm_req_hdlr, NULL ULP private data pointer"); in srpt_cm_req_hdlr()
93 SRPT_DPRINTF_L2("cm_req_hdlr, return private len too" in srpt_cm_req_hdlr()
99 SRPT_DPRINTF_L2("cm_req_hdlr, NULL ULP return private data" in srpt_cm_req_hdlr()
183 SRPT_DPRINTF_L2("cm_conn_est_hdlr, invalid ch state (%d)", in srpt_cm_conn_est_hdlr()
251 SRPT_DPRINTF_L2("cm_conn_closed_hdlr, NULL channel"); in srpt_cm_conn_closed_hdlr()
256 SRPT_DPRINTF_L2("cm_conn_closed_hdlr, unknown close type (%d)", in srpt_cm_conn_closed_hdlr()
H A Dsrpt_mod.c346 SRPT_DPRINTF_L2("enable_srp: no IB I/O Controllers found"); in srpt_enable_srp_services()
559 SRPT_DPRINTF_L2("srpt_pp_cb, invoked (%d)", cmd); in srpt_pp_cb()
576 SRPT_DPRINTF_L2( in srpt_pp_cb()
582 SRPT_DPRINTF_L2( in srpt_pp_cb()
606 SRPT_DPRINTF_L2( in srpt_pp_cb()
612 SRPT_DPRINTF_L2( in srpt_pp_cb()
H A Dsrpt_impl.h510 #define SRPT_DPRINTF_L2(...) if (srpt_errlevel >= SRPT_LOG_L2) { \ macro