Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c345 srpt_channel_t *tgt_ch; in srpt_ch_cleanup() local
363 tgt_ch = list_head(&tgt->tp_ch_list); in srpt_ch_cleanup()
364 while (tgt_ch != NULL) { in srpt_ch_cleanup()
365 if (tgt_ch == ch) { in srpt_ch_cleanup()
366 list_remove(&tgt->tp_ch_list, tgt_ch); in srpt_ch_cleanup()
367 srpt_ch_release_ref(tgt_ch, 0); in srpt_ch_cleanup()
370 tgt_ch = list_next(&tgt->tp_ch_list, tgt_ch); in srpt_ch_cleanup()
374 if (tgt_ch == NULL) { in srpt_ch_cleanup()