Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/asix/
H A Dax88796c_main.c601 set_bit(EVENT_INTR, &ax_local->flags); in ax88796c_interrupt()
619 if (test_bit(EVENT_INTR, &ax_local->flags)) { in ax88796c_work()
625 clear_bit(EVENT_INTR, &ax_local->flags); in ax88796c_work()
900 clear_bit(EVENT_INTR, &ax_local->flags); in ax88796c_close()
H A Dax88796c_main.h130 #define EVENT_INTR 0 macro