Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ipa/
Dgsi.h20 #define GSI_EVT_RING_COUNT_MAX 24 macro
158 struct gsi_evt_ring evt_ring[GSI_EVT_RING_COUNT_MAX];
Dgsi.c1861 gsi->evt_ring_count = GSI_EVT_RING_COUNT_MAX; in gsi_ring_setup()
1885 if (count > GSI_EVT_RING_COUNT_MAX) { in gsi_ring_setup()
1888 GSI_EVT_RING_COUNT_MAX, count); in gsi_ring_setup()
1889 count = GSI_EVT_RING_COUNT_MAX; in gsi_ring_setup()
1983 gsi->event_bitmap = gsi_event_bitmap_init(GSI_EVT_RING_COUNT_MAX); in gsi_evt_ring_init()
1987 while (++evt_ring_id < GSI_EVT_RING_COUNT_MAX); in gsi_evt_ring_init()
Dipa_main.c597 BUILD_BUG_ON(!GSI_EVT_RING_COUNT_MAX); in ipa_validate_build()
601 BUILD_BUG_ON(GSI_EVT_RING_COUNT_MAX > 31); in ipa_validate_build()