Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_eqs.h154 HINIC_MAX_CEQ_EVENTS, enumerator
226 struct hinic_ceq_cb ceq_cb[HINIC_MAX_CEQ_EVENTS];
Dhinic_hw_eqs.c287 if (event >= HINIC_MAX_CEQ_EVENTS) { in ceq_event_handler()