Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_eqs.h149 HINIC_MAX_AEQ_EVENTS, enumerator
211 struct hinic_hw_event_cb hwe_cb[HINIC_MAX_AEQ_EVENTS];
H A Dhinic_hw_eqs.c243 if (event >= HINIC_MAX_AEQ_EVENTS) { in aeq_irq_handler()