Searched refs:SRPT_DPRINTF_L3 (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_cm.c | 123 SRPT_DPRINTF_L3("cm_req_hdlr, rsp priv len(%d)" in srpt_cm_req_hdlr() 140 SRPT_DPRINTF_L3("cm_req_hdlr, hca_max_rdma_in_chan (%d)" in srpt_cm_req_hdlr() 177 SRPT_DPRINTF_L3("cm_conn_est_hdlr, invoked for ch(%p)", in srpt_cm_conn_est_hdlr() 213 SRPT_DPRINTF_L3("cm_conn_closed_hdlr, invoked for chan_hdl(%p)," in srpt_cm_conn_closed_hdlr() 230 SRPT_DPRINTF_L3("cm_conn_closed_hdlr, local close call-back"); in srpt_cm_conn_closed_hdlr() 245 SRPT_DPRINTF_L3("cm_conn_closed_hdlr, remote close," in srpt_cm_conn_closed_hdlr() 278 SRPT_DPRINTF_L3("cm_failure_hdlr, chan_hdl: 0x%p, code: %d" in srpt_cm_failure_hdlr() 303 SRPT_DPRINTF_L3("cm_hdlr, REQ received"); in srpt_cm_hdlr() 309 SRPT_DPRINTF_L3("cm_hdlr, REP received"); in srpt_cm_hdlr() 313 SRPT_DPRINTF_L3("cm_hdlr, MRA received"); in srpt_cm_hdlr() [all …]
|
H A D | srpt_stp.c | 156 SRPT_DPRINTF_L3("start_srp, update I/O Controller profile (%016llx)", in srpt_stp_start_srp() 230 SRPT_DPRINTF_L3("stp_stop_srp, update I/O Controller" in srpt_stp_stop_srp() 235 SRPT_DPRINTF_L3("stp_stop_srp, no services active" in srpt_stp_stop_srp() 280 SRPT_DPRINTF_L3("stp_stop_srp, disconnect ch(%p)", in srpt_stp_stop_srp() 313 SRPT_DPRINTF_L3("stp_alloc_port, allocate STMF local port"); in srpt_stp_alloc_port() 372 SRPT_DPRINTF_L3("stp_alloc_port, register STMF LPORT"); in srpt_stp_alloc_port() 377 SRPT_DPRINTF_L3("stp_alloc_port, LPORT successfully" in srpt_stp_alloc_port() 387 SRPT_DPRINTF_L3("stp_alloc_port, delaying"); in srpt_stp_alloc_port() 394 SRPT_DPRINTF_L3("stp_alloc_port, free STMF local port"); in srpt_stp_alloc_port() 432 SRPT_DPRINTF_L3("stp_free_port, free STMF local port"); in srpt_stp_free_port() [all …]
|
H A D | srpt_mod.c | 312 SRPT_DPRINTF_L3("srpt_enable_srp_services"); in srpt_enable_srp_services() 469 SRPT_DPRINTF_L3("drv_open, invoked"); in srpt_drv_open() 480 SRPT_DPRINTF_L3("drv_close, invoked"); in srpt_drv_close() 494 SRPT_DPRINTF_L3("drv_ioctl, invoked, cmd = %d", cmd); in srpt_drv_ioctl()
|
H A D | srpt_ch.c | 256 SRPT_DPRINTF_L3("ch_release_ref - release resources"); in srpt_ch_release_ref() 258 SRPT_DPRINTF_L3("ch_release_ref - free channel"); in srpt_ch_release_ref() 302 SRPT_DPRINTF_L3("ch_disconnect, invoked for ch (%p)", in srpt_ch_disconnect() 348 SRPT_DPRINTF_L3("ch_cleanup, invoked for ch(%p), state(%d)", in srpt_ch_cleanup() 1036 SRPT_DPRINTF_L3("ch_srp_cmd, new task (%p) posted", in srpt_ch_srp_cmd() 1097 SRPT_DPRINTF_L3("ch_task_mgmt_abort, task found"); in srpt_ch_task_mgmt_abort() 1127 SRPT_DPRINTF_L3("ch_srp_task_mgmt, SRP TASK MGMT func(%d)", in srpt_ch_srp_task_mgmt() 1251 SRPT_DPRINTF_L3("ch_srp_task_mgmt, new mgmt task(%p) posted", in srpt_ch_srp_task_mgmt() 1302 SRPT_DPRINTF_L3("ch_process_iu, SRP INITIATOR LOGOUT"); in srpt_ch_process_iu()
|
H A D | srpt_impl.h | 514 #define SRPT_DPRINTF_L3(...) if (srpt_errlevel >= SRPT_LOG_L3) { \ macro 521 #define SRPT_DPRINTF_L3 0 && macro
|
H A D | srpt_ioc.c | 181 SRPT_DPRINTF_L3("ioc_attach, added %d I/O Controller(s)", in srpt_ioc_attach() 275 SRPT_DPRINTF_L3("check_hca_cfg, found guid %s", buf); in srpt_check_hca_cfg_enabled() 279 SRPT_DPRINTF_L3("check_hca_cfg, did not find guid %s", in srpt_check_hca_cfg_enabled() 485 SRPT_DPRINTF_L3("ioc_init, Using shared receive queues, max srq work" in srpt_ioc_init() 738 SRPT_DPRINTF_L3("ioc_port_active event handler, invoked"); in srpt_ioc_port_active() 819 SRPT_DPRINTF_L3("ioc_port_down event handler, invoked"); in srpt_ioc_port_down() 938 SRPT_DPRINTF_L3( in srpt_ioc_ib_async_hdlr()
|