Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/asix/
H A Dax88796c_main.c614 if (test_bit(EVENT_SET_MULTI, &ax_local->flags)) { in ax88796c_work()
616 clear_bit(EVENT_SET_MULTI, &ax_local->flags); in ax88796c_work()
899 clear_bit(EVENT_SET_MULTI, &ax_local->flags); in ax88796c_close()
H A Dax88796c_main.h132 #define EVENT_SET_MULTI 2 macro