Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/asix/
Dax88796c_main.c393 set_bit(EVENT_TX, &ax_local->flags); in ax88796c_start_xmit()
569 set_bit(EVENT_TX, &ax_local->flags); in ax88796c_process_isr()
632 if (test_bit(EVENT_TX, &ax_local->flags)) { in ax88796c_work()
638 clear_bit(EVENT_TX, &ax_local->flags); in ax88796c_work()
901 clear_bit(EVENT_TX, &ax_local->flags); in ax88796c_close()
Dax88796c_main.h131 #define EVENT_TX 1 macro