Searched defs:blkfront_ring_info (Results 1 – 1 of 1) sorted by relevance
170 struct blkfront_ring_info { struct172 spinlock_t ring_lock;173 struct blkif_front_ring ring;174 unsigned int ring_ref[XENBUS_MAX_RING_GRANTS];175 unsigned int evtchn, irq;176 struct work_struct work;177 struct gnttab_free_callback callback;178 struct list_head indirect_pages;179 struct list_head grants;180 unsigned int persistent_gnts_c;[all …]