Home
last modified time | relevance | path

Searched refs:GSI_EVT_RING_COUNT_MAX (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ipa/
H A Dgsi.h18 #define GSI_EVT_RING_COUNT_MAX 28 macro
153 struct gsi_evt_ring evt_ring[GSI_EVT_RING_COUNT_MAX];
H A Dgsi.c2023 gsi->evt_ring_count = GSI_EVT_RING_COUNT_MAX; in gsi_ring_setup()
2053 if (count > GSI_EVT_RING_COUNT_MAX) { in gsi_ring_setup()
2056 GSI_EVT_RING_COUNT_MAX, count); in gsi_ring_setup()
2057 count = GSI_EVT_RING_COUNT_MAX; in gsi_ring_setup()
2305 gsi->event_bitmap = gsi_event_bitmap_init(GSI_EVT_RING_COUNT_MAX); in gsi_channel_init()