Searched refs:srp_target (Results 1 – 4 of 4) sorted by relevance
83 struct srp_target { struct98 struct srp_target *target; argument113 int srp_target_alloc(struct srp_target *, struct device *, size_t, size_t);114 void srp_target_free(struct srp_target *);115 struct iu_entry *srp_iu_get(struct srp_target *);
113 int srp_target_alloc(struct srp_target *target, struct device *dev, in srp_target_alloc()139 void srp_target_free(struct srp_target *target) in srp_target_free()147 struct iu_entry *srp_iu_get(struct srp_target *target) in srp_iu_get()
305 struct srp_target target;
3215 struct srp_target *target = iue->target; in ibmvscsis_rdma()