Lines Matching refs:snic_tgt
152 struct snic_tgt *tgt = container_of(work, struct snic_tgt, scan_work);
171 static struct snic_tgt *
175 struct snic_tgt *tgt = NULL;
178 tgt = list_entry(cur, struct snic_tgt, list);
188 * snic_tgt_dev_release : Called on dropping last ref for snic_tgt object
193 struct snic_tgt *tgt = dev_to_tgt(dev);
205 * snic_tgt_del : work function to delete snic_tgt
210 struct snic_tgt *tgt = container_of(work, struct snic_tgt, del_work);
231 /* snic_tgt_create: checks for existence of snic_tgt, if it doesn't
234 static struct snic_tgt *
237 struct snic_tgt *tgt = NULL;
249 SNIC_HOST_ERR(snic->shost, "Failure to allocate snic_tgt.\n");
329 struct snic_tgt *tgt = NULL;
533 struct snic_tgt *tgt = NULL;
543 tgt = list_entry(cur, struct snic_tgt, list);