GSI_EVT_RING_COUNT_MAX
gsi->evt_ring_count = GSI_EVT_RING_COUNT_MAX;
if (count > GSI_EVT_RING_COUNT_MAX) {
GSI_EVT_RING_COUNT_MAX, count);
count = GSI_EVT_RING_COUNT_MAX;
gsi->event_bitmap = gsi_event_bitmap_init(GSI_EVT_RING_COUNT_MAX);
struct gsi_evt_ring evt_ring[GSI_EVT_RING_COUNT_MAX];
BUILD_BUG_ON(!GSI_EVT_RING_COUNT_MAX);
BUILD_BUG_ON(GSI_EVT_RING_COUNT_MAX > 31);