Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ipa/
H A Dgsi.h20 #define GSI_EVT_RING_COUNT_MAX 28 macro
157 struct gsi_evt_ring evt_ring[GSI_EVT_RING_COUNT_MAX];
H A Dipa_main.c715 BUILD_BUG_ON(!GSI_EVT_RING_COUNT_MAX); in ipa_validate_build()
719 BUILD_BUG_ON(GSI_EVT_RING_COUNT_MAX > 31); in ipa_validate_build()
H A Dgsi.c2025 gsi->evt_ring_count = GSI_EVT_RING_COUNT_MAX; in gsi_ring_setup()
2055 if (count > GSI_EVT_RING_COUNT_MAX) { in gsi_ring_setup()
2058 GSI_EVT_RING_COUNT_MAX, count); in gsi_ring_setup()
2059 count = GSI_EVT_RING_COUNT_MAX; in gsi_ring_setup()
2307 gsi->event_bitmap = gsi_event_bitmap_init(GSI_EVT_RING_COUNT_MAX); in gsi_channel_init()