Symbol: srpt_channel_t
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
1032
DTRACE_SRP_3(scsi__command, srpt_channel_t, iu->iu_ch,
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
1051
srpt_ch_task_mgmt_abort(srpt_channel_t *ch, srpt_iu_t *iu,
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
1121
srpt_ch_srp_task_mgmt(srpt_channel_t *ch, srpt_iu_t *iu)
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
1135
DTRACE_SRP_2(task__command, srpt_channel_t, ch,
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
1263
srpt_ch_process_iu(srpt_channel_t *ch, srpt_iu_t *iu)
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
1343
srpt_ch_post_send(srpt_channel_t *ch, srpt_iu_t *iu, uint32_t len,
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
1407
srpt_ch_alloc_swqe_wrid(srpt_channel_t *ch,
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
1430
srpt_ch_free_swqe_wrid(srpt_channel_t *ch, ibt_wrid_t id)
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
205
srpt_ch_add_ref(srpt_channel_t *ch)
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
222
srpt_ch_release_ref(srpt_channel_t *ch, uint_t wait)
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
291
kmem_free(ch, sizeof (srpt_channel_t));
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
298
srpt_ch_disconnect(srpt_channel_t *ch)
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
339
srpt_ch_cleanup(srpt_channel_t *ch)
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
345
srpt_channel_t *tgt_ch;
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
457
srpt_ch_rsp_comp(srpt_channel_t *ch, srpt_iu_t *iu,
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
518
srpt_ch_data_comp(srpt_channel_t *ch, stmf_data_buf_t *stmf_dbuf,
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
583
DTRACE_SRP_8(xfer__done, srpt_channel_t, ch,
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
606
srpt_channel_t *ch = arg;
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
63
static void srpt_ch_process_iu(srpt_channel_t *ch, srpt_iu_t *iu);
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
68
srpt_channel_t *
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
695
srpt_channel_t *ch = arg;
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
72
srpt_channel_t *ch;
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
802
srpt_ch_srp_cmd(srpt_channel_t *ch, srpt_iu_t *iu)
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.c
816
DTRACE_SRP_2(task__command, srpt_channel_t, ch, srp_cmd_req_t, cmd);
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.h
42
srpt_channel_t *srpt_ch_alloc(srpt_target_port_t *tgt, uint8_t port);
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.h
43
void srpt_ch_add_ref(srpt_channel_t *ch);
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.h
44
void srpt_ch_release_ref(srpt_channel_t *ch, uint_t wait);
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.h
45
void srpt_ch_disconnect(srpt_channel_t *ch);
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.h
46
void srpt_ch_cleanup(srpt_channel_t *ch);
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.h
48
ibt_wrid_t srpt_ch_alloc_swqe_wrid(srpt_channel_t *ch,
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.h
50
void srpt_ch_free_swqe_wrid(srpt_channel_t *ch, ibt_wrid_t id);
usr/src/uts/common/io/comstar/port/srpt/srpt_ch.h
52
ibt_status_t srpt_ch_post_send(srpt_channel_t *ch, srpt_iu_t *iu,
usr/src/uts/common/io/comstar/port/srpt/srpt_cm.c
173
srpt_channel_t *ch;
usr/src/uts/common/io/comstar/port/srpt/srpt_cm.c
178
ch = (srpt_channel_t *)ibt_get_chan_private(event->cm_channel);
usr/src/uts/common/io/comstar/port/srpt/srpt_cm.c
209
srpt_channel_t *ch;
usr/src/uts/common/io/comstar/port/srpt/srpt_cm.c
214
ch = (srpt_channel_t *)ibt_get_chan_private(event->cm_channel);
usr/src/uts/common/io/comstar/port/srpt/srpt_cm.c
271
srpt_channel_t *ch;
usr/src/uts/common/io/comstar/port/srpt/srpt_cm.c
275
ch = (srpt_channel_t *)ibt_get_chan_private(event->cm_channel);
usr/src/uts/common/io/comstar/port/srpt/srpt_cm.c
77
srpt_channel_t *ch = NULL;
usr/src/uts/common/io/comstar/port/srpt/srpt_impl.h
237
srpt_channel_t *iu_ch;
usr/src/uts/common/io/comstar/port/srpt/srpt_ioc.c
1185
srpt_channel_t *ch;
usr/src/uts/common/io/comstar/port/srpt/srpt_ioc.c
814
srpt_channel_t *ch;
usr/src/uts/common/io/comstar/port/srpt/srpt_ioc.c
815
srpt_channel_t *next_ch;
usr/src/uts/common/io/comstar/port/srpt/srpt_ioc.c
901
srpt_channel_t *ch;
usr/src/uts/common/io/comstar/port/srpt/srpt_ioc.c
937
ch = (srpt_channel_t *)ibt_get_chan_private(event->ev_chan_hdl);
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
1363
srpt_channel_t *
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
1372
srpt_channel_t *ch = NULL;
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
1373
srpt_channel_t *next_ch = NULL;
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
1615
srpt_stp_logout(srpt_channel_t *ch)
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
1617
DTRACE_SRP_1(logout__command, srpt_channel_t, ch);
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
209
srpt_channel_t *ch;
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
327
list_create(&tgt->tp_ch_list, sizeof (srpt_channel_t),
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
328
offsetof(srpt_channel_t, ch_stp_node));
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
529
srpt_channel_t *ch;
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
643
DTRACE_SRP_8(xfer__start, srpt_channel_t, ch,
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
742
DTRACE_SRP_4(task__response, srpt_channel_t, iu->iu_ch,
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
812
DTRACE_SRP_4(task__response, srpt_channel_t, iu->iu_ch,
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
858
DTRACE_SRP_4(scsi__response, srpt_channel_t, iu->iu_ch,
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
943
srpt_channel_t *ch;
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.h
52
srpt_channel_t *srpt_stp_login(srpt_target_port_t *tgt,
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.h
57
void srpt_stp_logout(srpt_channel_t *ch);