Lines Matching refs:snic_tgt
166 struct snic_tgt *tgt = container_of(work, struct snic_tgt, scan_work);
185 static struct snic_tgt *
189 struct snic_tgt *tgt = NULL;
192 tgt = list_entry(cur, struct snic_tgt, list);
202 * snic_tgt_dev_release : Called on dropping last ref for snic_tgt object
207 struct snic_tgt *tgt = dev_to_tgt(dev);
219 * snic_tgt_del : work function to delete snic_tgt
224 struct snic_tgt *tgt = container_of(work, struct snic_tgt, del_work);
245 /* snic_tgt_create: checks for existence of snic_tgt, if it doesn't
248 static struct snic_tgt *
251 struct snic_tgt *tgt = NULL;
263 SNIC_HOST_ERR(snic->shost, "Failure to allocate snic_tgt.\n");
343 struct snic_tgt *tgt = NULL;
547 struct snic_tgt *tgt = NULL;
557 tgt = list_entry(cur, struct snic_tgt, list);