Searched refs:new_ch (Results 1 – 1 of 1) sorted by relevance
1075 struct rio_channel *new_ch; in riocm_ch_accept() local1129 new_ch = riocm_ch_alloc(RIOCM_CHNUM_AUTO); in riocm_ch_accept()1131 if (IS_ERR(new_ch)) { in riocm_ch_accept()1133 PTR_ERR(new_ch)); in riocm_ch_accept()1142 new_ch->cmdev = ch->cmdev; in riocm_ch_accept()1143 new_ch->loc_destid = ch->loc_destid; in riocm_ch_accept()1144 new_ch->rem_destid = req->destid; in riocm_ch_accept()1145 new_ch->rem_channel = req->chan; in riocm_ch_accept()1154 list_for_each_entry(peer, &new_ch->cmdev->peers, node) { in riocm_ch_accept()1155 if (peer->rdev->destid == new_ch->rem_destid) { in riocm_ch_accept()[all …]