Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_eqs.h155 HINIC_MAX_CEQ_EVENTS, enumerator
228 struct hinic_ceq_cb ceq_cb[HINIC_MAX_CEQ_EVENTS];
H A Dhinic_hw_eqs.c291 if (event >= HINIC_MAX_CEQ_EVENTS) { in ceq_event_handler()