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

/linux-master/drivers/target/
H A Dtarget_core_pr.c3149 struct se_portal_group *se_tpg, *dest_se_tpg = NULL; local
3231 dest_se_tpg = tmp_lun->lun_tpg;
3232 dest_tf_ops = dest_se_tpg->se_tpg_tfo;
3236 atomic_inc_mb(&dest_se_tpg->tpg_pr_ref_count);
3239 if (core_scsi3_tpg_depend_item(dest_se_tpg)) {
3241 " for dest_se_tpg\n");
3242 atomic_dec_mb(&dest_se_tpg->tpg_pr_ref_count);
3252 if (!dest_se_tpg || !dest_tf_ops) {
3270 if (proto_ident != dest_se_tpg->proto_id) {
3274 dest_se_tpg
[all...]

Completed in 119 milliseconds