srp_target
struct srp_target_port *srp_target;
struct srp_target_port *target = context->srp_target;
struct srp_terminate_context context = { .srp_target = target,
.srp_target = target, .scsi_result = DID_RESET << 16};
struct srp_target *target = iue->target;
struct srp_target target;
int srp_target_alloc(struct srp_target *target, struct device *dev,
void srp_target_free(struct srp_target *target)
struct iu_entry *srp_iu_get(struct srp_target *target)
int srp_target_alloc(struct srp_target *, struct device *, size_t, size_t);
void srp_target_free(struct srp_target *);
struct iu_entry *srp_iu_get(struct srp_target *);
struct srp_target *target;