Searched refs:tp_ch_list (Results 1 – 5 of 5) sorted by relevance
278 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()
279 list_t tp_ch_list; member
363 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()
852 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()
151 wsp->walk_addr += offsetof(srpt_target_port_t, tp_ch_list); in srpt_channel_walk_init()