Searched defs:gsi_trans_info (Results 1 – 1 of 1) sorted by relevance
80 struct gsi_trans_info { struct81 atomic_t tre_avail; /* TREs available for allocation */82 struct gsi_trans_pool pool; /* transaction pool */83 struct gsi_trans_pool sg_pool; /* scatterlist pool */84 struct gsi_trans_pool cmd_pool; /* command payload DMA pool */85 struct gsi_trans_pool info_pool;/* command information pool */86 struct gsi_trans **map; /* TRE -> transaction map */88 spinlock_t spinlock; /* protects updates to the lists */89 struct list_head alloc; /* allocated, not committed */90 struct list_head pending; /* committed, awaiting completion */[all …]