Home
last modified time | relevance | path

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

/illumos-gate/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()
447 SRPT_DPRINTF_L2("ioc_init, HCA already exists"); in srpt_ioc_init()
913 SRPT_DPRINTF_L2( in srpt_ioc_ib_async_hdlr()
944 SRPT_DPRINTF_L2("ioc_ib_async_hdlr, event not " in srpt_ioc_ib_async_hdlr()
1477 SRPT_DPRINTF_L2("vmem_add failed"); in srpt_vmem_alloc()
1546 SRPT_DPRINTF_L2("srpt_vmem_chunk_alloc: " in srpt_vmem_chunk_alloc()
1557 SRPT_DPRINTF_L2("srpt_vmem_chunk_alloc: " in srpt_vmem_chunk_alloc()
[all …]
H A Dsrpt_ch.c172 SRPT_DPRINTF_L2("ch_alloc, SWQE alloc error"); in srpt_ch_alloc()
312 SRPT_DPRINTF_L2("ch_disconnect, called when" in srpt_ch_disconnect()
375 SRPT_DPRINTF_L2("ch_cleanup, target channel no" in srpt_ch_cleanup()
630 SRPT_DPRINTF_L2( in srpt_ch_scq_hdlr()
738 SRPT_DPRINTF_L2( in srpt_ch_rcq_hdlr()
767 SRPT_DPRINTF_L2( in srpt_ch_rcq_hdlr()
775 SRPT_DPRINTF_L2( in srpt_ch_rcq_hdlr()
861 SRPT_DPRINTF_L2("ch_srp_cmd, remote RDMA of" in srpt_ch_srp_cmd()
899 SRPT_DPRINTF_L2("ch_srp_cmd, remote RDMA of" in srpt_ch_srp_cmd()
1110 SRPT_DPRINTF_L2("ch_task_mgmt_abort, err(%d)" in srpt_ch_task_mgmt_abort()
[all …]
H A Dsrpt_stp.c681 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()
1064 SRPT_DPRINTF_L2("stp_ctl, LPORT_ONLINE command," in srpt_stp_ctl()
1114 SRPT_DPRINTF_L2("stp_ctl, LPORT_OFFLINE command," in srpt_stp_ctl()
1154 SRPT_DPRINTF_L2("stp_ctl, LPORT is ONLINE"); in srpt_stp_ctl()
1167 SRPT_DPRINTF_L2("stp_ctl, LPORT is OFFLINE"); in srpt_stp_ctl()
1177 SRPT_DPRINTF_L2("stp_ctl, cmd (%d) not handled", in srpt_stp_ctl()
1265 SRPT_DPRINTF_L2("stp_alloc_session, stmf_alloc" in srpt_stp_alloc_session()
1526 SRPT_DPRINTF_L2("stp_login, terminate" in srpt_stp_login()
1543 SRPT_DPRINTF_L2("stp_login, session allocation" in srpt_stp_login()
[all …]
H A Dsrpt_cm.c85 SRPT_DPRINTF_L2("cm_req_hdlr, IU size expected (>= %d)," in srpt_cm_req_hdlr()
92 SRPT_DPRINTF_L2("cm_req_hdlr, NULL ULP private data pointer"); in srpt_cm_req_hdlr()
97 SRPT_DPRINTF_L2("cm_req_hdlr, return private len too" in srpt_cm_req_hdlr()
103 SRPT_DPRINTF_L2("cm_req_hdlr, NULL ULP return private data" in srpt_cm_req_hdlr()
187 SRPT_DPRINTF_L2("cm_conn_est_hdlr, invalid ch state (%d)", in srpt_cm_conn_est_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.h514 #define SRPT_DPRINTF_L2(...) if (srpt_errlevel >= SRPT_LOG_L2) { \ macro