Searched refs:new_ch (Results 1 – 1 of 1) sorted by relevance
1084 struct rio_channel *new_ch; in riocm_ch_accept() local1138 new_ch = riocm_ch_alloc(RIOCM_CHNUM_AUTO); in riocm_ch_accept()1140 if (IS_ERR(new_ch)) { in riocm_ch_accept()1142 PTR_ERR(new_ch)); in riocm_ch_accept()1151 new_ch->cmdev = ch->cmdev; in riocm_ch_accept()1152 new_ch->loc_destid = ch->loc_destid; in riocm_ch_accept()1153 new_ch->rem_destid = req->destid; in riocm_ch_accept()1154 new_ch->rem_channel = req->chan; in riocm_ch_accept()1163 list_for_each_entry(peer, &new_ch->cmdev->peers, node) { in riocm_ch_accept()1164 if (peer->rdev->destid == new_ch->rem_destid) { in riocm_ch_accept()[all …]