Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_eqs.h163 HINIC_MAX_CEQ_EVENTS, enumerator
235 struct hinic_ceq_cb ceq_cb[HINIC_MAX_CEQ_EVENTS];
Dhinic_hw_eqs.c296 if (event >= HINIC_MAX_CEQ_EVENTS) { in ceq_event_handler()