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

/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_cm.c133 min(tgt->tp_ioc->ioc_attr.hca_max_rdma_out_chan,
136 min(tgt->tp_ioc->ioc_attr.hca_max_rdma_in_chan,
143 tgt->tp_ioc->ioc_attr.hca_max_rdma_in_chan,
144 tgt->tp_ioc->ioc_attr.hca_max_rdma_out_chan,
H A Dsrpt_stp.c108 if (tgt->tp_ioc == NULL) {
113 ioc = tgt->tp_ioc;
217 if (tgt->tp_ioc == NULL) {
221 ioc = tgt->tp_ioc;
339 tgt->tp_ioc = ioc;
345 temp = h2b64(tgt->tp_ioc->ioc_guid);
470 guid = tgt->tp_ioc->ioc_guid;
1049 ASSERT(tgt->tp_ioc != NULL);
1410 ioc = tgt->tp_ioc;
H A Dsrpt_impl.h265 struct srpt_ioc_s *tp_ioc; member in struct:srpt_target_port_s
H A Dsrpt_ioc.c966 ASSERT(tgt->tp_ioc != NULL);
967 ioc = tgt->tp_ioc;
H A Dsrpt_ch.c79 ioc = tgt->tp_ioc;

Completed in 113 milliseconds