Home
last modified time | relevance | path

Searched refs:tp_ibt_svc_hdl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.c119 &tgt->tp_ibt_svc_hdl, NULL); in srpt_stp_start_srp()
121 tgt->tp_ibt_svc_hdl = NULL; in srpt_stp_start_srp()
190 if (tgt->tp_ibt_svc_hdl != NULL) { in srpt_stp_start_srp()
192 tgt->tp_ibt_svc_hdl); in srpt_stp_start_srp()
193 tgt->tp_ibt_svc_hdl = NULL; in srpt_stp_start_srp()
258 if (tgt->tp_ibt_svc_hdl != NULL) { in srpt_stp_stop_srp()
262 if (tgt->tp_ibt_svc_hdl != NULL) { in srpt_stp_stop_srp()
264 tgt->tp_ibt_svc_hdl); in srpt_stp_stop_srp()
269 tgt->tp_ibt_svc_hdl = NULL; in srpt_stp_stop_srp()
H A Dsrpt_ioc.c768 if (tgt->tp_ibt_svc_hdl != NULL) { in srpt_ioc_port_active()
969 if (tgt->tp_ibt_svc_hdl == NULL) { in srpt_ioc_svc_bind()
1013 (void) ibt_unbind_service(tgt->tp_ibt_svc_hdl, in srpt_ioc_svc_bind()
1032 status = ibt_bind_service(tgt->tp_ibt_svc_hdl, new_gid, NULL, in srpt_ioc_svc_bind()
1085 if (tgt->tp_ibt_svc_hdl != NULL && port->hwp_bind_hdl != NULL) { in srpt_ioc_svc_unbind()
1087 ret = ibt_unbind_service(tgt->tp_ibt_svc_hdl, in srpt_ioc_svc_unbind()
H A Dsrpt_impl.h303 ibt_srv_hdl_t tp_ibt_svc_hdl; member