Home
last modified time | relevance | path

Searched refs:srpt_channel_t (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.h42 srpt_channel_t *srpt_ch_alloc(srpt_target_port_t *tgt, uint8_t port);
43 void srpt_ch_add_ref(srpt_channel_t *ch);
44 void srpt_ch_release_ref(srpt_channel_t *ch, uint_t wait);
45 void srpt_ch_disconnect(srpt_channel_t *ch);
46 void srpt_ch_cleanup(srpt_channel_t *ch);
48 ibt_wrid_t srpt_ch_alloc_swqe_wrid(srpt_channel_t *ch,
50 void srpt_ch_free_swqe_wrid(srpt_channel_t *ch, ibt_wrid_t id);
52 ibt_status_t srpt_ch_post_send(srpt_channel_t *ch, srpt_iu_t *iu,
H A Dsrpt_ch.c68 srpt_channel_t *
72 srpt_channel_t *ch; in srpt_ch_alloc()
205 srpt_ch_add_ref(srpt_channel_t *ch) in srpt_ch_add_ref()
291 kmem_free(ch, sizeof (srpt_channel_t)); in srpt_ch_release_ref()
298 srpt_ch_disconnect(srpt_channel_t *ch) in srpt_ch_disconnect()
339 srpt_ch_cleanup(srpt_channel_t *ch) in srpt_ch_cleanup()
345 srpt_channel_t *tgt_ch; in srpt_ch_cleanup()
583 DTRACE_SRP_8(xfer__done, srpt_channel_t, ch, in srpt_ch_data_comp()
606 srpt_channel_t *ch = arg; in srpt_ch_scq_hdlr()
695 srpt_channel_t *ch = arg; in srpt_ch_rcq_hdlr()
[all …]
H A Dsrpt_cm.c77 srpt_channel_t *ch = NULL; in srpt_cm_req_hdlr()
173 srpt_channel_t *ch; in srpt_cm_conn_est_hdlr()
178 ch = (srpt_channel_t *)ibt_get_chan_private(event->cm_channel); in srpt_cm_conn_est_hdlr()
209 srpt_channel_t *ch; in srpt_cm_conn_closed_hdlr()
214 ch = (srpt_channel_t *)ibt_get_chan_private(event->cm_channel); in srpt_cm_conn_closed_hdlr()
271 srpt_channel_t *ch; in srpt_cm_failure_hdlr()
275 ch = (srpt_channel_t *)ibt_get_chan_private(event->cm_channel); in srpt_cm_failure_hdlr()
H A Dsrpt_stp.h52 srpt_channel_t *srpt_stp_login(srpt_target_port_t *tgt,
57 void srpt_stp_logout(srpt_channel_t *ch);
H A Dsrpt_stp.c209 srpt_channel_t *ch; in srpt_stp_stop_srp()
327 list_create(&tgt->tp_ch_list, sizeof (srpt_channel_t), in srpt_stp_alloc_port()
328 offsetof(srpt_channel_t, ch_stp_node)); in srpt_stp_alloc_port()
529 srpt_channel_t *ch; in srpt_stp_xfer_data()
643 DTRACE_SRP_8(xfer__start, srpt_channel_t, ch, in srpt_stp_xfer_data()
943 srpt_channel_t *ch; in srpt_stp_task_free()
1363 srpt_channel_t *
1372 srpt_channel_t *ch = NULL; in srpt_stp_login()
1373 srpt_channel_t *next_ch = NULL; in srpt_stp_login()
1615 srpt_stp_logout(srpt_channel_t *ch) in srpt_stp_logout()
[all …]
H A Dsrpt_impl.h203 } srpt_channel_t; typedef
237 srpt_channel_t *iu_ch;
H A Dsrpt_ioc.c814 srpt_channel_t *ch; in srpt_ioc_port_down()
815 srpt_channel_t *next_ch; in srpt_ioc_port_down()
901 srpt_channel_t *ch; in srpt_ioc_ib_async_hdlr()
937 ch = (srpt_channel_t *)ibt_get_chan_private(event->ev_chan_hdl); in srpt_ioc_ib_async_hdlr()
1185 srpt_channel_t *ch; in srpt_ioc_repost_recv_iu()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dsrp.d61 translator conninfo_t < srpt_channel_t *P > {
67 translator srp_portinfo_t < srpt_channel_t *P > {