Home
last modified time | relevance | path

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

/illumos-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_cm.c68 srpt_cm_req_hdlr(srpt_target_port_t *tgt, ibt_cm_event_t *event, in srpt_cm_req_hdlr()
171 srpt_cm_conn_est_hdlr(srpt_target_port_t *tgt, ibt_cm_event_t *event) in srpt_cm_conn_est_hdlr()
206 srpt_cm_conn_closed_hdlr(srpt_target_port_t *tgt, ibt_cm_event_t *event) in srpt_cm_conn_closed_hdlr()
304 status = srpt_cm_req_hdlr((srpt_target_port_t *)cm_private, in srpt_cm_hdlr()
319 (srpt_target_port_t *)cm_private, event); in srpt_cm_hdlr()
325 (srpt_target_port_t *)cm_private, event); in srpt_cm_hdlr()
H A Dsrpt_stp.c96 srpt_stp_start_srp(srpt_target_port_t *tgt) in srpt_stp_start_srp()
204 srpt_stp_stop_srp(srpt_target_port_t *tgt) in srpt_stp_stop_srp()
300 srpt_target_port_t *
304 srpt_target_port_t *tgt; in srpt_stp_alloc_port()
415 srpt_stp_free_port(srpt_target_port_t *tgt) in srpt_stp_free_port()
451 srpt_stp_destroy_port(srpt_target_port_t *tgt) in srpt_stp_destroy_port()
1042 srpt_target_port_t *tgt; in srpt_stp_ctl()
1245 srpt_stp_alloc_session(srpt_target_port_t *tgt, in srpt_stp_alloc_session()
1334 srpt_target_port_t *tgt; in srpt_stp_free_session()
1364 srpt_stp_login(srpt_target_port_t *tgt, srp_login_req_t *login, in srpt_stp_login()
H A Dsrpt_ch.h42 srpt_channel_t *srpt_ch_alloc(srpt_target_port_t *tgt, uint8_t port);
H A Dsrpt_impl.h318 } srpt_target_port_t; typedef
340 srpt_target_port_t *ioc_tgt_port;
H A Dsrpt_ioc.c382 srpt_target_port_t *tgt; in srpt_ioc_detach_hca()
732 srpt_target_port_t *tgt = NULL; in srpt_ioc_port_active()
813 srpt_target_port_t *tgt; in srpt_ioc_port_down()
954 srpt_ioc_svc_bind(srpt_target_port_t *tgt, uint_t portnum) in srpt_ioc_svc_bind()
1060 srpt_ioc_svc_unbind(srpt_target_port_t *tgt, uint_t portnum) in srpt_ioc_svc_unbind()
1105 srpt_ioc_svc_unbind_all(srpt_target_port_t *tgt) in srpt_ioc_svc_unbind_all()
H A Dsrpt_mod.c414 srpt_target_port_t *tgt; in srpt_disable_srp_services()
H A Dsrpt_ch.c69 srpt_ch_alloc(srpt_target_port_t *tgt, uint8_t port) in srpt_ch_alloc()
344 srpt_target_port_t *tgt; in srpt_ch_cleanup()
/illumos-gate/usr/src/cmd/mdb/common/modules/srpt/
H A Dsrpt.c110 wsp->walk_data = mdb_alloc(sizeof (srpt_target_port_t), UM_SLEEP); in srpt_tgt_walk_init()
132 mdb_free(wsp->walk_data, sizeof (srpt_target_port_t)); in srpt_tgt_walk_fini()
151 wsp->walk_addr += offsetof(srpt_target_port_t, tp_ch_list); in srpt_channel_walk_init()
176 wsp->walk_addr += offsetof(srpt_target_port_t, tp_sess_list); in srpt_scsi_session_walk_init()