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

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

Completed in 53 milliseconds