Home
last modified time | relevance | path

Searched refs:tp_ioc (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_cm.c137 min(tgt->tp_ioc->ioc_attr.hca_max_rdma_out_chan, in srpt_cm_req_hdlr()
140 min(tgt->tp_ioc->ioc_attr.hca_max_rdma_in_chan, in srpt_cm_req_hdlr()
147 tgt->tp_ioc->ioc_attr.hca_max_rdma_in_chan, in srpt_cm_req_hdlr()
148 tgt->tp_ioc->ioc_attr.hca_max_rdma_out_chan, in srpt_cm_req_hdlr()
H A Dsrpt_stp.c108 if (tgt->tp_ioc == NULL) { in srpt_stp_start_srp()
113 ioc = tgt->tp_ioc; in srpt_stp_start_srp()
217 if (tgt->tp_ioc == NULL) { in srpt_stp_stop_srp()
221 ioc = tgt->tp_ioc; in srpt_stp_stop_srp()
339 tgt->tp_ioc = ioc; in srpt_stp_alloc_port()
345 temp = h2b64(tgt->tp_ioc->ioc_guid); in srpt_stp_alloc_port()
470 guid = tgt->tp_ioc->ioc_guid; in srpt_stp_destroy_port()
1049 ASSERT(tgt->tp_ioc != NULL); in srpt_stp_ctl()
1410 ioc = tgt->tp_ioc; in srpt_stp_login()
H A Dsrpt_impl.h269 struct srpt_ioc_s *tp_ioc; member
H A Dsrpt_ioc.c966 ASSERT(tgt->tp_ioc != NULL); in srpt_ioc_svc_bind()
967 ioc = tgt->tp_ioc; in srpt_ioc_svc_bind()
H A Dsrpt_ch.c79 ioc = tgt->tp_ioc; in srpt_ch_alloc()