Home
last modified time | relevance | path

Searched refs:tp_ch_list (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.c278 ch = list_head(&tgt->tp_ch_list); in srpt_stp_stop_srp()
283 ch = list_next(&tgt->tp_ch_list, ch); in srpt_stp_stop_srp()
327 list_create(&tgt->tp_ch_list, sizeof (srpt_channel_t), in srpt_stp_alloc_port()
419 ASSERT(list_is_empty(&tgt->tp_ch_list)); in srpt_stp_free_port()
421 list_destroy(&tgt->tp_ch_list); in srpt_stp_free_port()
1483 ch = list_head(&tgt->tp_ch_list); in srpt_stp_login()
1487 next_ch = list_next(&tgt->tp_ch_list, ch); in srpt_stp_login()
1586 list_insert_tail(&tgt->tp_ch_list, ch); in srpt_stp_login()
H A Dsrpt_impl.h283 list_t tp_ch_list; member
H A Dsrpt_ch.c363 tgt_ch = list_head(&tgt->tp_ch_list); in srpt_ch_cleanup()
366 list_remove(&tgt->tp_ch_list, tgt_ch); in srpt_ch_cleanup()
370 tgt_ch = list_next(&tgt->tp_ch_list, tgt_ch); in srpt_ch_cleanup()
H A Dsrpt_ioc.c852 ch = list_head(&tgt->tp_ch_list); in srpt_ioc_port_down()
854 next_ch = list_next(&tgt->tp_ch_list, ch); in srpt_ioc_port_down()
/illumos-gate/usr/src/cmd/mdb/common/modules/srpt/
H A Dsrpt.c151 wsp->walk_addr += offsetof(srpt_target_port_t, tp_ch_list); in srpt_channel_walk_init()