Home
last modified time | relevance | path

Searched refs:iu_entry (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/ibmvscsi_tgt/
H A Dlibsrp.c27 struct iu_entry *iue; in srp_iu_pool_alloc()
30 q->pool = kzalloc_objs(struct iu_entry *, max); in srp_iu_pool_alloc()
33 q->items = kzalloc_objs(struct iu_entry, max); in srp_iu_pool_alloc()
138 struct iu_entry *srp_iu_get(struct srp_target *target) in srp_iu_get()
140 struct iu_entry *iue = NULL; in srp_iu_get()
155 void srp_iu_put(struct iu_entry *iue) in srp_iu_put()
165 struct iu_entry *iue = NULL; in srp_direct_data()
198 struct iu_entry *iue = NULL; in srp_indirect_data()
H A Dlibsrp.h97 struct iu_entry { struct
115 struct iu_entry *srp_iu_get(struct srp_target *); argument
116 void srp_iu_put(struct iu_entry *);
H A Dibmvscsi_tgt.h158 struct iu_entry *iue;