Searched refs:srpt_target_port_t (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.h41 int srpt_stp_start_srp(srpt_target_port_t *tgt);
42 void srpt_stp_stop_srp(srpt_target_port_t *tgt);
43 srpt_target_port_t *srpt_stp_alloc_port(srpt_ioc_t *ioc, ib_guid_t guid);
44 stmf_status_t srpt_stp_free_port(srpt_target_port_t *tgt);
45 stmf_status_t srpt_stp_destroy_port(srpt_target_port_t *tgt);
47 srpt_session_t *srpt_stp_alloc_session(srpt_target_port_t *tgt,
52 srpt_channel_t *srpt_stp_login(srpt_target_port_t *tgt,
H A Dsrpt_ioc.h45 ibt_status_t srpt_ioc_svc_bind(srpt_target_port_t *tgt, uint_t portnum);
46 void srpt_ioc_svc_unbind(srpt_target_port_t *tgt, uint_t portnum);
47 void srpt_ioc_svc_unbind_all(srpt_target_port_t *tgt);
H A Dsrpt_ch.h42 srpt_channel_t *srpt_ch_alloc(srpt_target_port_t *tgt, uint8_t port);
H A Dsrpt_cm.c64 srpt_cm_req_hdlr(srpt_target_port_t *tgt, ibt_cm_event_t *event,
167 srpt_cm_conn_est_hdlr(srpt_target_port_t *tgt, ibt_cm_event_t *event)
202 srpt_cm_conn_closed_hdlr(srpt_target_port_t *tgt, ibt_cm_event_t *event)
304 status = srpt_cm_req_hdlr((srpt_target_port_t *)cm_private,
319 (srpt_target_port_t *)cm_private, event);
325 (srpt_target_port_t *)cm_private, event);
H A Dsrpt_impl.h314 } srpt_target_port_t; typedef in typeref:struct:srpt_target_port_s
336 srpt_target_port_t *ioc_tgt_port;
H A Dsrpt_stp.c96 srpt_stp_start_srp(srpt_target_port_t *tgt)
204 srpt_stp_stop_srp(srpt_target_port_t *tgt)
300 srpt_target_port_t *
304 srpt_target_port_t *tgt;
415 srpt_stp_free_port(srpt_target_port_t *tgt)
451 srpt_stp_destroy_port(srpt_target_port_t *tgt)
1042 srpt_target_port_t *tgt;
1245 srpt_stp_alloc_session(srpt_target_port_t *tgt,
1334 srpt_target_port_t *tgt;
1364 srpt_stp_login(srpt_target_port_t *tg
[all...]
H A Dsrpt_ioc.c382 srpt_target_port_t *tgt;
732 srpt_target_port_t *tgt = NULL;
813 srpt_target_port_t *tgt;
954 srpt_ioc_svc_bind(srpt_target_port_t *tgt, uint_t portnum)
1060 srpt_ioc_svc_unbind(srpt_target_port_t *tgt, uint_t portnum)
1105 srpt_ioc_svc_unbind_all(srpt_target_port_t *tgt)
H A Dsrpt_mod.c414 srpt_target_port_t *tgt;
H A Dsrpt_ch.c69 srpt_ch_alloc(srpt_target_port_t *tgt, uint8_t port)
344 srpt_target_port_t *tgt;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/srpt/
H A Dsrpt.c97 * srpt_target_port_t
110 wsp->walk_data = mdb_alloc(sizeof (srpt_target_port_t), UM_SLEEP);
132 mdb_free(wsp->walk_data, sizeof (srpt_target_port_t));
143 * Input should be a srpt_target_port_t, read it to get the
147 mdb_warn("<srpt_target_port_t addr>::walk srpt_channel\n");
151 wsp->walk_addr += offsetof(srpt_target_port_t, tp_ch_list);
168 * Input should be a srpt_target_port_t, read it to get the
172 mdb_warn("<srpt_target_port_t addr>::walk srpt_scsi_session\n");
176 wsp->walk_addr += offsetof(srpt_target_port_t, tp_sess_list);

Completed in 65 milliseconds