Lines Matching defs:target_ch
45 struct spdk_io_channel *target_ch;
184 if (raid_ch->process.target_ch != NULL) {
185 spdk_put_io_channel(raid_ch->process.target_ch);
186 raid_ch->process.target_ch = NULL;
210 raid_ch->process.target_ch = spdk_bdev_get_io_channel(process->target->desc);
211 if (raid_ch->process.target_ch == NULL) {
233 raid_ch_processed->base_channel[slot] = raid_ch->process.target_ch;
2599 raid_ch->base_channel[slot] = raid_ch->process.target_ch;
2600 raid_ch->process.target_ch = NULL;
2764 process_req->target_ch = process->raid_ch->process.target_ch;