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 *);
104 int srp_target_alloc(struct srp_target *target, struct device *dev, in srp_target_alloc()130 void srp_target_free(struct srp_target *target) in srp_target_free()138 struct iu_entry *srp_iu_get(struct srp_target *target) in srp_iu_get()
296 struct srp_target target;
3208 struct srp_target *target = iue->target; in ibmvscsis_rdma()