Searched defs:blkfront_ring_info (Results 1 – 1 of 1) sorted by relevance
176 struct blkfront_ring_info { struct178 spinlock_t ring_lock;179 struct blkif_front_ring ring;180 unsigned int ring_ref[XENBUS_MAX_RING_GRANTS];181 unsigned int evtchn, irq;182 struct work_struct work;183 struct gnttab_free_callback callback;184 struct list_head indirect_pages;185 struct list_head grants;186 unsigned int persistent_gnts_c;[all …]