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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dlibsrp.h29 struct srp_target { struct
45 struct srp_target *target;
57 extern int srp_target_alloc(struct srp_target *, struct device *, size_t, size_t);
58 extern void srp_target_free(struct srp_target *);
60 extern struct iu_entry *srp_iu_get(struct srp_target *);
68 static inline struct srp_target *host_to_srp_target(struct Scsi_Host *host)
70 return (struct srp_target *) host->hostdata;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Dibmvstgt.c72 struct srp_target *target;
88 static struct vio_port *target_to_port(struct srp_target *target)
100 struct srp_target *target = iue->target;
193 static void handle_cmd_queue(struct srp_target *target)
227 struct srp_target *target = iue->target;
290 struct srp_target *target = iue->target;
318 struct srp_target *target = iue->target;
370 struct srp_target *target = host_to_srp_target(shost);
397 struct srp_target *target = iue->target;
511 static void process_iu(struct viosrp_crq *crq, struct srp_target *targe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dlibsrp.c127 int srp_target_alloc(struct srp_target *target, struct device *dev,
155 void srp_target_free(struct srp_target *target)
163 struct iu_entry *srp_iu_get(struct srp_target *target)

Completed in 129 milliseconds